[arch-commits] Commit in gnome-themes-extra/trunk (PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Sun Dec 12 21:44:31 UTC 2021
Date: Sunday, December 12, 2021 @ 21:44:31
Author: heftig
Revision: 432040
3.28+r6+g45b1d457-1: remove from gnome group
Modified:
gnome-themes-extra/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-12 21:37:58 UTC (rev 432039)
+++ PKGBUILD 2021-12-12 21:44:31 UTC (rev 432040)
@@ -1,8 +1,8 @@
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
pkgname=gnome-themes-extra
-pkgver=3.28
-pkgrel=2
+pkgver=3.28+r6+g45b1d457
+pkgrel=1
pkgdesc="Extra Themes for GNOME Applications"
url="https://gitlab.gnome.org/GNOME/gnome-themes-extra"
arch=(x86_64)
@@ -13,21 +13,19 @@
provides=("gnome-themes-standard=$pkgver")
conflicts=(gnome-themes-standard)
replaces=('gnome-themes-standard<3.27.92')
-groups=(gnome)
-_commit=9f581269243dd7e76b3eb8cec9cf4128ab17da9e # tags/3.28^0
+options=('!emptydirs')
+_commit=45b1d457c63b1c7f6c8dcb7fe29b23ec7cd63a14 # master
source=("git+https://gitlab.gnome.org/GNOME/gnome-themes-extra.git#commit=$_commit")
sha256sums=('SKIP')
pkgver() {
cd $pkgname
- git describe --tags | sed 's/-/+/g'
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
}
prepare() {
cd $pkgname
- mkdir m4
- intltoolize
- autoreconf -fvi
+ NOCONFIGURE=1 ./autogen.sh
}
build() {
More information about the arch-commits
mailing list