Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages /
xdg-utils
Commits:
973222f3 by Andreas Radke at 2024-02-06T14:01:02+01:00
upgpkg: 1.2.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = xdg-utils
pkgdesc = Command line tools that assist applications with a variety of
desktop integration tasks
- pkgver = 1.2.0+1+gaf2fe0d
+ pkgver = 1.2.1
pkgrel = 1
url = https://www.freedesktop.org/wiki/Software/xdg-utils/
arch = any
@@ -19,7 +19,7 @@ pkgbase = xdg-utils
optdepends = perl-file-mimeinfo: for generic support in xdg-open
optdepends = perl-net-dbus: Perl extension to dbus used in
xdg-screensaver
optdepends = perl-x11-protocol: Perl X11 protocol used in
xdg-screensaver
- source =
git+https://gitlab.freedesktop.org/xdg/xdg-utils.git#commit=af2fe0d1dcbcd982d84ddf2bbd174afe90976ed9
+ source =
git+https://gitlab.freedesktop.org/xdg/xdg-utils.git#commit=356c380ad6fecc9ce6bea1f6a77986ba67402c80
sha256sums = SKIP
pkgname = xdg-utils
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,9 @@
pkgname=xdg-utils
# https://gitlab.freedesktop.org/xdg/xdg-utils/commits/master
-_commit=af2fe0d1dcbcd982d84ddf2bbd174afe90976ed9 # master # 2024-01-30
-pkgver=1.2.0+1+gaf2fe0d
+#_commit=af2fe0d1dcbcd982d84ddf2bbd174afe90976ed9 # master # 2024-01-30
+_commit=356c380ad6fecc9ce6bea1f6a77986ba67402c80 # tag # 1.2.1
+pkgver=1.2.1
pkgrel=1
pkgdesc="Command line tools that assist applications with a variety of desktop
integration tasks"
arch=('any')
@@ -45,6 +46,17 @@ build() {
make
}
+#
+# testsuite is not suitable for running in a text chroot
+#
+
+#check() {
+# cd $pkgname #-$pkgver
+# # requires a running X environment and browser to run tests
+# # and has interactive programs
+# make -k test
+#}
+
package() {
cd $pkgname #-$pkgver
make DESTDIR="${pkgdir}" install
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xdg-utils/-/commit/973222f326ccd23952262900a6796805d5b10c7c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xdg-utils/-/commit/973222f326ccd23952262900a6796805d5b10c7c
You're receiving this email because of your account on gitlab.archlinux.org.