Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
xfce4-xkb-plugin
Commits:
2a188fb6 by Robin Candau at 2024-12-28T07:01:18+01:00
upgpkg: 0.8.3-6: re-add intltool build dep
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,14 @@
pkgbase = xfce4-xkb-plugin
pkgdesc = Plugin to switch keyboard layouts for the Xfce4 panel
pkgver = 0.8.3
- pkgrel = 5
+ pkgrel = 6
url = https://docs.xfce.org/panel-plugins/xfce4-xkb-plugin/start
install = xfce4-xkb-plugin.install
arch = x86_64
groups = xfce4-goodies
license = GPL-2.0-or-later
makedepends = git
+ makedepends = intltool
makedepends = xfce4-dev-tools
depends = xfce4-panel
depends = libxklavier
=====================================
PKGBUILD
=====================================
@@ -5,14 +5,14 @@
pkgname=xfce4-xkb-plugin
pkgver=0.8.3
-pkgrel=5
+pkgrel=6
pkgdesc="Plugin to switch keyboard layouts for the Xfce4 panel"
arch=('x86_64')
url="https://docs.xfce.org/panel-plugins/xfce4-xkb-plugin/start"
license=('GPL-2.0-or-later')
groups=('xfce4-goodies')
depends=('xfce4-panel' 'libxklavier' 'librsvg' 'libwnck3' 'libnotify')
-makedepends=('git' 'xfce4-dev-tools')
+makedepends=('git' 'intltool' 'xfce4-dev-tools')
optdepends=('xfce4-notifyd: show notifications on layout change')
install=$pkgname.install
source=("git+https://gitlab.xfce.org/panel-plugins/xfce4-xkb-plugin.git#tag=$pkgname-$pkgver")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-xkb-plugin/-/commit/2a188fb6d4c9d64ed8345fdd588958687d863189
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-xkb-plugin/-/commit/2a188fb6d4c9d64ed8345fdd588958687d863189
You're receiving this email because of your account on gitlab.archlinux.org.