summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
-rw-r--r--cuttlefish-bzr.install7
3 files changed, 11 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 444826230961..1bebd6344af6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,23 @@
+# Generated by mksrcinfo v8
+# Sun Jul 10 15:36:03 UTC 2016
pkgbase = cuttlefish-bzr
pkgdesc = Adapt your computer's appearance and settings according to the environment.
pkgver = 76
- pkgrel = 6
+ pkgrel = 7
url = https://launchpad.net/cuttlefish
- install = cuttlefish-bzr.install
arch = any
license = GPL
makedepends = bzr
+ depends = python2
depends = python2-distutils-extra
depends = python2-psutil
depends = python2-udev
- depends = python2-dbus
+ depends = python2-gobject
depends = python2-xdg
depends = gnome-menus
depends = libwnck3
+ depends = dconf
+ depends = python2-dbus
conflicts = cuttlefish
source = cuttlefish-bzr::bzr+https://code.launchpad.net/~noneed4anick/cuttlefish/trunk
source = plugins-use-site-packages.patch
diff --git a/PKGBUILD b/PKGBUILD
index ab3dd13f4ead..ba385c41e589 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,16 @@
pkgname=cuttlefish-bzr
pkgver=76
-pkgrel=6
+pkgrel=7
pkgdesc="Adapt your computer's appearance and settings according to the environment."
arch=('any')
url="https://launchpad.net/cuttlefish"
license=('GPL')
-depends=('python2-distutils-extra' 'python2-psutil' 'python2-udev' 'python2-dbus' 'python2-xdg' 'gnome-menus' 'libwnck3')
+depends=('python2' 'python2-distutils-extra' 'python2-psutil' 'python2-udev'
+ 'python2-gobject' 'python2-xdg' 'gnome-menus' 'libwnck3' 'dconf'
+ 'python2-dbus')
makedepends=('bzr')
conflicts=('cuttlefish')
-install="${pkgname}.install"
source=("${pkgname}"::"bzr+https://code.launchpad.net/~noneed4anick/cuttlefish/trunk"
"plugins-use-site-packages.patch"
"desktop-autostart.patch"
diff --git a/cuttlefish-bzr.install b/cuttlefish-bzr.install
deleted file mode 100644
index eb1c0d4292bc..000000000000
--- a/cuttlefish-bzr.install
+++ /dev/null
@@ -1,7 +0,0 @@
-post_install() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_remove() {
- glib-compile-schemas /usr/share/glib-2.0/schemas
-}