[arch-commits] Commit in libnotify/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at gemini.archlinux.org
Wed May 11 23:12:18 UTC 2022
Date: Wednesday, May 11, 2022 @ 23:12:17
Author: heftig
Revision: 445060
archrelease: copy trunk to extra-x86_64
Added:
libnotify/repos/extra-x86_64/PKGBUILD
(from rev 445059, libnotify/trunk/PKGBUILD)
Deleted:
libnotify/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 85 +++++++++++++++++++++++++++++--------------------------------
1 file changed, 41 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-11 23:12:08 UTC (rev 445059)
+++ PKGBUILD 2022-05-11 23:12:17 UTC (rev 445060)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
-# Contributor: Jan de Groot <jgc at archlinux.org>
-
-pkgname=libnotify
-pkgver=0.7.11
-pkgrel=2
-pkgdesc="Library for sending desktop notifications"
-url="https://gitlab.gnome.org/GNOME/libnotify"
-arch=(x86_64)
-license=(LGPL)
-depends=(gdk-pixbuf2)
-makedepends=(gtk3 gobject-introspection git meson docbook-xsl xmlto gtk-doc)
-options=(debug)
-_commit=e8a57f7245434603a0fda8b0b6a30017f08ce1e4 # tags/0.7.11^0
-source=("git+$url.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
- cd $pkgname
- git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
-}
-
-prepare() {
- cd $pkgname
-
- # Fix Electron crash on notification click
- git cherry-pick -n 596d09a78fe1138e1ec4cba56b269631985e6b74
-}
-
-build() {
- arch-meson $pkgname build
- meson compile -C build
-}
-
-check() {
- meson test -C build --print-errorlogs
-}
-
-package() {
- depends+=(libg{lib,object,io}-2.0.so libgdk_pixbuf-2.0.so)
- provides+=(libnotify.so)
-
- meson install -C build --destdir "$pkgdir"
-}
Copied: libnotify/repos/extra-x86_64/PKGBUILD (from rev 445059, libnotify/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-05-11 23:12:17 UTC (rev 445060)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=libnotify
+pkgver=0.7.12
+pkgrel=1
+pkgdesc="Library for sending desktop notifications"
+url="https://gitlab.gnome.org/GNOME/libnotify"
+arch=(x86_64)
+license=(LGPL)
+depends=(gdk-pixbuf2)
+makedepends=(gtk3 gobject-introspection git meson docbook-xsl xmlto gtk-doc)
+options=(debug)
+_commit=8162b1d397deb77e7b615dab36437cd43e96fbc6 # tags/0.7.12^0
+source=("git+$url.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+ cd $pkgname
+ git describe --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+}
+
+prepare() {
+ cd $pkgname
+}
+
+build() {
+ arch-meson $pkgname build
+ meson compile -C build
+}
+
+check() {
+ meson test -C build --print-errorlogs
+}
+
+package() {
+ depends+=(libg{lib,object,io}-2.0.so libgdk_pixbuf-2.0.so)
+ provides+=(libnotify.so)
+
+ meson install -C build --destdir "$pkgdir"
+}
More information about the arch-commits
mailing list