[arch-commits] Commit in file-roller/repos (6 files)
Jan Steffens
heftig at archlinux.org
Fri Sep 25 16:26:06 UTC 2015
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/PKGBUILD 2015-09-25 16:26:05 UTC (rev 247463)
@@ -0,0 +1,38 @@
+# $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.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) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+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-x86_64/file-roller.install (from rev 247462, file-roller/trunk/file-roller.install)
===================================================================
--- gnome-unstable-x86_64/file-roller.install (rev 0)
+++ gnome-unstable-x86_64/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
+}
More information about the arch-commits
mailing list