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

Ionut Biru ibiru at archlinux.org
Mon Oct 17 19:02:30 UTC 2011


    Date: Monday, October 17, 2011 @ 15:02:30
  Author: ibiru
Revision: 140655

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

Added:
  file-roller/repos/testing-i686/
  file-roller/repos/testing-i686/PKGBUILD
    (from rev 140654, file-roller/trunk/PKGBUILD)
  file-roller/repos/testing-i686/file-roller.install
    (from rev 140654, file-roller/trunk/file-roller.install)
  file-roller/repos/testing-x86_64/
  file-roller/repos/testing-x86_64/PKGBUILD
    (from rev 140654, file-roller/trunk/PKGBUILD)
  file-roller/repos/testing-x86_64/file-roller.install
    (from rev 140654, 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 140654, file-roller/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2011-10-17 19:02:30 UTC (rev 140655)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=file-roller
+pkgver=3.2.1
+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=('29cad673ab2833eaa6701b6e40853baf410571f2374c5b3c545c5b8b33d936bc')
+
+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 140654, file-roller/trunk/file-roller.install)
===================================================================
--- testing-i686/file-roller.install	                        (rev 0)
+++ testing-i686/file-roller.install	2011-10-17 19:02:30 UTC (rev 140655)
@@ -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 140654, file-roller/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2011-10-17 19:02:30 UTC (rev 140655)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=file-roller
+pkgver=3.2.1
+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=('29cad673ab2833eaa6701b6e40853baf410571f2374c5b3c545c5b8b33d936bc')
+
+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 140654, file-roller/trunk/file-roller.install)
===================================================================
--- testing-x86_64/file-roller.install	                        (rev 0)
+++ testing-x86_64/file-roller.install	2011-10-17 19:02:30 UTC (rev 140655)
@@ -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