Skip to content

Commit ff06334

Browse files
addpkg(x11/mate-power-manager): 1.28.1
1 parent 7e3732e commit ff06334

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
TERMUX_PKG_HOMEPAGE="https://mate-desktop.org/"
2+
TERMUX_PKG_DESCRIPTION="Power management tool for the MATE desktop"
3+
TERMUX_PKG_LICENSE="GPL-2.0-or-later"
4+
TERMUX_PKG_MAINTAINER="@termux"
5+
TERMUX_PKG_VERSION="1.28.1"
6+
TERMUX_PKG_SRCURL="https://github.com/mate-desktop/mate-power-manager/releases/download/v$TERMUX_PKG_VERSION/mate-power-manager-$TERMUX_PKG_VERSION.tar.xz"
7+
TERMUX_PKG_SHA256="8ebdcb74b607e868336ba9a8146cdef8f97bce535c2b0cb3bf650c58f71eee21"
8+
TERMUX_PKG_AUTO_UPDATE=true
9+
TERMUX_PKG_DEPENDS="dbus-glib, gettext, libcanberra, libnotify, libsecret, upower"
10+
TERMUX_PKG_BUILD_DEPENDS="autoconf-archive, glib, mate-common, mate-panel"
11+
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
12+
--enable-tests=no
13+
"
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
--- a/meson.build
2+
+++ b/meson.build
3+
@@ -137,7 +137,6 @@
4+
subdir('applets/brightness')
5+
subdir('applets/inhibit')
6+
endif
7+
-subdir('help')
8+
subdir('src')
9+
subdir('policy')
10+
subdir('po')

0 commit comments

Comments
 (0)