[arch-commits] Commit in gnome-autoar/repos (4 files)

Jan Steffens heftig at archlinux.org
Wed Apr 5 15:02:33 UTC 2017


    Date: Wednesday, April 5, 2017 @ 15:02:32
  Author: heftig
Revision: 292162

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-autoar/repos/gnome-unstable-i686/
  gnome-autoar/repos/gnome-unstable-i686/PKGBUILD
    (from rev 292161, gnome-autoar/trunk/PKGBUILD)
  gnome-autoar/repos/gnome-unstable-x86_64/
  gnome-autoar/repos/gnome-unstable-x86_64/PKGBUILD
    (from rev 292161, gnome-autoar/trunk/PKGBUILD)

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

Copied: gnome-autoar/repos/gnome-unstable-i686/PKGBUILD (from rev 292161, gnome-autoar/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-i686/PKGBUILD	                        (rev 0)
+++ gnome-unstable-i686/PKGBUILD	2017-04-05 15:02:32 UTC (rev 292162)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-autoar
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="Automatic archives creating and extracting library"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="https://wiki.gnome.org/TingweiLan/GSoC2013Final"
+depends=('glib2' 'libarchive' 'gtk3')
+makedepends=('intltool' 'git' 'gobject-introspection' 'gnome-common' 'gtk-doc' 'vala')
+_commit=2c40b322ac38507545adaaac9ddecec4ff354279  # tags/0.2.2^0
+source=("git+https://git.gnome.org/browse/gnome-autoar#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 --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnome-autoar/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292161, gnome-autoar/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD	2017-04-05 15:02:32 UTC (rev 292162)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-autoar
+pkgver=0.2.2
+pkgrel=1
+pkgdesc="Automatic archives creating and extracting library"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="https://wiki.gnome.org/TingweiLan/GSoC2013Final"
+depends=('glib2' 'libarchive' 'gtk3')
+makedepends=('intltool' 'git' 'gobject-introspection' 'gnome-common' 'gtk-doc' 'vala')
+_commit=2c40b322ac38507545adaaac9ddecec4ff354279  # tags/0.2.2^0
+source=("git+https://git.gnome.org/browse/gnome-autoar#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 --enable-gtk-doc
+  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