[arch-commits] Commit in gnome-autoar/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Jan Steffens heftig at archlinux.org
Thu Sep 12 22:53:45 UTC 2019


    Date: Thursday, September 12, 2019 @ 22:53:42
  Author: heftig
Revision: 362393

archrelease: copy trunk to extra-x86_64

Added:
  gnome-autoar/repos/extra-x86_64/PKGBUILD
    (from rev 362392, gnome-autoar/trunk/PKGBUILD)
Deleted:
  gnome-autoar/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-12 22:53:34 UTC (rev 362392)
+++ PKGBUILD	2019-09-12 22:53:42 UTC (rev 362393)
@@ -1,37 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-autoar
-pkgver=0.2.3+1+g7347380
-pkgrel=1
-pkgdesc="Automatic archives creating and extracting library"
-url="https://wiki.gnome.org/TingweiLan/GSoC2013Final"
-arch=(x86_64)
-license=(LGPL)
-depends=(glib2 libarchive gtk3)
-makedepends=(intltool git gobject-introspection gtk-doc vala autoconf-archive)
-_commit=7347380ec5d6e03e54f184b8318b0810837ace6f  # master
-source=("git+https://gitlab.gnome.org/GNOME/gnome-autoar.git#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/extra-x86_64/PKGBUILD (from rev 362392, gnome-autoar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-12 22:53:42 UTC (rev 362393)
@@ -0,0 +1,37 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-autoar
+pkgver=0.2.4
+pkgrel=1
+pkgdesc="Automatic archives creating and extracting library"
+url="https://wiki.gnome.org/TingweiLan/GSoC2013Final"
+arch=(x86_64)
+license=(LGPL)
+depends=(glib2 libarchive gtk3)
+makedepends=(intltool git gobject-introspection gtk-doc vala autoconf-archive)
+_commit=064493cb0b6dc89871aa5239f46e0d509987faa4  # tags/0.2.4^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-autoar.git#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