[arch-commits] Commit in file-roller/repos (8 files)
Jan de Groot
jgc at archlinux.org
Wed Mar 25 13:02:52 UTC 2015
Date: Wednesday, March 25, 2015 @ 14:02:52
Author: jgc
Revision: 234762
archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64
Added:
file-roller/repos/gnome-unstable-i686/PKGBUILD
(from rev 234761, file-roller/trunk/PKGBUILD)
file-roller/repos/gnome-unstable-i686/file-roller.install
(from rev 234761, file-roller/trunk/file-roller.install)
file-roller/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 234761, file-roller/trunk/PKGBUILD)
file-roller/repos/gnome-unstable-x86_64/file-roller.install
(from rev 234761, 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 | 70 ++++++++++++++++++++++++++++
/file-roller.install | 26 ++++++++++
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 -----
6 files changed, 96 insertions(+), 96 deletions(-)
Deleted: gnome-unstable-i686/PKGBUILD
===================================================================
--- gnome-unstable-i686/PKGBUILD 2015-03-25 13:02:45 UTC (rev 234761)
+++ gnome-unstable-i686/PKGBUILD 2015-03-25 13:02:52 UTC (rev 234762)
@@ -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.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/PKGBUILD (from rev 234761, file-roller/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD (rev 0)
+++ gnome-unstable-i686/PKGBUILD 2015-03-25 13:02:52 UTC (rev 234762)
@@ -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.16.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=('543eecb9f7e76d6535d4e5bc40fa2094b12046d3d993fa3dc703f7f1cafeed47')
+
+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: gnome-unstable-i686/file-roller.install
===================================================================
--- gnome-unstable-i686/file-roller.install 2015-03-25 13:02:45 UTC (rev 234761)
+++ gnome-unstable-i686/file-roller.install 2015-03-25 13:02:52 UTC (rev 234762)
@@ -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/gnome-unstable-i686/file-roller.install (from rev 234761, file-roller/trunk/file-roller.install)
===================================================================
--- gnome-unstable-i686/file-roller.install (rev 0)
+++ gnome-unstable-i686/file-roller.install 2015-03-25 13:02:52 UTC (rev 234762)
@@ -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: gnome-unstable-x86_64/PKGBUILD
===================================================================
--- gnome-unstable-x86_64/PKGBUILD 2015-03-25 13:02:45 UTC (rev 234761)
+++ gnome-unstable-x86_64/PKGBUILD 2015-03-25 13:02:52 UTC (rev 234762)
@@ -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.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/PKGBUILD (from rev 234761, file-roller/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD 2015-03-25 13:02:52 UTC (rev 234762)
@@ -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.16.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=('543eecb9f7e76d6535d4e5bc40fa2094b12046d3d993fa3dc703f7f1cafeed47')
+
+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: gnome-unstable-x86_64/file-roller.install
===================================================================
--- gnome-unstable-x86_64/file-roller.install 2015-03-25 13:02:45 UTC (rev 234761)
+++ gnome-unstable-x86_64/file-roller.install 2015-03-25 13:02:52 UTC (rev 234762)
@@ -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/gnome-unstable-x86_64/file-roller.install (from rev 234761, file-roller/trunk/file-roller.install)
===================================================================
--- gnome-unstable-x86_64/file-roller.install (rev 0)
+++ gnome-unstable-x86_64/file-roller.install 2015-03-25 13:02:52 UTC (rev 234762)
@@ -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