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

2016-05-09 Thread Jan Steffens
Date: Monday, May 9, 2016 @ 23:01:30
  Author: heftig
Revision: 267296

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

Added:
  file-roller/repos/extra-i686/PKGBUILD
(from rev 267295, file-roller/trunk/PKGBUILD)
  file-roller/repos/extra-x86_64/PKGBUILD
(from rev 267295, file-roller/trunk/PKGBUILD)
Deleted:
  file-roller/repos/extra-i686/PKGBUILD
  file-roller/repos/extra-i686/file-roller.install
  file-roller/repos/extra-x86_64/PKGBUILD
  file-roller/repos/extra-x86_64/file-roller.install

--+
 /PKGBUILD|   74 +
 extra-i686/PKGBUILD  |   38 ---
 extra-i686/file-roller.install   |   13 --
 extra-x86_64/PKGBUILD|   38 ---
 extra-x86_64/file-roller.install |   13 --
 5 files changed, 74 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-09 21:00:32 UTC (rev 267295)
+++ extra-i686/PKGBUILD 2016-05-09 21:01:30 UTC (rev 267296)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=file-roller
-pkgver=3.20.1
-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')
-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;
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('c8b3db59ae12d0efde2e8e28d0cb475508ffc33bf08aa5194fbf5f702b6aa333')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --libexecdir=/usr/lib/file-roller \
-  --localstatedir=/var --disable-static \
-  --disable-schemas-compile
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: file-roller/repos/extra-i686/PKGBUILD (from rev 267295, 
file-roller/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-05-09 21:01:30 UTC (rev 267296)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=file-roller
+pkgver=3.20.2
+pkgrel=1
+pkgdesc="Create and modify archives"
+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)
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('93188a7ac9285cb85551c327082aeaeb51ac39a9722cb96b0e29d5ec2ae353c6')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./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
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/file-roller.install
===
--- extra-i686/file-roller.install  2016-05-09 21:00:32 UTC (rev 267295)
+++ extra-i686/file-roller.install  2016-05-09 21:01:30 UTC (rev 267296)
@@ -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
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-05-09 21:00:32 UTC (rev 267295)
+++ extra-x86_64/PKGBUILD   2016-05-09 21:01:30 UTC (rev 267296)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-
-pkgname=file-roller
-pkgver=3.20.1
-pkgrel=1
-pkgdesc="Create and modify archives"
-arch=('i686' 'x86_64')
-license=('GPL')

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

2015-09-25 Thread Jan Steffens
Date: Friday, September 25, 2015 @ 18:26:05
  Author: heftig
Revision: 247463

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  file-roller/repos/gnome-unstable-i686/
  file-roller/repos/gnome-unstable-i686/PKGBUILD
(from rev 247462, file-roller/trunk/PKGBUILD)
  file-roller/repos/gnome-unstable-i686/file-roller.install
(from rev 247462, file-roller/trunk/file-roller.install)
  file-roller/repos/gnome-unstable-x86_64/
  file-roller/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 247462, file-roller/trunk/PKGBUILD)
  file-roller/repos/gnome-unstable-x86_64/file-roller.install
(from rev 247462, file-roller/trunk/file-roller.install)

---+
 gnome-unstable-i686/PKGBUILD  |   38 
 gnome-unstable-i686/file-roller.install   |   13 +
 gnome-unstable-x86_64/PKGBUILD|   38 
 gnome-unstable-x86_64/file-roller.install |   13 +
 4 files changed, 102 insertions(+)

Copied: file-roller/repos/gnome-unstable-i686/PKGBUILD (from rev 247462, 
file-roller/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-09-25 16:26:05 UTC (rev 247463)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=file-roller
+pkgver=3.16.4
+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')
+optdepends=('p7zip: 7z, arj, exe and encrypted zip files support'
+'unrar: better RAR archive support'
+'unace: ACE archive support'
+'lrzip: lrzip archive support'
+'cdrkit: ISO image support')
+groups=('gnome-extra')
+options=('!emptydirs')
+install=file-roller.install
+url="http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5455980b2c9c7eb063d2d65560ae7ab2e7f01b208ea3947e151680231c7a4185')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/file-roller \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: file-roller/repos/gnome-unstable-i686/file-roller.install (from rev 
247462, file-roller/trunk/file-roller.install)
===
--- gnome-unstable-i686/file-roller.install (rev 0)
+++ gnome-unstable-i686/file-roller.install 2015-09-25 16:26:05 UTC (rev 
247463)
@@ -0,0 +1,13 @@
+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
+}

