Robin Candau pushed to branch main at Arch Linux / Packaging / Packages /
xfce4-power-manager
Commits:
170472c2 by Robin Candau at 2024-12-25T19:49:06+01:00
upgpkg: 4.20.0-3: Remove intltool makedepends
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,14 +1,13 @@
pkgbase = xfce4-power-manager
pkgdesc = Power Manager for Xfce
pkgver = 4.20.0
- pkgrel = 2
+ pkgrel = 3
url = https://docs.xfce.org/xfce/xfce4-power-manager/start
arch = x86_64
groups = xfce4
license = GPL-2.0-or-later
makedepends = git
makedepends = glib2-devel
- makedepends = intltool
makedepends = xfce4-dev-tools
makedepends = xfce4-panel
makedepends = wayland-protocols
=====================================
PKGBUILD
=====================================
@@ -4,14 +4,14 @@
pkgname=xfce4-power-manager
pkgver=4.20.0
-pkgrel=2
+pkgrel=3
pkgdesc="Power Manager for Xfce"
arch=('x86_64')
url="https://docs.xfce.org/xfce/xfce4-power-manager/start"
license=('GPL-2.0-or-later')
groups=('xfce4')
depends=('libxfce4ui' 'upower' 'libnotify' 'xfce4-notifyd'
'hicolor-icon-theme')
-makedepends=('git' 'glib2-devel' 'intltool' 'xfce4-dev-tools' 'xfce4-panel'
'wayland-protocols')
+makedepends=('git' 'glib2-devel' 'xfce4-dev-tools' 'xfce4-panel'
'wayland-protocols')
source=("git+https://gitlab.xfce.org/xfce/xfce4-power-manager.git#tag=$pkgname-$pkgver"
git+https://gitlab.freedesktop.org/wlroots/wlr-protocols.git)
sha256sums=('9798ac882a57b1752295d06151104b84741820d665dd0eab734279089bd912aa'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-power-manager/-/commit/170472c29ff50a728eb052b8314174a6160c108b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/xfce4-power-manager/-/commit/170472c29ff50a728eb052b8314174a6160c108b
You're receiving this email because of your account on gitlab.archlinux.org.