[arch-commits] Commit in file-roller/trunk (PKGBUILD file-roller.install)

Jan Steffens heftig at archlinux.org
Mon May 9 20:41:26 UTC 2016


    Date: Monday, May 9, 2016 @ 22:41:25
  Author: heftig
Revision: 267285

3.20.2-1

Modified:
  file-roller/trunk/PKGBUILD
Deleted:
  file-roller/trunk/file-roller.install

---------------------+
 PKGBUILD            |   27 +++++++++++++--------------
 file-roller.install |   13 -------------
 2 files changed, 13 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-09 20:40:54 UTC (rev 267284)
+++ PKGBUILD	2016-05-09 20:41:25 UTC (rev 267285)
@@ -3,32 +3,31 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=file-roller
-pkgver=3.20.1
+pkgver=3.20.2
 pkgrel=1
 pkgdesc="Create and modify archives"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 'file' 'json-glib' 'libnotify' 'zip' 'unzip')
-makedepends=('intltool' 'pkg-config' 'libnautilus-extension' 'itstool' 'docbook-xsl')
+url="https://wiki.gnome.org/Apps/FileRoller"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 dconf libarchive file json-glib libnotify zip unzip)
+makedepends=(intltool libnautilus-extension itstool docbook-xsl)
 optdepends=('p7zip: 7z, arj, exe and encrypted zip files support'
             'unrar: better RAR archive support'
             'unace: ACE archive support'
             'lrzip: lrzip archive support')
-groups=('gnome-extra')
-options=('!emptydirs')
-install=file-roller.install
-url="http://www.gnome.org"
+groups=(gnome-extra)
+options=(!emptydirs)
 source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c8b3db59ae12d0efde2e8e28d0cb475508ffc33bf08aa5194fbf5f702b6aa333')
+sha256sums=('93188a7ac9285cb85551c327082aeaeb51ac39a9722cb96b0e29d5ec2ae353c6')
 
 build() {
   cd $pkgname-$pkgver
 
-  ./configure --prefix=/usr --sysconfdir=/etc \
-      --libexecdir=/usr/lib/file-roller \
-      --localstatedir=/var --disable-static \
-      --disable-schemas-compile
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib/$pkgname --disable-static --disable-schemas-compile
+
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
   make
 }
 

Deleted: file-roller.install
===================================================================
--- file-roller.install	2016-05-09 20:40:54 UTC (rev 267284)
+++ file-roller.install	2016-05-09 20:41:25 UTC (rev 267285)
@@ -1,13 +0,0 @@
-post_install() {
-    glib-compile-schemas /usr/share/glib-2.0/schemas
-    update-desktop-database -q
-    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