Copied: file-roller/repos/gnome-unstable-x86_64/PKGBUILD (from rev 247462, 
file-roller/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-09-25 16:26:05 UTC (rev 247463)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=file-roller
+pkgver=3.16.4
+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')
+optdepends=('p7zip: 7z, arj, exe and encrypted zip files support'
+'unrar: better RAR archive support'
+'unace: ACE archive support'
+'lrzip: lrzip archive support'
+'cdrkit: ISO image support')
+groups=('gnome-extra')
+options=('!emptydirs')
+install=file-roller.install
+url="http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5455980b2c9c7eb063d2d65560ae7ab2e7f01b208ea3947e151680231c7a4185')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/file-roller \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: 

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

2015-03-20 Thread Jan de Groot
Date: Friday, March 20, 2015 @ 10:44:36
  Author: jgc
Revision: 234206

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  file-roller/repos/gnome-unstable-i686/
  file-roller/repos/gnome-unstable-i686/PKGBUILD
(from rev 234205, file-roller/trunk/PKGBUILD)
  file-roller/repos/gnome-unstable-i686/file-roller.install
(from rev 234205, file-roller/trunk/file-roller.install)
  file-roller/repos/gnome-unstable-x86_64/
  file-roller/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234205, file-roller/trunk/PKGBUILD)
  file-roller/repos/gnome-unstable-x86_64/file-roller.install
(from rev 234205, file-roller/trunk/file-roller.install)

---+
 gnome-unstable-i686/PKGBUILD  |   35 
 gnome-unstable-i686/file-roller.install   |   13 ++
 gnome-unstable-x86_64/PKGBUILD|   35 
 gnome-unstable-x86_64/file-roller.install |   13 ++
 4 files changed, 96 insertions(+)

Copied: file-roller/repos/gnome-unstable-i686/PKGBUILD (from rev 234205, 
file-roller/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2015-03-20 09:44:36 UTC (rev 234206)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=file-roller
+pkgver=3.15.92
+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' 'p7zip')
+makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'libnautilus-extension' 
'itstool' 'docbook-xsl')
+optdepends=('lrzip: lrzip archive support'
+'unace: extraction tool for the proprietary ace archive format')
+groups=('gnome-extra')
+options=('!emptydirs')
+install=file-roller.install
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('83287ada54e797cf268a94045dae1100d0a241358e34563c2eded2fcb58913f7')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/file-roller \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: file-roller/repos/gnome-unstable-i686/file-roller.install (from rev 
234205, file-roller/trunk/file-roller.install)
===
--- gnome-unstable-i686/file-roller.install (rev 0)
+++ gnome-unstable-i686/file-roller.install 2015-03-20 09:44:36 UTC (rev 
234206)
@@ -0,0 +1,13 @@
+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
+}

Copied: file-roller/repos/gnome-unstable-x86_64/PKGBUILD (from rev 234205, 
file-roller/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2015-03-20 09:44:36 UTC (rev 234206)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=file-roller
+pkgver=3.15.92
+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' 'p7zip')
+makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'libnautilus-extension' 
'itstool' 'docbook-xsl')
+optdepends=('lrzip: lrzip archive support'
+'unace: extraction tool for the proprietary ace archive format')
+groups=('gnome-extra')
+options=('!emptydirs')
+install=file-roller.install
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('83287ada54e797cf268a94045dae1100d0a241358e34563c2eded2fcb58913f7')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/file-roller \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: file-roller/repos/gnome-unstable-x86_64/file-roller.install (from rev 
234205, file-roller/trunk/file-roller.install)
===
--- gnome-unstable-x86_64/file-roller.install   (rev 0)
+++ 

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

2014-09-17 Thread Jan de Groot
Date: Wednesday, September 17, 2014 @ 23:38:46
  Author: jgc
