[arch-commits] Commit in file-roller/repos (6 files)

Ionut Biru ibiru at archlinux.org
Tue Nov 15 14:05:26 UTC 2011


    Date: Tuesday, November 15, 2011 @ 09:05:26
  Author: ibiru
Revision: 142796

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  file-roller/repos/testing-i686/
  file-roller/repos/testing-i686/PKGBUILD
    (from rev 142795, file-roller/trunk/PKGBUILD)
  file-roller/repos/testing-i686/file-roller.install
    (from rev 142795, file-roller/trunk/file-roller.install)
  file-roller/repos/testing-x86_64/
  file-roller/repos/testing-x86_64/PKGBUILD
    (from rev 142795, file-roller/trunk/PKGBUILD)
  file-roller/repos/testing-x86_64/file-roller.install
    (from rev 142795, file-roller/trunk/file-roller.install)

------------------------------------+
 testing-i686/PKGBUILD              |   38 +++++++++++++++++++++++++++++++++++
 testing-i686/file-roller.install   |   22 ++++++++++++++++++++
 testing-x86_64/PKGBUILD            |   38 +++++++++++++++++++++++++++++++++++
 testing-x86_64/file-roller.install |   22 ++++++++++++++++++++
 4 files changed, 120 insertions(+)

Copied: file-roller/repos/testing-i686/PKGBUILD (from rev 142795, file-roller/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2011-11-15 14:05:26 UTC (rev 142796)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=file-roller
+pkgver=3.2.2
+pkgrel=1
+pkgdesc="Archive manipulator for GNOME"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'nautilus' 'libsm')
+optdepends=('unrar: the RAR uncompression program'
+            'zip: creates PKZIP-compatible .zip files'
+            'unzip: unpacks .zip archives'
+            'p7zip: 7zip compression utility'
+            'xz: managing LZMA and XZ compressed files'
+            'arj: ARJ archiver'
+            'unace: extraction tool for the proprietary ace archive format')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+install=file-roller.install
+url="http://www.gnome.org"
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('de2c93e947f7aabf46124d6384b358c162a7ee1236e4930f2486684979d5ebe5')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --libexecdir=/usr/lib/file-roller \
+      --localstatedir=/var --disable-static \
+      --disable-scrollkeeper --disable-schemas-compile
+  make
+}
+
+package() {
+    cd "$srcdir/$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+}

Copied: file-roller/repos/testing-i686/file-roller.install (from rev 142795, file-roller/trunk/file-roller.install)
===================================================================
--- testing-i686/file-roller.install	                        (rev 0)
+++ testing-i686/file-roller.install	2011-11-15 14:05:26 UTC (rev 142796)
@@ -0,0 +1,22 @@
+pkgname=file-roller
+
+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
+}
+
+pre_upgrade() {
+    if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
+        usr/sbin/gconfpkg --uninstall ${pkgname}
+    fi
+}
+
+post_upgrade() {
+    post_install $1
+}
+
+
+post_remove() {
+    post_install $1
+}

Copied: file-roller/repos/testing-x86_64/PKGBUILD (from rev 142795, file-roller/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-11-15 14:05:26 UTC (rev 142796)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=file-roller
+pkgver=3.2.2
+pkgrel=1
+pkgdesc="Archive manipulator for GNOME"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf')
+makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'nautilus' 'libsm')
+optdepends=('unrar: the RAR uncompression program'
+            'zip: creates PKZIP-compatible .zip files'
+            'unzip: unpacks .zip archives'
+            'p7zip: 7zip compression utility'
+            'xz: managing LZMA and XZ compressed files'
+            'arj: ARJ archiver'
+            'unace: extraction tool for the proprietary ace archive format')
+groups=('gnome-extra')
+options=('!libtool' '!emptydirs')
+install=file-roller.install
+url="http://www.gnome.org"
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('de2c93e947f7aabf46124d6384b358c162a7ee1236e4930f2486684979d5ebe5')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+      --libexecdir=/usr/lib/file-roller \
+      --localstatedir=/var --disable-static \
+      --disable-scrollkeeper --disable-schemas-compile
+  make
+}
+
+package() {
+    cd "$srcdir/$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+}

Copied: file-roller/repos/testing-x86_64/file-roller.install (from rev 142795, file-roller/trunk/file-roller.install)
===================================================================
--- testing-x86_64/file-roller.install	                        (rev 0)
+++ testing-x86_64/file-roller.install	2011-11-15 14:05:26 UTC (rev 142796)
@@ -0,0 +1,22 @@
+pkgname=file-roller
+
+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
+}
+
+pre_upgrade() {
+    if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then
+        usr/sbin/gconfpkg --uninstall ${pkgname}
+    fi
+}
+
+post_upgrade() {
+    post_install $1
+}
+
+
+post_remove() {
+    post_install $1
+}




More information about the arch-commits mailing list