Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages /
xfce4-notes-plugin
Commits:
98a2454d by Evangelos Foutras at 2024-12-28T01:48:31+02:00
upgpkg: 1.11.0-5: re-add intltool build dep
Seems to still be needed.
Fixes #1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,13 @@
pkgbase = xfce4-notes-plugin
pkgdesc = Notes plugin for the Xfce panel
pkgver = 1.11.0
- pkgrel = 4
+ pkgrel = 5
url = https://docs.xfce.org/panel-plugins/xfce4-notes-plugin/start
arch = x86_64
groups = xfce4-goodies
license = GPL-2.0-or-later
makedepends = git
+ makedepends = intltool
makedepends = vala
makedepends = xfce4-dev-tools
depends = xfce4-panel
=====================================
PKGBUILD
=====================================
@@ -5,14 +5,14 @@
pkgname=xfce4-notes-plugin
pkgver=1.11.0
-pkgrel=4
+pkgrel=5
pkgdesc="Notes plugin for the Xfce panel"
arch=('x86_64')
license=('GPL-2.0-or-later')
url="https://docs.xfce.org/panel-plugins/xfce4-notes-plugin/start"
groups=('xfce4-goodies')
depends=('xfce4-panel' 'hicolor-icon-theme')
-makedepends=('git' 'vala' 'xfce4-dev-tools')
+makedepends=('git' 'intltool' 'vala' 'xfce4-dev-tools')
source=("git+https://gitlab.xfce.org/panel-plugins/xfce4-notes-plugin.git#tag=$pkgname-$pkgver")
sha256sums=('418f90365e069b9318cf3bef21fd16d6121886453d723ff5ba1bb67ef2c537c4')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-notes-plugin/-/commit/98a2454d764fa20dc5eec4e7280e17670514e465
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-notes-plugin/-/commit/98a2454d764fa20dc5eec4e7280e17670514e465
You're receiving this email because of your account on gitlab.archlinux.org.