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

2015-07-03 Thread Jan de Groot
Date: Friday, July 3, 2015 @ 12:15:11
  Author: jgc
Revision: 241741

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

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

--+
 /PKGBUILD|   76 +
 /file-roller.install |   26 
 extra-i686/PKGBUILD  |   47 --
 extra-i686/file-roller.install   |   13 --
 extra-i686/rar1.patch|   47 --
 extra-i686/rar2.patch|   22 --
 extra-x86_64/PKGBUILD|   47 --
 extra-x86_64/file-roller.install |   13 --
 extra-x86_64/rar1.patch  |   47 --
 extra-x86_64/rar2.patch  |   22 --
 10 files changed, 102 insertions(+), 258 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-07-03 10:15:03 UTC (rev 241740)
+++ extra-i686/PKGBUILD 2015-07-03 10:15:11 UTC (rev 241741)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=file-roller
-pkgver=3.16.2
-pkgrel=2
-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'
- 'zip' 'unzip')
-makedepends=('intltool' 'pkg-config' 'libnautilus-extension' 'itstool' 
'docbook-xsl')
-optdepends=('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
-rar1.patch rar2.patch)
-sha256sums=('60897ff24d4822395a227b62811c3b8768b701844961e93303d6d6d9463d7e3f'
-'020a2debda885afc5748ebc3620ec9c9320f21d9caad631c8d79216b38f96d56'
-'d92da92d64c8c35c19c17b19a7bdfe6d0a00fae28207d1681dec707e8e8dc9f9')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../rar1.patch
-  patch -Np1 -i ../rar2.patch
-}
-
-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/extra-i686/PKGBUILD (from rev 241740, 
file-roller/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-07-03 10:15:11 UTC (rev 241741)
@@ -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.16.3
+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=('2b3acaba26e67b96559a3118a700dbfb6a4c6ad7ebd3e509df227995411c')
+
+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
+}

Deleted: extra-i686/file-roller.install

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

2015-05-17 Thread Jan Steffens
Date: Sunday, May 17, 2015 @ 12:07:52
  Author: heftig
Revision: 239486

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

Added:
  file-roller/repos/extra-i686/PKGBUILD
(from rev 239485, file-roller/trunk/PKGBUILD)
  file-roller/repos/extra-i686/file-roller.install
(from rev 239485, file-roller/trunk/file-roller.install)
  file-roller/repos/extra-i686/rar1.patch
(from rev 239485, file-roller/trunk/rar1.patch)
  file-roller/repos/extra-i686/rar2.patch
(from rev 239485, file-roller/trunk/rar2.patch)
  file-roller/repos/extra-x86_64/PKGBUILD
(from rev 239485, file-roller/trunk/PKGBUILD)
  file-roller/repos/extra-x86_64/file-roller.install
(from rev 239485, file-roller/trunk/file-roller.install)
  file-roller/repos/extra-x86_64/rar1.patch
(from rev 239485, file-roller/trunk/rar1.patch)
  file-roller/repos/extra-x86_64/rar2.patch
(from rev 239485, file-roller/trunk/rar2.patch)
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|   94 +
 /file-roller.install |   26 ++
 extra-i686/PKGBUILD  |   35 -
 extra-i686/file-roller.install   |   13 -
 extra-i686/rar1.patch|   47 ++
 extra-i686/rar2.patch|   22 
 extra-x86_64/PKGBUILD|   35 -
 extra-x86_64/file-roller.install |   13 -
 extra-x86_64/rar1.patch  |   47 ++
 extra-x86_64/rar2.patch  |   22 
 10 files changed, 258 insertions(+), 96 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-17 10:06:39 UTC (rev 239485)
+++ extra-i686/PKGBUILD 2015-05-17 10:07:52 UTC (rev 239486)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=file-roller
-pkgver=3.16.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' 'p7zip')
-makedepends=('intltool' '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=('60897ff24d4822395a227b62811c3b8768b701844961e93303d6d6d9463d7e3f')
-
-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/extra-i686/PKGBUILD (from rev 239485, 
file-roller/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-17 10:07:52 UTC (rev 239486)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=file-roller
+pkgver=3.16.2
+pkgrel=2
+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'
+ 'zip' 'unzip')
+makedepends=('intltool' 'pkg-config' 'libnautilus-extension' 'itstool' 
'docbook-xsl')
+optdepends=('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
+rar1.patch rar2.patch)
+sha256sums=('60897ff24d4822395a227b62811c3b8768b701844961e93303d6d6d9463d7e3f'
+'020a2debda885afc5748ebc3620ec9c9320f21d9caad631c8d79216b38f96d56'
+'d92da92d64c8c35c19c17b19a7bdfe6d0a00fae28207d1681dec707e8e8dc9f9')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -Np1 -i ../rar1.patch
+  patch -Np1 -i ../rar2.patch
+}
+
+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
+}

