This commit is contained in:
jolupa 2019-08-12 09:33:58 +02:00
parent 75503a6ebb
commit 19dc23b5b5
3 changed files with 6 additions and 33 deletions

View File

@ -1,6 +1,5 @@
untrusted comment: verify with /etc/ports/jolupalabs.pub untrusted comment: verify with /etc/ports/jolupalabs.pub
RWRdPtfuMX7+XJrWqvdO7Lcc/91A2Y1JNk5c89yQr/a/J6XstcOh2556EbC7h9OSHVGY/fp8NP43gzcMTC0cKULqv4s2xbvE5QA= RWRdPtfuMX7+XIM5bA3opmUvYh1Iu03sCyGQyZfP8atV57yneKjZlqLcezhnXRXeekJkxZQb7zrPGn3eLR+o5ZeNL1PVPTPnIAU=
SHA256 (Pkgfile) = 0ef019961053e5a1622268a1c453efe3aa18744539d7b9dfbf6091b989df87bd SHA256 (Pkgfile) = ede8a26b7c863a0ca0be022df7a2071c1e7e7dea0ece900058de4f47dbf1b0b4
SHA256 (.footprint) = b4b6abd487f51c36d7c404d51632148ee1da8923b049f9ae71ff3929ef8625f2 SHA256 (.footprint) = b4b6abd487f51c36d7c404d51632148ee1da8923b049f9ae71ff3929ef8625f2
SHA256 (xfce4-power-manager-1.6.4.tar.gz) = a31354fb6400ef87521d7c44aa634eaea08f553a399e15bd5775ed13e54d5449 SHA256 (xfce4-power-manager-1.6.5.tar.gz) = 404fc337df45a5fd1d328d0081f9fab285f3bdb70adbc1a632f6bd1a78a1bd75
SHA256 (patch1.patch) = 738ddf5331f3e3a13e91a2c02aa9c303f6574e73c5d7301d71bfa61207b01012

View File

@ -4,16 +4,14 @@
# Depends on: xfce4-dev-tools gtk3 glib dbus libxfce4ui libxfce4util libnotify xfconf xfce4-panel xorg-xrandr upower polkit consolekit pm-utils # Depends on: xfce4-dev-tools gtk3 glib dbus libxfce4ui libxfce4util libnotify xfconf xfce4-panel xorg-xrandr upower polkit consolekit pm-utils
name=xfce4-power-manager name=xfce4-power-manager
version=1.6.4 version=1.6.5
release=2 release=1
source=(https://git.xfce.org/xfce/$name/snapshot/$name-$version.tar.gz patch1.patch) source=(https://git.xfce.org/xfce/$name/snapshot/$name-$version.tar.gz)
build() { build() {
cd $name-$version cd $name-$version
patch -p1 -i $SRC/patch1.patch
./autogen.sh \ ./autogen.sh \
--prefix=/usr \ --prefix=/usr \
--libexecdir=/usr/lib/$name \ --libexecdir=/usr/lib/$name \

View File

@ -1,24 +0,0 @@
From ed4ae8f7a3c76f1b8d8dd78d590cfe128bd4ad95 Mon Sep 17 00:00:00 2001
From: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
Date: Tue, 6 Aug 2019 17:14:32 +0200
Subject: Improve size of critical power level spin
---
data/interfaces/xfpm-settings.ui | 1 +
1 file changed, 1 insertion(+)
diff --git a/data/interfaces/xfpm-settings.ui b/data/interfaces/xfpm-settings.ui
index 62e5217..4bc8597 100644
--- a/data/interfaces/xfpm-settings.ui
+++ b/data/interfaces/xfpm-settings.ui
@@ -968,6 +968,7 @@
<property name="primary_icon_activatable">False</property>
<property name="secondary_icon_activatable">False</property>
<property name="adjustment">critical-power-level-spin-adjustment</property>
+ <property name="width-chars">6</property>
<property name="width-request">100</property>
<signal name="output" handler="critical_spin_output_cb" swapped="no"/>
<signal name="value-changed" handler="critical_level_value_changed_cb" swapped="no"/>
--
cgit v1.2.1