Revision: 221903

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  file-roller/repos/gnome-unstable-i686/
  file-roller/repos/gnome-unstable-i686/PKGBUILD
(from rev 221902, file-roller/trunk/PKGBUILD)
  file-roller/repos/gnome-unstable-i686/file-roller.install
(from rev 221902, file-roller/trunk/file-roller.install)
  file-roller/repos/gnome-unstable-x86_64/
  file-roller/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 221902, file-roller/trunk/PKGBUILD)
  file-roller/repos/gnome-unstable-x86_64/file-roller.install
(from rev 221902, file-roller/trunk/file-roller.install)

---+
 gnome-unstable-i686/PKGBUILD  |   35 
 gnome-unstable-i686/file-roller.install   |   13 ++
 gnome-unstable-x86_64/PKGBUILD|   35 
 gnome-unstable-x86_64/file-roller.install |   13 ++
 4 files changed, 96 insertions(+)

Copied: file-roller/repos/gnome-unstable-i686/PKGBUILD (from rev 221902, 
file-roller/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-09-17 21:38:46 UTC (rev 221903)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=file-roller
+pkgver=3.13.92
+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' 'p7zip')
+makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'libnautilus-extension' 
'itstool' 'docbook-xsl')
+optdepends=('lrzip: lrzip archive support'
+'unace: extraction tool for the proprietary ace archive format')
+groups=('gnome-extra')
+options=('!emptydirs')
+install=file-roller.install
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('dd541f2995d7fd42c950489c343103e8c2690303be4708facd5417229993b53d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/file-roller \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: file-roller/repos/gnome-unstable-i686/file-roller.install (from rev 
221902, file-roller/trunk/file-roller.install)
===
--- gnome-unstable-i686/file-roller.install (rev 0)
+++ gnome-unstable-i686/file-roller.install 2014-09-17 21:38:46 UTC (rev 
221903)
@@ -0,0 +1,13 @@
+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
+}

Copied: file-roller/repos/gnome-unstable-x86_64/PKGBUILD (from rev 221902, 
file-roller/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-09-17 21:38:46 UTC (rev 221903)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=file-roller
+pkgver=3.13.92
+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' 'p7zip')
+makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'libnautilus-extension' 
'itstool' 'docbook-xsl')
+optdepends=('lrzip: lrzip archive support'
+'unace: extraction tool for the proprietary ace archive format')
+groups=('gnome-extra')
+options=('!emptydirs')
+install=file-roller.install
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('dd541f2995d7fd42c950489c343103e8c2690303be4708facd5417229993b53d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/file-roller \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: file-roller/repos/gnome-unstable-x86_64/file-roller.install (from rev 
221902, file-roller/trunk/file-roller.install)
===
--- gnome-unstable-x86_64/file-roller.install   (rev 0)
+++ 

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

2014-03-30 Thread Jan Steffens
Date: Sunday, March 30, 2014 @ 13:17:38
  Author: heftig
Revision: 209221

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  file-roller/repos/gnome-unstable-i686/
  file-roller/repos/gnome-unstable-i686/PKGBUILD
(from rev 209220, file-roller/trunk/PKGBUILD)
  file-roller/repos/gnome-unstable-i686/file-roller.install
(from rev 209220, file-roller/trunk/file-roller.install)
  file-roller/repos/gnome-unstable-x86_64/
  file-roller/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 209220, file-roller/trunk/PKGBUILD)
  file-roller/repos/gnome-unstable-x86_64/file-roller.install
(from rev 209220, file-roller/trunk/file-roller.install)

---+
 gnome-unstable-i686/PKGBUILD  |   35 
 gnome-unstable-i686/file-roller.install   |   13 ++
 gnome-unstable-x86_64/PKGBUILD|   35 
 gnome-unstable-x86_64/file-roller.install |   13 ++
 4 files changed, 96 insertions(+)

