Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
xfce4-panel
Commits:
389648f6 by Robin Candau at 2024-12-25T19:49:11+01:00
upgpkg: 4.20.0-4: Remove intltool makedepends
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,13 @@
pkgbase = xfce4-panel
pkgdesc = Panel for the Xfce desktop environment
pkgver = 4.20.0
- pkgrel = 3
+ pkgrel = 4
url = https://docs.xfce.org/xfce/xfce4-panel/start
arch = x86_64
groups = xfce4
license = LGPL-2.1-only
makedepends = git
makedepends = glib2-devel
- makedepends = intltool
makedepends = gobject-introspection
makedepends = vala
makedepends = xfce4-dev-tools
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
pkgname=xfce4-panel
pkgver=4.20.0
-pkgrel=3
+pkgrel=4
pkgdesc="Panel for the Xfce desktop environment"
arch=('x86_64')
url="https://docs.xfce.org/xfce/xfce4-panel/start"
@@ -12,7 +12,7 @@ license=('LGPL-2.1-only')
groups=('xfce4')
depends=('exo' 'garcon' 'gtk-layer-shell' 'libxfce4ui' 'xfconf' 'libwnck3'
'libdbusmenu-gtk3'
'libxfce4windowing' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('git' 'glib2-devel' 'intltool' 'gobject-introspection' 'vala'
'xfce4-dev-tools')
+makedepends=('git' 'glib2-devel' 'gobject-introspection' 'vala'
'xfce4-dev-tools')
source=("git+https://gitlab.xfce.org/xfce/xfce4-panel.git#tag=$pkgname-$pkgver")
sha256sums=('ca75fc229f2fdf6baef4b5e452643a3291d6dd1904ee14a4c567e55922644dbc')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-panel/-/commit/389648f6fad36b003a9662438830bdcbc5d1bfa9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-panel/-/commit/389648f6fad36b003a9662438830bdcbc5d1bfa9
You're receiving this email because of your account on gitlab.archlinux.org.