Deleted: 

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

2013-10-15 Thread Jan Steffens
Date: Tuesday, October 15, 2013 @ 15:45:22
  Author: heftig
Revision: 196557

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

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

--+
 /PKGBUILD|   78 +++
 /file-roller.install |   26 ++
 extra-i686/PKGBUILD  |   45 --
 extra-i686/bug708854.patch   |   92 -
 extra-i686/bug709035.patch   |   43 -
 extra-i686/file-roller.install   |   13 -
 extra-x86_64/PKGBUILD|   45 --
 extra-x86_64/bug708854.patch |   92 -
 extra-x86_64/bug709035.patch |   43 -
 extra-x86_64/file-roller.install |   13 -
 10 files changed, 104 insertions(+), 386 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-15 13:44:19 UTC (rev 196556)
+++ extra-i686/PKGBUILD 2013-10-15 13:45:22 UTC (rev 196557)
@@ -1,45 +0,0 @@
-# $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=2
-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=('!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
-bug708854.patch
-bug709035.patch)
-sha256sums=('d889bb9904146e5715c082aa9a6d96b0606a066ba2bf05fbfb7030f2bf274f13'
-'a8f4e856924b6b78e47cc134c723d1d93119f90ec9ab69dd0b59ec8a934688ba'
-'59f07968b720ccd9c70e6232b2bfcaa3cf9298d6ce48be4882154d69cbe7a909')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -Np1 -i ../bug708854.patch
-  patch -Np1 -i ../bug709035.patch
-}
-
-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/extra-i686/PKGBUILD (from rev 196556, 
file-roller/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-15 13:45:22 UTC (rev 196557)
@@ -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.10.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' '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=('!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=('7b180bcf98eaf19835926c694ec5262a421f3a0271f030ca338ccf7f6846a80f')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+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
+}

Deleted: extra-i686/bug708854.patch

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

2013-09-30 Thread Jan de Groot
Date: Monday, September 30, 2013 @ 10:01:56
  Author: jgc
Revision: 195294

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

Added:
  file-roller/repos/gnome-unstable-i686/PKGBUILD
(from rev 195293, file-roller/trunk/PKGBUILD)
  file-roller/repos/gnome-unstable-i686/bug708854.patch
(from rev 195293, file-roller/trunk/bug708854.patch)
  file-roller/repos/gnome-unstable-i686/bug709035.patch
(from rev 195293, file-roller/trunk/bug709035.patch)
  file-roller/repos/gnome-unstable-i686/file-roller.install
(from rev 195293, file-roller/trunk/file-roller.install)
  file-roller/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 195293, file-roller/trunk/PKGBUILD)
  file-roller/repos/gnome-unstable-x86_64/bug708854.patch
(from rev 195293, file-roller/trunk/bug708854.patch)
  file-roller/repos/gnome-unstable-x86_64/bug709035.patch
(from rev 195293, file-roller/trunk/bug709035.patch)
  file-roller/repos/gnome-unstable-x86_64/file-roller.install
(from rev 195293, file-roller/trunk/file-roller.install)
Deleted:
  file-roller/repos/gnome-unstable-i686/PKGBUILD
  file-roller/repos/gnome-unstable-i686/file-roller.install
  file-roller/repos/gnome-unstable-x86_64/PKGBUILD
  file-roller/repos/gnome-unstable-x86_64/file-roller.install