Copied: file-roller/repos/gnome-unstable-i686/PKGBUILD (from rev 209220, 
file-roller/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2014-03-30 11:17:38 UTC (rev 209221)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=file-roller
+pkgver=3.12.0
+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' 'p7zip')
+makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'libnautilus-extension' 
'itstool' 'docbook-xsl')
+optdepends=('lrzip: lrzip archive support'
+'unace: extraction tool for the proprietary ace archive format')
+groups=('gnome-extra')
+options=('!emptydirs')
+install=file-roller.install
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d62c6269e94c65237d970559c6dee0de38390b17f0d48f9ac8836ec85f79a897')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/file-roller \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: file-roller/repos/gnome-unstable-i686/file-roller.install (from rev 
209220, file-roller/trunk/file-roller.install)
===
--- gnome-unstable-i686/file-roller.install (rev 0)
+++ gnome-unstable-i686/file-roller.install 2014-03-30 11:17:38 UTC (rev 
209221)
@@ -0,0 +1,13 @@
+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
+}

Copied: file-roller/repos/gnome-unstable-x86_64/PKGBUILD (from rev 209220, 
file-roller/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2014-03-30 11:17:38 UTC (rev 209221)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=file-roller
+pkgver=3.12.0
+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' 'p7zip')
+makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'libnautilus-extension' 
'itstool' 'docbook-xsl')
+optdepends=('lrzip: lrzip archive support'
+'unace: extraction tool for the proprietary ace archive format')
+groups=('gnome-extra')
+options=('!emptydirs')
+install=file-roller.install
+url=http://www.gnome.org;
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d62c6269e94c65237d970559c6dee0de38390b17f0d48f9ac8836ec85f79a897')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/file-roller \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: file-roller/repos/gnome-unstable-x86_64/file-roller.install (from rev 
209220, file-roller/trunk/file-roller.install)
===
--- gnome-unstable-x86_64/file-roller.install   (rev 0)
+++ 

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

2013-09-23 Thread Jan de Groot
Date: Tuesday, September 24, 2013 @ 00:46:21
  Author: jgc
Revision: 194886

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  file-roller/repos/gnome-unstable-i686/
  file-roller/repos/gnome-unstable-i686/PKGBUILD
(from rev 194885, file-roller/trunk/PKGBUILD)
  file-roller/repos/gnome-unstable-i686/file-roller.install
(from rev 194885, file-roller/trunk/file-roller.install)
  file-roller/repos/gnome-unstable-x86_64/
  file-roller/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 194885, file-roller/trunk/PKGBUILD)
  file-roller/repos/gnome-unstable-x86_64/file-roller.install
(from rev 194885, file-roller/trunk/file-roller.install)

---+
 gnome-unstable-i686/PKGBUILD  |   38 
 gnome-unstable-i686/file-roller.install   |   13 +
 gnome-unstable-x86_64/PKGBUILD|   38 
 gnome-unstable-x86_64/file-roller.install |   13 +
 4 files changed, 102 insertions(+)

Copied: file-roller/repos/gnome-unstable-i686/PKGBUILD (from rev 194885, 
file-roller/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-09-23 22:46:21 UTC (rev 194886)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=file-roller
+pkgver=3.10.0
+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')
+makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'libnautilus-extension' 
'itstool' 'docbook-xsl')
+optdepends=('unrar: the RAR uncompression program'
+'zip: creates PKZIP-compatible .zip files'
+'p7zip: 7zip compression utility'
+'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=('d889bb9904146e5715c082aa9a6d96b0606a066ba2bf05fbfb7030f2bf274f13')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/file-roller \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: file-roller/repos/gnome-unstable-i686/file-roller.install (from rev 
194885, file-roller/trunk/file-roller.install)
===
--- gnome-unstable-i686/file-roller.install (rev 0)
+++ gnome-unstable-i686/file-roller.install 2013-09-23 22:46:21 UTC (rev 
194886)
@@ -0,0 +1,13 @@
+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
+}

