summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorQue Quotion2018-04-25 21:16:38 +0900
committerQue Quotion2018-04-25 21:16:38 +0900
commitdfb56f2c6c33428c501d2464d0f0d74f9ad4c38b (patch)
treebef130d8a082f4de5bc990f76a68653aeb654f12
parent0f85e91c4d4be7053aff1594b66f9ed42e9a6e91 (diff)
downloadaur-dfb56f2c6c33428c501d2464d0f0d74f9ad4c38b.tar.gz
New optdepends: pantheon-qq-default-settings-git
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD19
2 files changed, 13 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc9c114beccc..febe0782e6f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Mon Jan 8 19:20:27 UTC 2018
pkgbase = pantheon-workarounds
- pkgdesc = Workarounds for modular and minimal Pantheon Desktop Environments
- pkgver = 7
- pkgrel = 2
- url = https://launchpad.net/gala
+ pkgdesc = Workarounds for Pantheon derivatives
+ pkgver = 8
+ pkgrel = 1
+ url = https://github.com/quequotion/pantheon-bzr-qq
install = gala.install
arch = i686
arch = x86_64
@@ -15,7 +13,7 @@ pkgbase = pantheon-workarounds
depends = gnome-settings-daemon-elementary
depends = gnome-settings-daemon-compat
depends = pantheon-session-git
- optdepends = pantheon-default-settings-git: Pantheon configuration and themeing
+ optdepends = pantheon-qq-default-settings-git: Pantheon configuration and themeing for Pantheon derivatives
optdepends = contractor-git: A desktop-wide extension service
optdepends = pantheon-print-git: Print settings dialog
optdepends = pantheon-polkit-agent-git: Polkit Authentication Agent
diff --git a/PKGBUILD b/PKGBUILD
index 2a839cca0a6d..e30affd0c7e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: Ner0 <darkelfdarkelf666@yahoo.co.uk>
pkgname=pantheon-workarounds
-pkgver=7
-pkgrel=2
-pkgdesc='Workarounds for modular and minimal Pantheon Desktop Environments'
+pkgver=8
+pkgrel=1
+pkgdesc='Workarounds for Pantheon derivatives'
arch=('i686' 'x86_64')
-url='https://launchpad.net/gala'
+url='https://github.com/quequotion/pantheon-bzr-qq'
license=('GPL3')
groups=('pantheon-qq')
depends=(gnome-settings-daemon-{elementary,compat} 'pantheon-session-git')
-optdepends=("pantheon-default-settings-git: Pantheon configuration and themeing"
+optdepends=("pantheon-qq-default-settings-git: Pantheon configuration and themeing for Pantheon derivatives"
"contractor-git: A desktop-wide extension service"
"pantheon-print-git: Print settings dialog"
"pantheon-polkit-agent-git: Polkit Authentication Agent"
@@ -43,8 +43,6 @@ prepare() {
git clone -n "https://github.com/elementary/gala.git"
cd "${srcdir}/gala"
export pkgvergala="r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
-
- # This space reserved for pantheon-default-settings-git
}
provides=(gala{,-bzr,-git}="${pkgvergala}")
@@ -56,11 +54,10 @@ package() {
install -Dm644 {"${srcdir}","${pkgdir}"/etc/xdg/autostart}/gnome-fallback-media-keys-helper-pantheon.desktop
install -Dm644 {"${srcdir}","${pkgdir}"/etc/xdg/autostart}/gnome-fallback-background-helper-pantheon.desktop
install -Dm644 {"${srcdir}","${pkgdir}"/etc/xdg/autostart}/gnome-fallback-mount-helper-pantheon.desktop
- install -Dm644 {"${srcdir}","${pkgdir}"/etc/xdg/autostart}/numlockx-pantheon.desktop
- # This space reserved for pantheon-default-settings-git
+ #numlockx
+ install -Dm644 {"${srcdir}","${pkgdir}"/etc/xdg/autostart}/numlockx-pantheon.desktop
- # gnome-session workaround
+ #Script to initiate Pantheon derivative gnome-sessions
install -Dm755 {"${srcdir}","${pkgdir}"/usr/bin}/pantheon-session-qq
}
-