---+
 /PKGBUILD |   90 +++
 /file-roller.install  |   26 +++
 gnome-unstable-i686/PKGBUILD  |   38 ---
 gnome-unstable-i686/bug708854.patch   |   92 
 gnome-unstable-i686/bug709035.patch   |   43 +
 gnome-unstable-i686/file-roller.install   |   13 ---
 gnome-unstable-x86_64/PKGBUILD|   38 ---
 gnome-unstable-x86_64/bug708854.patch |   92 
 gnome-unstable-x86_64/bug709035.patch |   43 +
 gnome-unstable-x86_64/file-roller.install |   13 ---
 10 files changed, 386 insertions(+), 102 deletions(-)

Deleted: gnome-unstable-i686/PKGBUILD
===
--- gnome-unstable-i686/PKGBUILD2013-09-30 08:01:47 UTC (rev 195293)
+++ gnome-unstable-i686/PKGBUILD2013-09-30 08:01:56 UTC (rev 195294)
@@ -1,38 +0,0 @@
-# $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/PKGBUILD (from rev 195293, 
file-roller/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2013-09-30 08:01:56 UTC (rev 195294)
@@ -0,0 +1,45 @@
+# $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=2
+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=('!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
+bug708854.patch
+bug709035.patch)
+sha256sums=('d889bb9904146e5715c082aa9a6d96b0606a066ba2bf05fbfb7030f2bf274f13'
+

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

2012-11-16 Thread Ionut Biru
Date: Friday, November 16, 2012 @ 12:26:24
  Author: ibiru
Revision: 171116

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

Added:
  file-roller/repos/extra-i686/PKGBUILD
(from rev 171115, file-roller/trunk/PKGBUILD)
  file-roller/repos/extra-i686/extract-to-fix.patch
(from rev 171115, file-roller/trunk/extract-to-fix.patch)
  file-roller/repos/extra-i686/file-roller.install
(from rev 171115, file-roller/trunk/file-roller.install)
  file-roller/repos/extra-x86_64/PKGBUILD
(from rev 171115, file-roller/trunk/PKGBUILD)
  file-roller/repos/extra-x86_64/extract-to-fix.patch
(from rev 171115, file-roller/trunk/extract-to-fix.patch)
  file-roller/repos/extra-x86_64/file-roller.install
(from rev 171115, file-roller/trunk/file-roller.install)
Deleted:
  file-roller/repos/extra-i686/PKGBUILD
  file-roller/repos/extra-i686/extract-to-fix.patch
  file-roller/repos/extra-i686/file-roller.install
  file-roller/repos/extra-x86_64/PKGBUILD
  file-roller/repos/extra-x86_64/extract-to-fix.patch
  file-roller/repos/extra-x86_64/file-roller.install

---+
 extra-i686/PKGBUILD   |   86 ++--
 extra-i686/extract-to-fix.patch   |   26 +-
 extra-i686/file-roller.install|   26 +-
 extra-x86_64/PKGBUILD |   86 ++--
 extra-x86_64/extract-to-fix.patch |   26 +-
 extra-x86_64/file-roller.install  |   26 +-
 6 files changed, 138 insertions(+), 138 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-11-16 17:25:15 UTC (rev 171115)
+++ extra-i686/PKGBUILD 2012-11-16 17:26:24 UTC (rev 171116)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Jan de Groot j...@archlinux.org
-
-pkgname=file-roller
-pkgver=3.6.2
-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')
-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
-extract-to-fix.patch)
-sha256sums=('47b026c827fcb0db4df51bf81c1e90f829f287fe2c9b9e65f167a2ef5bfec5f1'
-'fc23e122b2d95df9eafe5bdf2a55beb1339a2b1b077973a1b45f881d9bb8427e')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=686321
-  patch -Np1 -i $srcdir/extract-to-fix.patch
-
-  ./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/extra-i686/PKGBUILD (from rev 171115, 
file-roller/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-11-16 17:26:24 UTC (rev 171116)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Jan de Groot j...@archlinux.org
+
+pkgname=file-roller
+pkgver=3.6.2
+pkgrel=3
+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
+extract-to-fix.patch)
+sha256sums=('47b026c827fcb0db4df51bf81c1e90f829f287fe2c9b9e65f167a2ef5bfec5f1'
+'fc23e122b2d95df9eafe5bdf2a55beb1339a2b1b077973a1b45f881d9bb8427e')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=686321
+  patch -Np1 -i $srcdir/extract-to-fix.patch
+
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --libexecdir=/usr/lib/file-roller \
+  --localstatedir=/var --disable-static \
+