[arch-commits] Commit in (3 files)
Jan Steffens
heftig at archlinux.org
Tue Nov 12 21:29:59 UTC 2019
Date: Tuesday, November 12, 2019 @ 21:29:58
Author: heftig
Revision: 368005
Rename totem-plparser to totem-pl-parser
Added:
totem-pl-parser/
Modified:
totem-pl-parser/trunk/PKGBUILD
Deleted:
totem-pl-parser/repos/extra-x86_64/
----------+
PKGBUILD | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
Modified: totem-pl-parser/trunk/PKGBUILD
===================================================================
--- totem-plparser/trunk/PKGBUILD 2019-11-12 19:21:42 UTC (rev 368004)
+++ totem-pl-parser/trunk/PKGBUILD 2019-11-12 21:29:58 UTC (rev 368005)
@@ -1,8 +1,8 @@
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
# Contributor: Jan de Groot <jgc at archlinux.org>
-pkgname=totem-plparser
-pkgver=3.26.3
+pkgname=totem-pl-parser
+pkgver=3.26.4
pkgrel=1
pkgdesc="Simple GObject-based library to parse and save a host of playlist formats"
url="https://gitlab.gnome.org/GNOME/totem-pl-parser"
@@ -11,21 +11,24 @@
depends=(libarchive libquvi libxml2)
makedepends=(gobject-introspection git gtk-doc meson)
checkdepends=(gvfs)
-_commit=9cb2d6e2c8eaf17d77e19493c6f1fac34893232b # tags/V_3_26_3^0
+provides=("totem-plparser=$pkgver-$pkgrel")
+conflicts=(totem-plparser)
+replaces=("totem-plparser<3.26.4-1")
+_commit=ea7238580d0d94a439295eb92890f6229a51c382 # tags/V_3_26_4^0
source=("git+https://gitlab.gnome.org/GNOME/totem-pl-parser.git#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
- cd totem-pl-parser
+ cd $pkgname
git describe --tags | sed 's/^V_//;s/_/./g;s/-/+/g'
}
prepare() {
- cd totem-pl-parser
+ cd $pkgname
}
build() {
- arch-meson totem-pl-parser build -D enable-gtk-doc=true
+ arch-meson $pkgname build -D enable-gtk-doc=true
ninja -C build
}
More information about the arch-commits
mailing list