summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2022-01-06minor PKGBUILD improvementsMark Wagie
2021-03-14initial commitMark Wagie
2017-02-17v6, fix make issue with libappindicator, add warning in README that GNOME ↵TGSoftware
still might not work due to deprecation of GtkStatusIcon
2017-01-14Change installation method to fakeroot instructions in $pkgdir (it isTGS
important not to delete from /usr/bin) Other changes: - libappindicator-gtk3 is now an optional dependency for displaying the tray icon. - Documentation has been updated. A screenshot of the tray icon being shown on Arch Linux has also been added. - Tray icon now works on all systems using GTK3, not just Ubuntu - see the screenshot! :D - This package now uses taner1's fork instead of the official to enable manual fan control from 40% to 100% - Makefile is no longer used because it uses the sudo command. Now all files will be built from source (gcc) with developer-defined flags instead of using the binary already built by gcc, my mistake. - I was unaware that the makefile was not compiling from source. - This solution uses proper libraries in the compile flags from the instructions in the source code. - Stickybits u+s fix the tray icon appearance upon package installation (because after fakeroot installs it, owner is set to root rather than user). Running the fan control utility no longer requires root. - I was going to create a separate Makefile, but it is not needed because the installation can be done with only 2 commands, and the PKGBUILD is supposed to consolidate the installation process, not create separate files. - gcc is now a dependency for making the package. - Fix license installation (license now installed in /usr/share/licenses/clevo-indicator-git) Enjoy! :D ~ TGS (Tech Guy Software) @ techware.me
2017-01-09Unfortunately, the makefile doesn't let you specify a destdir, we must move ↵TGS
the binary or create a separate fork
2017-01-09Add package v3 with install fixesTGS
2016-12-17Add PKGBUILD revision 2 - added .install, changelog, fixed some package() ↵TGS
commands (make should not run twice)
2016-12-11Add first release of clevo-indicator-git to AURTGS