Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11033590
D6214.id14940.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D6214.id14940.diff
View Options
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,8 +1,8 @@
name : tlp
-version : 1.2.1
-release : 13
+version : 1.2.2
+release : 14
source :
- - https://github.com/linrunner/TLP/archive/1.2.1.tar.gz : 0fa43c2be7d42223646c6271eb823174076a92c9cea5740c24b5e9e8404c9765
+ - https://github.com/linrunner/TLP/archive/1.2.2.tar.gz : 5c28bdda51661160f75b10634fa0fffad96e83204a7c704dad0095de6fee3315
license : GPL-2.0-only
component : system.utils
summary : Linux Advanced Power Management
@@ -15,12 +15,9 @@
- linux-tools-x86_energy_perf_policy
setup : |
%patch -p1 < $pkgfiles/0001-Don-t-enable-tlp-service-on-virtualised-platforms.patch
- # Disable Audio Power Save
- sed -i 's:SOUND_POWER_SAVE_ON_BAT=1:SOUND_POWER_SAVE_ON_BAT=0:g' default
- # Disable USB Autosuspend
- sed -i 's:USB_AUTOSUSPEND=1:USB_AUTOSUSPEND=0:g' default
- # Disable Wireless Power Management
- sed -i 's:WIFI_PWR_ON_BAT=on:WIFI_PWR_ON_BAT=off:g' default
+ sed -i 's:SOUND_POWER_SAVE_ON_BAT=1:SOUND_POWER_SAVE_ON_BAT=0:g' default # Disable Audio Power Save
+ sed -i 's:USB_AUTOSUSPEND=1:USB_AUTOSUSPEND=0:g' default # Disable USB Autosuspend
+ sed -i 's:WIFI_PWR_ON_BAT=on:WIFI_PWR_ON_BAT=off:g' default # Disable Wireless Power Management
build : |
export TLP_LIBDIR='%libdir%'
export TLP_SBIN='/usr/sbin'
@@ -29,12 +26,11 @@
install : |
export TLP_NO_INIT='1'
export TLP_SYSD='%libdir%/systemd/system/'
- export TLP_WITH_SYSTEMD='1'
+ export TLP_ULIB='%libdir%/udev/'
+ export TLP_WITH_ELOGIND='0'
%make_install install-man
- mkdir -p $installdir/%libdir%
- mv $installdir/lib/udev $installdir/%libdir%/
- rm -rf $installdir/lib
+ rm -rf $installdir/var
# Enable by default, users can disable now with systemctl mask tlp
- install -D -d -m 00755 $installdir/%libdir%/systemd/system/multi-user.target.wants
+ install -Ddm 00755 $installdir/%libdir%/systemd/system/multi-user.target.wants
ln -sv ../tlp.service $installdir/%libdir%/systemd/system/multi-user.target.wants
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -71,12 +71,12 @@
</Files>
</Package>
<History>
- <Update release="13">
- <Date>2019-03-31</Date>
- <Version>1.2.1</Version>
+ <Update release="14">
+ <Date>2019-05-04</Date>
+ <Version>1.2.2</Version>
<Comment>Packaging update</Comment>
<Name>James Lee</Name>
<Email>jamesl33info@gmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Aug 10, 3:52 PM (1 d, 3 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5809016
Default Alt Text
D6214.id14940.diff (2 KB)
Attached To
Mode
D6214: Update tlp to 1.2.2 and tidied up package.yml
Attached
Detach File
Event Timeline
Log In to Comment