[arch-commits] Commit in d-feet/trunk (PKGBUILD d-feet.install)

Balló György bgyorgy at archlinux.org
Tue Jul 12 22:18:51 UTC 2016


    Date: Tuesday, July 12, 2016 @ 22:18:51
  Author: bgyorgy
Revision: 182788

upgpkg: d-feet 0.3.11-2

Fix build

Modified:
  d-feet/trunk/PKGBUILD
Deleted:
  d-feet/trunk/d-feet.install

----------------+
 PKGBUILD       |    9 ++++-----
 d-feet.install |   12 ------------
 2 files changed, 4 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-12 22:10:28 UTC (rev 182787)
+++ PKGBUILD	2016-07-12 22:18:51 UTC (rev 182788)
@@ -3,20 +3,19 @@
 
 pkgname=d-feet
 pkgver=0.3.11
-pkgrel=1
+pkgrel=2
 pkgdesc="D-Bus debugger for GNOME"
 arch=('any')
 url="https://wiki.gnome.org/Apps/DFeet"
 license=('GPL2')
-depends=('gtk3' 'python-gobject' 'hicolor-icon-theme')
-makedepends=('python-setuptools' 'intltool' 'itstool' 'pep8-python3' 'gobject-introspection')
-install=d-feet.install
+depends=('gtk3' 'python-gobject')
+makedepends=('intltool' 'itstool' 'gobject-introspection')
 source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 sha256sums=('a3dc940c66f84b996c328531e3034d475ec690d7ff639445ff7ca746aa8cb9c2')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --disable-tests
   make
 }
 

Deleted: d-feet.install
===================================================================
--- d-feet.install	2016-07-12 22:10:28 UTC (rev 182787)
+++ d-feet.install	2016-07-12 22:18:51 UTC (rev 182788)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -f -q usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}



More information about the arch-commits mailing list