Date: Tuesday, April 18, 2023 @ 15:02:46
Author: heftig
Revision: 474149
archrelease: copy trunk to gnome-unstable-x86_64
Added:
gnome-settings-daemon/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 474148, gnome-settings-daemon/trunk/PKGBUILD)
Deleted:
gnome-settings-daemon/repos/gnome-unstable-x86_64/PKGBUILD
----------+
PKGBUILD | 160 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 80 insertions(+), 80 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-04-18 15:02:33 UTC (rev 474148)
+++ PKGBUILD 2023-04-18 15:02:46 UTC (rev 474149)
@@ -1,80 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
-
-pkgname=gnome-settings-daemon
-pkgver=44.0
-pkgrel=1
-pkgdesc="GNOME Settings Daemon"
-url="https://gitlab.gnome.org/GNOME/gnome-settings-daemon"
-arch=(x86_64)
-license=(GPL)
-depends=(
- dconf
- gcr-4
- geoclue
- geocode-glib-2
- gnome-desktop
- gsettings-desktop-schemas
- gtk3
- libcanberra-pulse
- libgudev
- libgweather-4
- libnm
- libnotify
- librsvg
- libwacom
- nss
- pulseaudio
- pulseaudio-alsa
- systemd
- upower
-)
-makedepends=(
- docbook-xsl
- git
- libxslt
- meson
- python
- usbguard
-)
-checkdepends=(
- python-dbusmock
- python-gobject
-)
-optdepends=('usbguard: USB protection support')
-groups=(gnome)
-backup=(etc/xdg/Xwayland-session.d/00-xrdb)
-_commit=e3d5b89cdf0b41bd1ff2e8388b1620adde94110d # tags/44.0^0
-source=(
-
"git+https://gitlab.gnome.org/GNOME/gnome-settings-daemon.git#commit=$_commit"
- "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git"
-)
-b2sums=('SKIP'
- 'SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-
- git submodule init
- git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
- git -c protocol.file.allow=always submodule update
-}
-
-build() {
- arch-meson $pkgname build
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- meson install -C build --destdir "$pkgdir"
-}
-
-# vim:set sw=2 sts=-1 et:
Copied: gnome-settings-daemon/repos/gnome-unstable-x86_64/PKGBUILD (from rev
474148, gnome-settings-daemon/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-04-18 15:02:46 UTC (rev 474149)
@@ -0,0 +1,80 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+
+pkgname=gnome-settings-daemon
+pkgver=44.1
+pkgrel=1
+pkgdesc="GNOME Settings Daemon"
+url="https://gitlab.gnome.org/GNOME/gnome-settings-daemon"
+arch=(x86_64)
+license=(GPL)
+depends=(
+ dconf
+ gcr-4
+ geoclue
+ geocode-glib-2
+ gnome-desktop
+ gsettings-desktop-schemas
+ gtk3
+ libcanberra-pulse
+ libgudev
+ libgweather-4
+ libnm
+ libnotify
+ librsvg
+ libwacom
+ nss
+ pulseaudio
+ pulseaudio-alsa
+ systemd
+ upower
+)
+makedepends=(
+ docbook-xsl
+ git
+ libxslt
+ meson
+ python
+ usbguard
+)
+checkdepends=(
+ python-dbusmock
+ python-gobject
+)
+optdepends=('usbguard: USB protection support')
+groups=(gnome)
+backup=(etc/xdg/Xwayland-session.d/00-xrdb)
+_commit=7cc9a78f1d562ea759d1776ed061d4339a6f4610 # tags/44.1^0
+source=(
+
"git+https://gitlab.gnome.org/GNOME/gnome-settings-daemon.git#commit=$_commit"
+ "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git"
+)
+b2sums=('SKIP'
+ 'SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+
+ git submodule init
+ git submodule set-url subprojects/gvc "$srcdir/libgnome-volume-control"
+ git -c protocol.file.allow=always submodule update
+}
+
+build() {
+ arch-meson $pkgname build
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ meson install -C build --destdir "$pkgdir"
+}
+
+# vim:set sw=2 sts=-1 et: