Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / libnotify
Commits:
2ca83da4 by Jan Alexander Steffens (heftig) at 2026-01-09T21:32:00+01:00
0.8.8-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libnotify
pkgdesc = Library for sending desktop notifications
- pkgver = 0.8.7
- pkgrel = 2
+ pkgver = 0.8.8
+ pkgrel = 1
url = https://gitlab.gnome.org/GNOME/libnotify
arch = x86_64
license = LGPL-2.1-or-later
@@ -21,10 +21,10 @@ pkgbase = libnotify
depends = gdk-pixbuf2
depends = glib2
depends = glibc
- source =
git+https://gitlab.gnome.org/GNOME/libnotify.git?signed#tag=0.8.7
+ source =
git+https://gitlab.gnome.org/GNOME/libnotify.git?signed#tag=0.8.8
validpgpkeys = 98FF7532A4639119B8FB4F15E520923A38618D6C
validpgpkeys = D4C501DA48EB797A081750939449C2F50996635F
- b2sums =
681ca138787cfe7f9b0619b98c770c436cf2f6d314d3d9257a19c3b261c034bca6628d7fc27ae7f9d075feecb8be556d1b3d93d8025127fcbb736630c8fae10c
+ b2sums =
47ef6c21881ccd8390f4f226abcb55b685f2a9dfa0aa0fe554c2e39d11deffe36f17eb2c04b9ee5d8e5900f2bb9e646adc8405dc6631e47876878f53e3ce1a2c
pkgname = libnotify
provides = libnotify.so
=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@ pkgname=(
libnotify
libnotify-docs
)
-pkgver=0.8.7
-pkgrel=2
+pkgver=0.8.8
+pkgrel=1
pkgdesc="Library for sending desktop notifications"
url="https://gitlab.gnome.org/GNOME/libnotify"
arch=(x86_64)
@@ -35,7 +35,7 @@ checkdepends=(
xorg-server-xvfb
)
source=("git+$url.git?signed#tag=$pkgver")
-b2sums=('681ca138787cfe7f9b0619b98c770c436cf2f6d314d3d9257a19c3b261c034bca6628d7fc27ae7f9d075feecb8be556d1b3d93d8025127fcbb736630c8fae10c')
+b2sums=('47ef6c21881ccd8390f4f226abcb55b685f2a9dfa0aa0fe554c2e39d11deffe36f17eb2c04b9ee5d8e5900f2bb9e646adc8405dc6631e47876878f53e3ce1a2c')
validpgpkeys=(
98FF7532A4639119B8FB4F15E520923A38618D6C # Logan Rathbone (GNOME)
<[email protected]>
D4C501DA48EB797A081750939449C2F50996635F # Marco Trevisan (TreviƱo)
<[email protected]>
@@ -44,14 +44,6 @@ validpgpkeys=(
prepare() {
cd libnotify
- # notify: Do not make spec versions assumptions without a proxy
- # notification-hints: Add an header with the standard notification hints
- # notification: Simplify the logic to support the legacy hints names
- git cherry-pick -n \
- '92c3d2c315deeac94ff5e75333b58a629f0455a9' \
- '7dbd6baed011e495d8617bd9b569b90e8817527c' \
- '00a7b773e520161bdbd9c8139a9fddef976b2136'
-
# Use external Xvfb
sed -i "/xvfb_run, '-a'/d" tests/meson.build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libnotify/-/commit/2ca83da4e3f571e83f268231999ec2f1cb436d47
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libnotify/-/commit/2ca83da4e3f571e83f268231999ec2f1cb436d47
You're receiving this email because of your account on gitlab.archlinux.org.