Copied: file-roller/repos/gnome-unstable-x86_64/PKGBUILD (from rev 194885, 
file-roller/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-09-23 22:46:21 UTC (rev 194886)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=file-roller
+pkgver=3.10.0
+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')
+makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'libnautilus-extension' 
'itstool' 'docbook-xsl')
+optdepends=('unrar: the RAR uncompression program'
+'zip: creates PKZIP-compatible .zip files'
+'p7zip: 7zip compression utility'
+'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=('d889bb9904146e5715c082aa9a6d96b0606a066ba2bf05fbfb7030f2bf274f13')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/file-roller \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: 

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

2013-03-31 Thread Jan Steffens
Date: Sunday, March 31, 2013 @ 11:44:13
  Author: heftig
Revision: 181074

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  file-roller/repos/gnome-unstable-i686/
  file-roller/repos/gnome-unstable-i686/PKGBUILD
(from rev 181073, file-roller/trunk/PKGBUILD)
  file-roller/repos/gnome-unstable-i686/file-roller.install
(from rev 181073, file-roller/trunk/file-roller.install)
  file-roller/repos/gnome-unstable-x86_64/
  file-roller/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 181073, file-roller/trunk/PKGBUILD)
  file-roller/repos/gnome-unstable-x86_64/file-roller.install
(from rev 181073, file-roller/trunk/file-roller.install)

---+
 gnome-unstable-i686/PKGBUILD  |   38 
 gnome-unstable-i686/file-roller.install   |   13 +
 gnome-unstable-x86_64/PKGBUILD|   38 
 gnome-unstable-x86_64/file-roller.install |   13 +
 4 files changed, 102 insertions(+)

Copied: file-roller/repos/gnome-unstable-i686/PKGBUILD (from rev 181073, 
file-roller/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-03-31 09:44:13 UTC (rev 181074)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=file-roller
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Archive manipulator for GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 
'file' 'json-glib' 'libnotify')
+makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'libnautilus-extension' 
'itstool' 'docbook-xsl')
+optdepends=('unrar: the RAR uncompression program'
+'zip: creates PKZIP-compatible .zip files'
+'p7zip: 7zip compression utility'
+'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::3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5c800bf969ef07d350a876622462267892194d914042d1dcc080bf3c838db46d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/file-roller \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: file-roller/repos/gnome-unstable-i686/file-roller.install (from rev 
181073, file-roller/trunk/file-roller.install)
===
--- gnome-unstable-i686/file-roller.install (rev 0)
+++ gnome-unstable-i686/file-roller.install 2013-03-31 09:44:13 UTC (rev 
181074)
@@ -0,0 +1,13 @@
+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
+}

Copied: file-roller/repos/gnome-unstable-x86_64/PKGBUILD (from rev 181073, 
file-roller/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2013-03-31 09:44:13 UTC (rev 181074)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=file-roller
+pkgver=3.8.0
+pkgrel=1
+pkgdesc=Archive manipulator for GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 
'file' 'json-glib' 'libnotify')
+makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'libnautilus-extension' 
'itstool' 'docbook-xsl')
+optdepends=('unrar: the RAR uncompression program'
+'zip: creates PKZIP-compatible .zip files'
+'p7zip: 7zip compression utility'
+'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::3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('5c800bf969ef07d350a876622462267892194d914042d1dcc080bf3c838db46d')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/file-roller \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}


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

2013-02-28 Thread Ionuț Mircea Bîru
Date: Thursday, February 28, 2013 @ 19:13:36
  Author: ioni
Revision: 178906

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

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

+
 staging-i686/PKGBUILD  |   38 +++
 staging-i686/file-roller.install   |   13 +++
 staging-x86_64/PKGBUILD|   38 +++
 staging-x86_64/file-roller.install |   13 +++
 4 files changed, 102 insertions(+)

Copied: file-roller/repos/staging-i686/PKGBUILD (from rev 178905, 
file-roller/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-02-28 18:13:36 UTC (rev 178906)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=file-roller
+pkgver=3.6.3
+pkgrel=2
+pkgdesc=Archive manipulator for GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 
'file' 'json-glib' 'libnotify')
+makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'nautilus' 'itstool' 
'docbook-xsl')
+optdepends=('unrar: the RAR uncompression program'
+'zip: creates PKZIP-compatible .zip files'
+'p7zip: 7zip compression utility'
+'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::3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6d99d7be243d442484ba46505df5e52ffb4e46ea5cd754daba865eccc22c8402')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/file-roller \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: file-roller/repos/staging-i686/file-roller.install (from rev 178905, 
file-roller/trunk/file-roller.install)
===
--- staging-i686/file-roller.install(rev 0)
+++ staging-i686/file-roller.install2013-02-28 18:13:36 UTC (rev 178906)
@@ -0,0 +1,13 @@
+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
+}

