[arch-commits] Commit in dconf-editor/trunk (PKGBUILD dconf-editor.install)

Jan Steffens heftig at archlinux.org
Tue May 10 19:13:16 UTC 2016


    Date: Tuesday, May 10, 2016 @ 21:13:16
  Author: heftig
Revision: 267628

3.20.2-1

Modified:
  dconf-editor/trunk/PKGBUILD
Deleted:
  dconf-editor/trunk/dconf-editor.install

----------------------+
 PKGBUILD             |   17 ++++++++---------
 dconf-editor.install |   12 ------------
 2 files changed, 8 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-10 19:09:07 UTC (rev 267627)
+++ PKGBUILD	2016-05-10 19:13:16 UTC (rev 267628)
@@ -2,22 +2,21 @@
 # Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
 
 pkgname=dconf-editor
-pkgver=3.20.1
+pkgver=3.20.2
 pkgrel=1
 pkgdesc="dconf Editor"
 arch=(i686 x86_64)
-url="http://live.gnome.org/dconf"
-license=('LGPL2.1')
-groups=('gnome')
-depends=('gtk3' 'dconf')
-makedepends=('vala' 'intltool')
-install=dconf-editor.install
+url="https://wiki.gnome.org/Projects/dconf"
+license=(GPL3)
+groups=(gnome)
+depends=(gtk3 dconf)
+makedepends=(vala intltool)
 source=(http://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('7794f40b33dc376096896e10164b8571ab31ae1d50b9d0b40d409db2efaed75d')
+sha256sums=('486dcb60001b934186f3c3591897d986459bf240f35641fbb59ee957c15af2be')
 
 build() {
   cd $pkgname-$pkgver
-  ./configure --prefix=/usr
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
 }
 

Deleted: dconf-editor.install
===================================================================
--- dconf-editor.install	2016-05-10 19:09:07 UTC (rev 267627)
+++ dconf-editor.install	2016-05-10 19:13:16 UTC (rev 267628)
@@ -1,12 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}



More information about the arch-commits mailing list