Coder Social home page Coder Social logo

netzint / linuxmuster-linbo-gui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from linuxmuster/linuxmuster-linbo-gui

0.0 1.0 0.0 7.21 MB

New linbo gui based on qt5

License: GNU Affero General Public License v3.0

Shell 43.00% C++ 56.18% QMake 0.82%

linuxmuster-linbo-gui's Introduction

Linbo logo


GitHub release Community Forum

This is the GUI of Linbo based on Qt5!

Maintainance Details

Linuxmuster.net official #c5f015 YES
Community support #c5f015 YES**
Actively developed #c5f015 YES
Maintainer organisation Linuxmuster.net e.V.
Primary maintainer [email protected]

** The linuxmuster community consits of people who are nice and happy to help. They are not directly involved in the development though, and might not be able to help in any case.

Releases

The latest release can be found here
The attached file linuxmuster-linbo-gui7_*.deb is the Package which you can install on your server. Please note: the prebuilt packages do not contain a 32-bit version.

Building yourself

For your convenience there is a script to build the package: build.sh
You have to invoke it in the build root.
If you want to build the 32-bit version, you will have to insert 32 in the following places:

  • In the file /build.sh: Line 64 change (64) to (64 32)
  • In the file /debian/mkarchives.sh: Line 24 change for bits in 64; do to for bits in 32 64; do Please note: It will take a long time to build the first time you do it.

Screenshots

Some screenshots can be found here: https://github.com/linuxmuster/linuxmuster-linbo-gui/tree/master/.github/media
Please note that they might not be up to date though.

Icons

All of the SVG icons in this Gui were taken from one of the following sources and slighlty modified:

Creating a release

The following steps have to be followed to create a release:

  1. Update the changelog file
  2. Update the version code in the .pro file
  3. commit all changes
  4. Do a git push: git push
  5. Wait for translations sync pipeline
  • if it pushes new changes, do a git pull: git pull
  1. Create a git tag in the format v+VERSION (eg. v7.0.0): git tag vVERSION
  2. Push tags: git push --tags

In case of a mistake, the tag can be deleted:

  1. Locally: git tag -d vVERSION
  2. Remotely: git push --delete origin vVERSION

Version schema:

  • Genreal: major.minor.patch (semver)
  • Prereleases (release candidates) must end with ~XX where XX is the number of the Prerelease
    • So, before version 7.1.1 is released, there may be versions 7.1.1~01, 7.1.1~02, and so on
  • Releases don't have a suffix
    • So, once version 7.1.1 is ready, it is published as 7.1.1
  • This concept ensures that stable releases are elays evaluated as a higher version Number than perreleases.

linuxmuster-linbo-gui's People

Contributors

actions-user avatar crowdin-bot avatar dorianim avatar happybasher avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.