diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-12-07 07:34:53 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-12-07 07:34:53 +0000 |
| commit | f34975cfb76e6a022da421f0f97a2de29fd2b085 (patch) | |
| tree | b6f79f11d3b4ddee07a0d3e5b28124623f0fa7ee /repos/extra/tlp | |
| parent | 8809a9fc1beaed68c2c94e0ee99957b251f81860 (diff) | |
| download | alicelinux-f34975cfb76e6a022da421f0f97a2de29fd2b085.tar.gz alicelinux-f34975cfb76e6a022da421f0f97a2de29fd2b085.zip | |
tlp: updated to 1.9.0
Diffstat (limited to 'repos/extra/tlp')
| -rw-r--r-- | repos/extra/tlp/.checksum | 2 | ||||
| -rw-r--r-- | repos/extra/tlp/.files | 13 | ||||
| -rw-r--r-- | repos/extra/tlp/abuild | 4 |
3 files changed, 16 insertions, 3 deletions
diff --git a/repos/extra/tlp/.checksum b/repos/extra/tlp/.checksum index 404b84f6..10c7f2ec 100644 --- a/repos/extra/tlp/.checksum +++ b/repos/extra/tlp/.checksum @@ -1 +1 @@ -55707b605d40daed109fe66533881197fb8b02a8918910c17043adf54e1e779a TLP-1.8.0.tar.gz +90eb00eaa63950ada8259062a2f0d91bc08d57500ca2b30d05c55e0b826f10b7 TLP-1.9.0.tar.gz diff --git a/repos/extra/tlp/.files b/repos/extra/tlp/.files index 0ccc27b9..5557d8d8 100644 --- a/repos/extra/tlp/.files +++ b/repos/extra/tlp/.files @@ -13,6 +13,7 @@ lrwxrwxrwx root/root usr/bin/nfc -> bluetooth lrwxrwxrwx root/root usr/bin/run-on-bat -> run-on-ac -rwxr-xr-x root/root usr/bin/tlp-rdw -rwxr-xr-x root/root usr/bin/tlp-stat +-rwxr-xr-x root/root usr/bin/tlpctl lrwxrwxrwx root/root usr/bin/wifi -> bluetooth lrwxrwxrwx root/root usr/bin/wwan -> bluetooth drwxr-xr-x root/root usr/lib/ @@ -21,9 +22,20 @@ drwxr-xr-x root/root usr/lib/NetworkManager/dispatcher.d/ -rwxr-xr-x root/root usr/lib/NetworkManager/dispatcher.d/99tlp-rdw-nm drwxr-xr-x root/root usr/sbin/ -rwxr-xr-x root/root usr/sbin/tlp +-rwxr-xr-x root/root usr/sbin/tlp-pd drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/dbus-1/ +drwxr-xr-x root/root usr/share/dbus-1/system-services/ +-rw-r--r-- root/root usr/share/dbus-1/system-services/net.hadess.PowerProfiles.service +-rw-r--r-- root/root usr/share/dbus-1/system-services/org.freedesktop.UPower.PowerProfiles.service +drwxr-xr-x root/root usr/share/dbus-1/system.d/ +-rw-r--r-- root/root usr/share/dbus-1/system.d/net.hadess.PowerProfiles.conf +-rw-r--r-- root/root usr/share/dbus-1/system.d/org.freedesktop.UPower.PowerProfiles.conf drwxr-xr-x root/root usr/share/metainfo/ -rw-r--r-- root/root usr/share/metainfo/de.linrunner.tlp.metainfo.xml +drwxr-xr-x root/root usr/share/polkit-1/ +drwxr-xr-x root/root usr/share/polkit-1/actions/ +-rw-r--r-- root/root usr/share/polkit-1/actions/tlp-pd.policy drwxr-xr-x root/root usr/share/tlp/ drwxr-xr-x root/root usr/share/tlp/bat.d/ -rwxr-xr-x root/root usr/share/tlp/bat.d/05-thinkpad @@ -41,6 +53,7 @@ drwxr-xr-x root/root usr/share/tlp/bat.d/ -rwxr-xr-x root/root usr/share/tlp/bat.d/56-framework -rwxr-xr-x root/root usr/share/tlp/bat.d/60-macbook -rwxr-xr-x root/root usr/share/tlp/bat.d/65-dell +-rwxr-xr-x root/root usr/share/tlp/bat.d/70-tuxedo -rwxr-xr-x root/root usr/share/tlp/bat.d/89-asus -rwxr-xr-x root/root usr/share/tlp/bat.d/90-generic -rwxr-xr-x root/root usr/share/tlp/bat.d/TEMPLATE diff --git a/repos/extra/tlp/abuild b/repos/extra/tlp/abuild index b19259a4..4a9c2676 100644 --- a/repos/extra/tlp/abuild +++ b/repos/extra/tlp/abuild @@ -1,6 +1,6 @@ name=tlp -version=1.8.0 -release=2 +version=1.9.0 +release=1 source="https://github.com/linrunner/TLP/archive/${version}/TLP-${version}.tar.gz" postbuild() { |