summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotr Rogoża2016-10-04 11:34:17 +0200
committerPiotr Rogoża2016-10-04 11:34:17 +0200
commit5594c9023b3b6f64848f1de89a365f96fa5c8f48 (patch)
treec9b9aa70dd3f2b184c62ecadaed0d0f51c6285dd
parent5d82b39a6fe57ad1eea96a643954edac0b67b666 (diff)
downloadaur-5594c9023b3b6f64848f1de89a365f96fa5c8f48.tar.gz
Changed depends: libindicator-gtk2 instead libappindicator-sharp
Removed install file
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
-rw-r--r--xflux-gui.install12
3 files changed, 6 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c07f892a1ce7..22d6d9b90e3e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
# Generated by mksrcinfo v8
-# Mon Sep 19 09:19:33 UTC 2016
+# Tue Oct 4 09:34:04 UTC 2016
pkgbase = xflux-gui-git
pkgdesc = Better lighting for Linux. Open source GUI for xflux
pkgver = 0b562044
- pkgrel = 1
+ pkgrel = 2
url = https://justgetflux.com/linux.html
- install = xflux-gui.install
arch = any
license = MIT
makedepends = git
depends = hicolor-icon-theme
- depends = libappindicator-sharp
depends = python2-pexpect
depends = python2-gconf
depends = xflux
+ depends = libindicator-gtk2
provides = xflux-gui
conflicts = xflux-gui
source = git://github.com/xflux-gui/xflux-gui.git
diff --git a/PKGBUILD b/PKGBUILD
index 96c57545f4e4..8228f0facb2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xflux-gui-git
pkgver=0b562044
-pkgrel=1
+pkgrel=2
pkgdesc='Better lighting for Linux. Open source GUI for xflux'
arch=(any)
url='https://justgetflux.com/linux.html'
@@ -11,13 +11,13 @@ provides=(xflux-gui)
conflicts=(xflux-gui)
depends=(
hicolor-icon-theme
-libappindicator-sharp
python2-pexpect
python2-gconf
xflux
+libindicator-gtk2
)
makedepends=(git)
-install='xflux-gui.install'
+# install='xflux-gui.install'
source=('git://github.com/xflux-gui/xflux-gui.git')
_gitname='xflux-gui'
md5sums=(SKIP)
diff --git a/xflux-gui.install b/xflux-gui.install
deleted file mode 100644
index 4efdbdf0250d..000000000000
--- a/xflux-gui.install
+++ /dev/null
@@ -1,12 +0,0 @@
-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
-}