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

Ionut Biru ibiru at archlinux.org
Fri Nov 16 17:26:25 UTC 2012


    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.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at 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.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at 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 \
+      --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/extract-to-fix.patch
===================================================================
--- extra-i686/extract-to-fix.patch	2012-11-16 17:25:15 UTC (rev 171115)
+++ extra-i686/extract-to-fix.patch	2012-11-16 17:26:24 UTC (rev 171116)
@@ -1,13 +0,0 @@
-diff --git a/src/main.c~ b/src/main.c
-index 1eb2e65..539ddfa 100644
---- a/src/main.c~
-+++ b/src/main.c
-@@ -850,7 +850,7 @@ fr_application_command_line (GApplication            *application,
- 
- 	_g_object_unref (default_directory);
- 	_g_object_unref (add_to_archive);
--	g_free (extraction_destination);
-+	_g_object_unref (extraction_destination);
- 
- 	return fr_application_command_line_finished (application, EXIT_SUCCESS);
- }

Copied: file-roller/repos/extra-i686/extract-to-fix.patch (from rev 171115, file-roller/trunk/extract-to-fix.patch)
===================================================================
--- extra-i686/extract-to-fix.patch	                        (rev 0)
+++ extra-i686/extract-to-fix.patch	2012-11-16 17:26:24 UTC (rev 171116)
@@ -0,0 +1,13 @@
+diff --git a/src/main.c~ b/src/main.c
+index 1eb2e65..539ddfa 100644
+--- a/src/main.c~
++++ b/src/main.c
+@@ -850,7 +850,7 @@ fr_application_command_line (GApplication            *application,
+ 
+ 	_g_object_unref (default_directory);
+ 	_g_object_unref (add_to_archive);
+-	g_free (extraction_destination);
++	_g_object_unref (extraction_destination);
+ 
+ 	return fr_application_command_line_finished (application, EXIT_SUCCESS);
+ }

Deleted: extra-i686/file-roller.install
===================================================================
--- extra-i686/file-roller.install	2012-11-16 17:25:15 UTC (rev 171115)
+++ extra-i686/file-roller.install	2012-11-16 17:26:24 UTC (rev 171116)
@@ -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
-}

Copied: file-roller/repos/extra-i686/file-roller.install (from rev 171115, file-roller/trunk/file-roller.install)
===================================================================
--- extra-i686/file-roller.install	                        (rev 0)
+++ extra-i686/file-roller.install	2012-11-16 17:26:24 UTC (rev 171116)
@@ -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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-11-16 17:25:15 UTC (rev 171115)
+++ extra-x86_64/PKGBUILD	2012-11-16 17:26:24 UTC (rev 171116)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Contributor: Jan de Groot <jgc at 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-x86_64/PKGBUILD (from rev 171115, file-roller/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-11-16 17:26:24 UTC (rev 171116)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at 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 \
+      --disable-schemas-compile
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/extract-to-fix.patch
===================================================================
--- extra-x86_64/extract-to-fix.patch	2012-11-16 17:25:15 UTC (rev 171115)
+++ extra-x86_64/extract-to-fix.patch	2012-11-16 17:26:24 UTC (rev 171116)
@@ -1,13 +0,0 @@
-diff --git a/src/main.c~ b/src/main.c
-index 1eb2e65..539ddfa 100644
---- a/src/main.c~
-+++ b/src/main.c
-@@ -850,7 +850,7 @@ fr_application_command_line (GApplication            *application,
- 
- 	_g_object_unref (default_directory);
- 	_g_object_unref (add_to_archive);
--	g_free (extraction_destination);
-+	_g_object_unref (extraction_destination);
- 
- 	return fr_application_command_line_finished (application, EXIT_SUCCESS);
- }

Copied: file-roller/repos/extra-x86_64/extract-to-fix.patch (from rev 171115, file-roller/trunk/extract-to-fix.patch)
===================================================================
--- extra-x86_64/extract-to-fix.patch	                        (rev 0)
+++ extra-x86_64/extract-to-fix.patch	2012-11-16 17:26:24 UTC (rev 171116)
@@ -0,0 +1,13 @@
+diff --git a/src/main.c~ b/src/main.c
+index 1eb2e65..539ddfa 100644
+--- a/src/main.c~
++++ b/src/main.c
+@@ -850,7 +850,7 @@ fr_application_command_line (GApplication            *application,
+ 
+ 	_g_object_unref (default_directory);
+ 	_g_object_unref (add_to_archive);
+-	g_free (extraction_destination);
++	_g_object_unref (extraction_destination);
+ 
+ 	return fr_application_command_line_finished (application, EXIT_SUCCESS);
+ }

Deleted: extra-x86_64/file-roller.install
===================================================================
--- extra-x86_64/file-roller.install	2012-11-16 17:25:15 UTC (rev 171115)
+++ extra-x86_64/file-roller.install	2012-11-16 17:26:24 UTC (rev 171116)
@@ -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
-}

Copied: file-roller/repos/extra-x86_64/file-roller.install (from rev 171115, file-roller/trunk/file-roller.install)
===================================================================
--- extra-x86_64/file-roller.install	                        (rev 0)
+++ extra-x86_64/file-roller.install	2012-11-16 17:26:24 UTC (rev 171116)
@@ -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
+}




More information about the arch-commits mailing list