summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
-rw-r--r--cuttlefish.install8
3 files changed, 8 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f82751d6041..5af6136b319a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Sun Jul 10 15:30:12 UTC 2016
pkgbase = cuttlefish
pkgdesc = Adapt your computer's appearance and settings according to the environment.
pkgver = 12.08
- pkgrel = 7
+ pkgrel = 8
url = https://launchpad.net/cuttlefish
- install = cuttlefish.install
arch = any
license = GPL
depends = python2
@@ -15,6 +16,7 @@ pkgbase = cuttlefish
depends = gnome-menus
depends = libwnck3
depends = dconf
+ depends = python2-dbus
source = https://launchpad.net/cuttlefish/trunk/12.08/+download/cuttlefish_12.08.tar.gz
source = plugins-use-site-packages.patch
source = desktop-autostart.patch
diff --git a/PKGBUILD b/PKGBUILD
index d29bfd750341..33a16ba9746a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,14 @@
pkgname=cuttlefish
pkgver=12.08
-pkgrel=7
+pkgrel=8
pkgdesc="Adapt your computer's appearance and settings according to the environment."
arch=('any')
url="https://launchpad.net/cuttlefish"
license=('GPL')
-depends=('python2' 'python2-distutils-extra' 'python2-psutil' 'python2-udev' 'python2-gobject' 'python2-xdg' 'gnome-menus' 'libwnck3' 'dconf')
-install='cuttlefish.install'
+depends=('python2' 'python2-distutils-extra' 'python2-psutil' 'python2-udev'
+ 'python2-gobject' 'python2-xdg' 'gnome-menus' 'libwnck3' 'dconf'
+ 'python2-dbus')
source=("https://launchpad.net/cuttlefish/trunk/${pkgver}/+download/cuttlefish_${pkgver}.tar.gz"
"plugins-use-site-packages.patch"
"desktop-autostart.patch"
diff --git a/cuttlefish.install b/cuttlefish.install
deleted file mode 100644
index e068dedc93d0..000000000000
--- a/cuttlefish.install
+++ /dev/null
@@ -1,8 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_remove() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-