Copied: file-roller/repos/staging-x86_64/PKGBUILD (from rev 178905, 
file-roller/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-02-28 18:13:36 UTC (rev 178906)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=file-roller
+pkgver=3.6.3
+pkgrel=2
+pkgdesc=Archive manipulator for GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 
'file' 'json-glib' 'libnotify')
+makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'nautilus' 'itstool' 
'docbook-xsl')
+optdepends=('unrar: the RAR uncompression program'
+'zip: creates PKZIP-compatible .zip files'
+'p7zip: 7zip compression utility'
+'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::3}/$pkgname-$pkgver.tar.xz)
+sha256sums=('6d99d7be243d442484ba46505df5e52ffb4e46ea5cd754daba865eccc22c8402')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/file-roller \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: file-roller/repos/staging-x86_64/file-roller.install (from rev 178905, 
file-roller/trunk/file-roller.install)

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

2012-09-24 Thread Jan de Groot
Date: Monday, September 24, 2012 @ 16:24:43
  Author: jgc
Revision: 167038

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  file-roller/repos/gnome-unstable-i686/
  file-roller/repos/gnome-unstable-i686/PKGBUILD
(from rev 167037, file-roller/trunk/PKGBUILD)
  file-roller/repos/gnome-unstable-i686/file-roller.install
(from rev 167037, file-roller/trunk/file-roller.install)
  file-roller/repos/gnome-unstable-x86_64/
  file-roller/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 167037, file-roller/trunk/PKGBUILD)
  file-roller/repos/gnome-unstable-x86_64/file-roller.install
(from rev 167037, file-roller/trunk/file-roller.install)

---+
 gnome-unstable-i686/PKGBUILD  |   37 
 gnome-unstable-i686/file-roller.install   |   13 +
 gnome-unstable-x86_64/PKGBUILD|   37 
 gnome-unstable-x86_64/file-roller.install |   13 +
 4 files changed, 100 insertions(+)

Copied: file-roller/repos/gnome-unstable-i686/PKGBUILD (from rev 167037, 
file-roller/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-09-24 20:24:43 UTC (rev 167038)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=file-roller
+pkgver=3.6.0
+pkgrel=1
+pkgdesc=Archive manipulator for GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 
'file' 'json-glib')
+makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'nautilus' 'itstool' 
'docbook-xsl')
+optdepends=('unrar: the RAR uncompression program'
+'zip: creates PKZIP-compatible .zip files'
+'p7zip: 7zip compression utility'
+'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=('01771788c673b2db323fae1eee766ceb3342d815a4f2cba839b662c2ea56918d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/file-roller \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: file-roller/repos/gnome-unstable-i686/file-roller.install (from rev 
167037, file-roller/trunk/file-roller.install)
===
--- gnome-unstable-i686/file-roller.install (rev 0)
+++ gnome-unstable-i686/file-roller.install 2012-09-24 20:24:43 UTC (rev 
167038)
@@ -0,0 +1,13 @@
+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
+}

Copied: file-roller/repos/gnome-unstable-x86_64/PKGBUILD (from rev 167037, 
file-roller/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-09-24 20:24:43 UTC (rev 167038)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=file-roller
+pkgver=3.6.0
+pkgrel=1
+pkgdesc=Archive manipulator for GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'libarchive' 
'file' 'json-glib')
+makedepends=('intltool' 'gnome-doc-utils' 'pkg-config' 'nautilus' 'itstool' 
'docbook-xsl')
+optdepends=('unrar: the RAR uncompression program'
+'zip: creates PKZIP-compatible .zip files'
+'p7zip: 7zip compression utility'
+'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=('01771788c673b2db323fae1eee766ceb3342d815a4f2cba839b662c2ea56918d')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/file-roller \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: 

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

2012-03-10 Thread Jan Steffens
Date: Sunday, March 11, 2012 @ 03:19:14
  Author: heftig
Revision: 153004

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  file-roller/repos/gnome-unstable-i686/
  file-roller/repos/gnome-unstable-i686/PKGBUILD
(from rev 153003, file-roller/trunk/PKGBUILD)
  file-roller/repos/gnome-unstable-i686/file-roller.install
(from rev 153003, file-roller/trunk/file-roller.install)
  file-roller/repos/gnome-unstable-x86_64/
  file-roller/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 153003, file-roller/trunk/PKGBUILD)
  file-roller/repos/gnome-unstable-x86_64/file-roller.install
