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

Jan de Groot jgc at archlinux.org
Wed Oct 15 08:53:21 UTC 2014


    Date: Wednesday, October 15, 2014 @ 10:53:20
  Author: jgc
Revision: 224382

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

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

------------------------------------+
 /PKGBUILD                          |   70 +++++++++++++++++++++++++++++++++++
 /file-roller.install               |   26 +++++++++++++
 testing-i686/PKGBUILD              |   35 -----------------
 testing-i686/file-roller.install   |   13 ------
 testing-x86_64/PKGBUILD            |   35 -----------------
 testing-x86_64/file-roller.install |   13 ------
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2014-10-15 08:53:13 UTC (rev 224381)
+++ testing-i686/PKGBUILD	2014-10-15 08:53:20 UTC (rev 224382)
@@ -1,35 +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.14.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=('02cd308f3dc0c43f1c107b2d0a0453df4df5e72b51329eef93b370c62ef1903b')
-
-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/testing-i686/PKGBUILD (from rev 224381, file-roller/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-10-15 08:53:20 UTC (rev 224382)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=file-roller
+pkgver=3.14.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=('!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=('95466ce37586992e45272afa48545b041e32bc3fd37b5146399e86b46ad34566')
+
+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: testing-i686/file-roller.install
===================================================================
--- testing-i686/file-roller.install	2014-10-15 08:53:13 UTC (rev 224381)
+++ testing-i686/file-roller.install	2014-10-15 08:53:20 UTC (rev 224382)
@@ -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/testing-i686/file-roller.install (from rev 224381, file-roller/trunk/file-roller.install)
===================================================================
--- testing-i686/file-roller.install	                        (rev 0)
+++ testing-i686/file-roller.install	2014-10-15 08:53:20 UTC (rev 224382)
@@ -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: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2014-10-15 08:53:13 UTC (rev 224381)
+++ testing-x86_64/PKGBUILD	2014-10-15 08:53:20 UTC (rev 224382)
@@ -1,35 +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.14.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=('02cd308f3dc0c43f1c107b2d0a0453df4df5e72b51329eef93b370c62ef1903b')
-
-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/testing-x86_64/PKGBUILD (from rev 224381, file-roller/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-10-15 08:53:20 UTC (rev 224382)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=file-roller
+pkgver=3.14.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=('!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=('95466ce37586992e45272afa48545b041e32bc3fd37b5146399e86b46ad34566')
+
+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: testing-x86_64/file-roller.install
===================================================================
--- testing-x86_64/file-roller.install	2014-10-15 08:53:13 UTC (rev 224381)
+++ testing-x86_64/file-roller.install	2014-10-15 08:53:20 UTC (rev 224382)
@@ -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/testing-x86_64/file-roller.install (from rev 224381, file-roller/trunk/file-roller.install)
===================================================================
--- testing-x86_64/file-roller.install	                        (rev 0)
+++ testing-x86_64/file-roller.install	2014-10-15 08:53:20 UTC (rev 224382)
@@ -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