summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQue Quotion2017-05-25 17:47:59 +0900
committerQue Quotion2017-05-25 17:47:59 +0900
commit30627f72786c79b127c8a08ff74bd841215a37df (patch)
treed7a7a5b75c8c2ead7ed342f1d80206993e481955
parente97fe78d91e56239e48240159ace12a899048cca (diff)
downloadaur-30627f72786c79b127c8a08ff74bd841215a37df.tar.gz
simplifications; rely more on pantheon-workarounds to pull dependencies
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a56114aaded..175710acd31f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon May 15 13:51:17 UTC 2017
+# Thu May 25 08:47:30 UTC 2017
pkgbase = pantheon-3d
pkgdesc = Pantheon 3d Session (replaces Gala with Compiz)
pkgver = 3
- pkgrel = 2
+ pkgrel = 3
url = https://bbs.archlinux.org/viewtopic.php?pid=1401967#p1401967
arch = i686
arch = x86_64
@@ -11,14 +11,10 @@ pkgbase = pantheon-3d
license = GPL3
depends = dconf
depends = compiz
- depends = pantheon-workarounds
- depends = gnome-settings-daemon
- depends = gnome-settings-daemon-compat
- depends = gnome-session
+ depends = pantheon-workarounds}
depends = plank
depends = cerbere
depends = wingpanel-standalone-git
- optdepends = xscreensaver-dbus-screenlock: xscreensaver locker for gnome-derivative desktops
provides = pantheon-3d
source = pantheon-compiz.desktop
source = pantheon-compiz.session
diff --git a/PKGBUILD b/PKGBUILD
index 39272b849d71..60f8e89af68e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,16 +4,14 @@
pkgname=pantheon-3d
pkgver=3
-pkgrel=2
+pkgrel=3
pkgdesc='Pantheon 3d Session (replaces Gala with Compiz)'
arch=('i686' 'x86_64')
url='https://bbs.archlinux.org/viewtopic.php?pid=1401967#p1401967'
license=('GPL3')
groups=('pantheon-qq')
-depends=('dconf' 'compiz' 'pantheon-workarounds'
- gnome-{settings-daemon{,-compat},session}
+depends=('dconf' 'compiz' 'pantheon-workarounds'}
'plank' 'cerbere' 'wingpanel-standalone-git')
-optdepends=("xscreensaver-dbus-screenlock: xscreensaver locker for gnome-derivative desktops")
provides=("pantheon-3d")
conflicts=()
source=(pantheon-compiz.{desktop,session})