(from rev 153003, file-roller/trunk/file-roller.install)

---+
 gnome-unstable-i686/PKGBUILD  |   39 
 gnome-unstable-i686/file-roller.install   |   22 +++
 gnome-unstable-x86_64/PKGBUILD|   39 
 gnome-unstable-x86_64/file-roller.install |   22 +++
 4 files changed, 122 insertions(+)

Copied: file-roller/repos/gnome-unstable-i686/PKGBUILD (from rev 153003, 
file-roller/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2012-03-11 07:19:14 UTC (rev 153004)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=file-roller
+pkgver=3.3.90
+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=('8c2b3d50e972111d19bbedff626cc44c48e007f1da96dd9d94c251bd68dd3371')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/file-roller \
+  --localstatedir=/var --disable-static \
+  --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Copied: file-roller/repos/gnome-unstable-i686/file-roller.install (from rev 
153003, file-roller/trunk/file-roller.install)
===
--- gnome-unstable-i686/file-roller.install (rev 0)
+++ gnome-unstable-i686/file-roller.install 2012-03-11 07:19:14 UTC (rev 
153004)
@@ -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/gnome-unstable-x86_64/PKGBUILD (from rev 153003, 
file-roller/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2012-03-11 07:19:14 UTC (rev 153004)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=file-roller
+pkgver=3.3.90
+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=('8c2b3d50e972111d19bbedff626cc44c48e007f1da96dd9d94c251bd68dd3371')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure 

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

2011-11-15 Thread Ionut Biru
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 j...@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.install2011-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 j...@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

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

2011-10-17 Thread Ionut Biru
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 j...@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.install2011-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 j...@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() {
+   

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

2011-09-06 Thread Ionut Biru
Date: Tuesday, September 6, 2011 @ 13:41:21
  Author: ibiru
Revision: 137209

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  file-roller/repos/gnome-unstable-i686/
  file-roller/repos/gnome-unstable-i686/PKGBUILD
(from rev 137208, file-roller/trunk/PKGBUILD)
  file-roller/repos/gnome-unstable-i686/file-roller.install
(from rev 137208, file-roller/trunk/file-roller.install)
  file-roller/repos/gnome-unstable-x86_64/
  file-roller/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 137208, file-roller/trunk/PKGBUILD)
  file-roller/repos/gnome-unstable-x86_64/file-roller.install
(from rev 137208, file-roller/trunk/file-roller.install)

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

Copied: file-roller/repos/gnome-unstable-i686/PKGBUILD (from rev 137208, 
file-roller/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2011-09-06 17:41:21 UTC (rev 137209)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=file-roller
+pkgver=3.1.91
+pkgrel=1
+pkgdesc=Archive manipulator for GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'nautilus')
+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=('853dbcc410ac4e2d75c4aee65f0e6bd40bd6434eb0e747bd42aa8327473c8dd4')
+
+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/gnome-unstable-i686/file-roller.install (from rev 
137208, file-roller/trunk/file-roller.install)
===
--- gnome-unstable-i686/file-roller.install (rev 0)
+++ gnome-unstable-i686/file-roller.install 2011-09-06 17:41:21 UTC (rev 
137209)
@@ -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/gnome-unstable-x86_64/PKGBUILD (from rev 137208, 
file-roller/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2011-09-06 17:41:21 UTC (rev 137209)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot j...@archlinux.org
+
+pkgname=file-roller
+pkgver=3.1.91
+pkgrel=1
+pkgdesc=Archive manipulator for GNOME
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'dconf' 'nautilus')
+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=('853dbcc410ac4e2d75c4aee65f0e6bd40bd6434eb0e747bd42aa8327473c8dd4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+