Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging / Packages / libnotify
Commits: 8af2ff83 by Jan Alexander Steffens (heftig) at 2023-10-09T23:40:14+02:00 0.8.3-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,29 @@ +pkgbase = libnotify + pkgdesc = Library for sending desktop notifications + pkgver = 0.8.3 + pkgrel = 1 + url = https://gitlab.gnome.org/GNOME/libnotify + arch = x86_64 + license = LGPL + makedepends = docbook-xsl + makedepends = gi-docgen + makedepends = git + makedepends = gobject-introspection + makedepends = gtk3 + makedepends = meson + makedepends = xmlto + depends = gdk-pixbuf2 + source = git+https://gitlab.gnome.org/GNOME/libnotify.git#commit=6083790f9e0f1827147ecd8799c4dced0e86a877 + b2sums = SKIP + +pkgname = libnotify + depends = gdk-pixbuf2 + depends = libglib-2.0.so + depends = libgobject-2.0.so + depends = libgio-2.0.so + depends = libgdk_pixbuf-2.0.so + provides = libnotify.so + +pkgname = libnotify-docs + pkgdesc = Library for sending desktop notifications (documentation) + depends = ===================================== PKGBUILD ===================================== @@ -6,7 +6,7 @@ pkgname=( libnotify libnotify-docs ) -pkgver=0.8.2 +pkgver=0.8.3 pkgrel=1 pkgdesc="Library for sending desktop notifications" url="https://gitlab.gnome.org/GNOME/libnotify" @@ -22,9 +22,9 @@ makedepends=( meson xmlto ) -_commit=69aff6e5fa2842e00b409c348bd73188548828b3 # tags/0.8.2^0 +_commit=6083790f9e0f1827147ecd8799c4dced0e86a877 # tags/0.8.3^0 source=("git+$url.git#commit=$_commit") -sha256sums=('SKIP') +b2sums=('SKIP') pkgver() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libnotify/-/commit/8af2ff837599b600423842936ab9c6b458e8f979 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libnotify/-/commit/8af2ff837599b600423842936ab9c6b458e8f979 You're receiving this email because of your account on gitlab.archlinux.org.
