Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
xfce4-notifyd
Commits:
44820f68 by Robin Candau at 2024-12-25T19:47:55+01:00
upgpkg: 0.9.6-4: Remove intltool makedepends
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,12 @@
pkgbase = xfce4-notifyd
pkgdesc = Notification daemon for the Xfce desktop
pkgver = 0.9.6
- pkgrel = 3
+ pkgrel = 4
url = https://docs.xfce.org/apps/notifyd/start
arch = x86_64
groups = xfce4-goodies
license = GPL-2.0-or-later
makedepends = git
- makedepends = intltool
makedepends = glib2-devel
makedepends = xfce4-panel
makedepends = xfce4-dev-tools
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=xfce4-notifyd
pkgver=0.9.6
-pkgrel=3
+pkgrel=4
pkgdesc="Notification daemon for the Xfce desktop"
arch=('x86_64')
url="https://docs.xfce.org/apps/notifyd/start"
@@ -12,7 +12,7 @@ license=('GPL-2.0-or-later')
groups=('xfce4-goodies')
depends=('libxfce4ui' 'libxfce4util' 'libnotify' 'xfconf' 'sqlite'
'libcanberra'
'hicolor-icon-theme')
-makedepends=('git' 'intltool' 'glib2-devel' 'xfce4-panel' 'xfce4-dev-tools')
+makedepends=('git' 'glib2-devel' 'xfce4-panel' 'xfce4-dev-tools')
provides=('notification-daemon')
source=("git+https://gitlab.xfce.org/apps/xfce4-notifyd.git#tag=$pkgname-$pkgver")
sha256sums=('9b2923742de76258844073d9787b4b99769aac89b939029150e49ef5ac09f402')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-notifyd/-/commit/44820f688a1e631b9f301cb31bb3b7c9f39dc888
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-notifyd/-/commit/44820f688a1e631b9f301cb31bb3b7c9f39dc888
You're receiving this email because of your account on gitlab.archlinux.org.