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

Jan de Groot jgc at archlinux.org
Sat Apr 8 22:11:55 UTC 2017


    Date: Saturday, April 8, 2017 @ 22:11:54
  Author: jgc
Revision: 292528

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 292527, file-roller/trunk/PKGBUILD)
  file-roller/repos/gnome-unstable-x86_64/
  file-roller/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 292527, file-roller/trunk/PKGBUILD)

--------------------------------+
 gnome-unstable-i686/PKGBUILD   |   48 +++++++++++++++++++++++++++++++++++++++
 gnome-unstable-x86_64/PKGBUILD |   48 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 96 insertions(+)

Copied: file-roller/repos/gnome-unstable-i686/PKGBUILD (from rev 292527, file-roller/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2017-04-08 22:11:54 UTC (rev 292528)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=file-roller
+pkgver=3.24.0
+pkgrel=1
+pkgdesc="Create and modify archives"
+url="https://wiki.gnome.org/Apps/FileRoller"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 dconf libarchive file json-glib libnotify zip unzip)
+makedepends=(intltool itstool docbook-xsl gnome-common git)
+optdepends=('p7zip: 7z, arj, exe and encrypted zip files support'
+            'unrar: better RAR archive support'
+            'unace: ACE archive support'
+            'lrzip: lrzip archive support')
+groups=(gnome-extra)
+options=(!emptydirs)
+_commit=390f397bbc7ca7c962f72fe7e90af445ee80710f  # tags/3.24.0^0
+source=("git+https://git.gnome.org/browse/file-roller#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib/$pkgname --disable-static --disable-schemas-compile
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: file-roller/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292527, file-roller/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2017-04-08 22:11:54 UTC (rev 292528)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=file-roller
+pkgver=3.24.0
+pkgrel=1
+pkgdesc="Create and modify archives"
+url="https://wiki.gnome.org/Apps/FileRoller"
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 dconf libarchive file json-glib libnotify zip unzip)
+makedepends=(intltool itstool docbook-xsl gnome-common git)
+optdepends=('p7zip: 7z, arj, exe and encrypted zip files support'
+            'unrar: better RAR archive support'
+            'unace: ACE archive support'
+            'lrzip: lrzip archive support')
+groups=(gnome-extra)
+options=(!emptydirs)
+_commit=390f397bbc7ca7c962f72fe7e90af445ee80710f  # tags/3.24.0^0
+source=("git+https://git.gnome.org/browse/file-roller#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+    --libexecdir=/usr/lib/$pkgname --disable-static --disable-schemas-compile
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list