summaryrefslogtreecommitdiff
path: root/fluxgui
diff options
context:
space:
mode:
authorMark Weiman <mark.weiman@markzz.com>2016-01-02 01:22:31 -0500
committerMark Weiman <mark.weiman@markzz.com>2016-01-02 01:22:31 -0500
commit5c3b7276abf0d01b53662f38db5b4d52377343ed (patch)
tree8286ac3539ed49a2a1e9a65f8b7fca0976a06de6 /fluxgui
downloadmarkzz-5c3b7276abf0d01b53662f38db5b4d52377343ed.tar.gz
markzz-5c3b7276abf0d01b53662f38db5b4d52377343ed.zip
initial commit
Signed-off-by: Mark Weiman <mark.weiman@markzz.com>
Diffstat (limited to 'fluxgui')
-rw-r--r--fluxgui/.SRCINFO32
-rw-r--r--fluxgui/PKGBUILD23
-rw-r--r--fluxgui/fluxgui.install12
3 files changed, 67 insertions, 0 deletions
diff --git a/fluxgui/.SRCINFO b/fluxgui/.SRCINFO
new file mode 100644
index 0000000..e389915
--- /dev/null
+++ b/fluxgui/.SRCINFO
@@ -0,0 +1,32 @@
+# Generated by makepkg 4.2.1
+# Thu May 28 22:47:41 UTC 2015
+pkgbase = fluxgui
+ pkgdesc = (f.lux for X) Changes monitor color temperature based on time of day and position in world to ease eye strain.
+ pkgver = 1.1.8
+ pkgrel = 11
+ url = https://justgetflux.com/
+ install = fluxgui.install
+ arch = i686
+ arch = x86_64
+ license = Custom
+ depends = libindicator-gtk2
+ depends = libdbusmenu-glib
+ depends = libdbusmenu-gtk2
+ depends = libappindicator-gtk2
+ depends = python2-pexpect
+ depends = python2-xdg
+ depends = python2-gconf
+ depends = lib32-gcc-libs
+ depends = lib32-glibc
+ depends = lib32-libx11
+ depends = lib32-libxau
+ depends = lib32-libxcb
+ depends = lib32-libxdmcp
+ depends = lib32-libxext
+ depends = lib32-libxxf86vm
+ conflicts = xflux
+ source = http://ppa.launchpad.net/kilian/f.lux/ubuntu/pool/main/f/fluxgui/fluxgui_1.1.8.tar.gz
+ md5sums = f89d6f5285626f16a1f12c443c4e53b1
+
+pkgname = fluxgui
+
diff --git a/fluxgui/PKGBUILD b/fluxgui/PKGBUILD
new file mode 100644
index 0000000..c8ee171
--- /dev/null
+++ b/fluxgui/PKGBUILD
@@ -0,0 +1,23 @@
+# Maintainer: MarkZZ <mark dot weiman at markzz dot com>
+# Contributer: t3ddy <t3ddy1988 "at" gmail {dot} com>
+# Contributor: kriation
+
+pkgname=fluxgui
+pkgver=1.1.8
+pkgrel=11
+pkgdesc="(f.lux for X) Changes monitor color temperature based on time of day and position in world to ease eye strain."
+arch=(i686 x86_64)
+depends=('libindicator-gtk2' 'libdbusmenu-glib' 'libdbusmenu-gtk2'
+'libappindicator-gtk2' 'python2-pexpect' 'python2-xdg' 'python2-gconf')
+license=('Custom')
+conflicts=('xflux')
+url="https://justgetflux.com/"
+source=("http://ppa.launchpad.net/kilian/f.lux/ubuntu/pool/main/f/fluxgui/fluxgui_1.1.8.tar.gz")
+md5sums=('f89d6f5285626f16a1f12c443c4e53b1')
+install=${pkgname}.install
+[ "$CARCH" = "x86_64" ] && depends+=('lib32-gcc-libs' 'lib32-glibc' 'lib32-libx11' 'lib32-libxau' 'lib32-libxcb' 'lib32-libxdmcp' 'lib32-libxext' 'lib32-libxxf86vm')
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ python2 setup.py install --root="$pkgdir"
+}
diff --git a/fluxgui/fluxgui.install b/fluxgui/fluxgui.install
new file mode 100644
index 0000000..daaba56
--- /dev/null
+++ b/fluxgui/fluxgui.install
@@ -0,0 +1,12 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}