[arch-commits] Commit in gnome-autoar/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Tue Nov 2 23:38:58 UTC 2021
Date: Tuesday, November 2, 2021 @ 23:38:57
Author: heftig
Revision: 427027
archrelease: copy trunk to extra-x86_64
Added:
gnome-autoar/repos/extra-x86_64/PKGBUILD
(from rev 427026, gnome-autoar/trunk/PKGBUILD)
Deleted:
gnome-autoar/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 81 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-02 23:38:43 UTC (rev 427026)
+++ PKGBUILD 2021-11-02 23:38:57 UTC (rev 427027)
@@ -1,40 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-autoar
-pkgver=0.4.0
-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=(git gobject-introspection gtk-doc vala meson)
-_commit=801ac0f565999697447628584e42d772b2b91fae # tags/0.4.0^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
-}
-
-build() {
- arch-meson $pkgname build \
- -D gtk_doc=true \
- -D tests=true \
- -D vapi=true
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- meson install -C build --destdir "$pkgdir"
-}
Copied: gnome-autoar/repos/extra-x86_64/PKGBUILD (from rev 427026, gnome-autoar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-02 23:38:57 UTC (rev 427027)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-autoar
+pkgver=0.4.1
+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=(git gobject-introspection gtk-doc vala meson)
+provides=(libgnome-autoar{,-gtk}-${pkgver%%.*}.so)
+_commit=5f1511bde55255fdae94c1cb8b8b2223f10dfd0b # tags/0.4.1^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
+}
+
+build() {
+ arch-meson $pkgname build \
+ -D gtk_doc=true \
+ -D tests=true \
+ -D vapi=true
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ meson install -C build --destdir "$pkgdir"
+}
More information about the arch-commits
mailing list