Added patch

This commit is contained in:
jolupa 2019-08-07 01:03:13 +02:00
parent 7a3cd42479
commit 68b4cc59d9
3 changed files with 31 additions and 4 deletions

View File

@ -1,5 +1,6 @@
untrusted comment: verify with /etc/ports/jolupalabs.pub
RWRdPtfuMX7+XPGjTUJjcPez0PhTs4q4oUcSY358hRWphCY3lwUdUIweFclv0DGlaDw2FfAWp58gngmzaHQI+BqU1x3FE/726Ak=
SHA256 (Pkgfile) = 957d781450b7042e55c71d6890776af424a6bc2703c17a4129d83f2f4569482c
RWRdPtfuMX7+XJrWqvdO7Lcc/91A2Y1JNk5c89yQr/a/J6XstcOh2556EbC7h9OSHVGY/fp8NP43gzcMTC0cKULqv4s2xbvE5QA=
SHA256 (Pkgfile) = 0ef019961053e5a1622268a1c453efe3aa18744539d7b9dfbf6091b989df87bd
SHA256 (.footprint) = b4b6abd487f51c36d7c404d51632148ee1da8923b049f9ae71ff3929ef8625f2
SHA256 (xfce4-power-manager-1.6.4.tar.gz) = a31354fb6400ef87521d7c44aa634eaea08f553a399e15bd5775ed13e54d5449
SHA256 (patch1.patch) = 738ddf5331f3e3a13e91a2c02aa9c303f6574e73c5d7301d71bfa61207b01012

View File

@ -5,13 +5,15 @@
name=xfce4-power-manager
version=1.6.4
release=1
source=(https://git.xfce.org/xfce/$name/snapshot/$name-$version.tar.gz)
release=2
source=(https://git.xfce.org/xfce/$name/snapshot/$name-$version.tar.gz patch1.patch)
build() {
cd $name-$version
patch -p1 -i $SRC/patch1.patch
./autogen.sh \
--prefix=/usr \
--libexecdir=/usr/lib/$name \

View File

@ -0,0 +1,24 @@
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