[arch-commits] Commit in tlp/trunk (PKGBUILD tlp-arch.patch)

Maxime Gauduin alucryd at archlinux.org
Fri Aug 7 06:40:17 UTC 2015


    Date: Friday, August 7, 2015 @ 08:40:17
  Author: alucryd
Revision: 138042

upgpkg: tlp 0.8-1

Modified:
  tlp/trunk/PKGBUILD
  tlp/trunk/tlp-arch.patch

----------------+
 PKGBUILD       |   16 +++++-----------
 tlp-arch.patch |   21 ---------------------
 2 files changed, 5 insertions(+), 32 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-07 02:38:45 UTC (rev 138041)
+++ PKGBUILD	2015-08-07 06:40:17 UTC (rev 138042)
@@ -4,25 +4,19 @@
 
 pkgbase=tlp
 pkgname=('tlp' 'tlp-rdw')
-pkgver=0.7
-pkgrel=3
+pkgver=0.8
+pkgrel=1
 arch=('any')
 url='http://linrunner.de/en/tlp/tlp.html'
 license=('GPL2' 'GPL3')
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/linrunner/TLP/archive/${pkgver}.tar.gz"
-        'tlp-arch.patch'
-        'fix-udev-event-processing-for-AC-BAT.patch'
-        'fix-udev-event-processing-for-USB.patch')
-sha256sums=('bd313f478f897a658f2ca7db9665b8ce6796431b952f7df9aa80e59072cea4ea'
-            '833ed3348a46afee9c20119452c98d07caf050d955961beb4fdef76ff4e4a59a'
-            '546057c61812d2e788b101c055d87137deb5fcec087e4e3c9a0c3a5ac615b556'
-            '5ed8c2b391c2bc2a06f6d7a615fc24c3e4a6c4060fdee53221ff72eddfc843ae')
+'tlp-arch.patch')
+sha256sums=('d5c0423fde7247cc519001caebd60e538ff5ef2be9456d2049303eef4da1aae3'
+            '072a5e67339cc1dd4b27e3dd524d89a4e4c2e98e8b0d4040d8106d1319f801ec')
 
 prepare() {
   cd TLP-${pkgver}
 
-  patch -Np1 -i ../fix-udev-event-processing-for-AC-BAT.patch
-  patch -Np1 -i ../fix-udev-event-processing-for-USB.patch
   patch -Np1 -i ../tlp-arch.patch
 }
 

Modified: tlp-arch.patch
===================================================================
--- tlp-arch.patch	2015-08-07 02:38:45 UTC (rev 138041)
+++ tlp-arch.patch	2015-08-07 06:40:17 UTC (rev 138042)
@@ -1,24 +1,3 @@
-diff -rupN TLP-0.7.orig/Makefile TLP-0.7/Makefile
---- TLP-0.7.orig/Makefile	2015-02-24 10:41:23.600434433 +0100
-+++ TLP-0.7/Makefile	2015-02-24 10:45:59.877307094 +0100
-@@ -67,7 +67,7 @@ endif
- 	install -D -m 644 thinkpad-radiosw $(_ACPI)/events/thinkpad-radiosw
- 	install -m 755 thinkpad-radiosw.sh $(_ACPI)/
- ifneq ($(TLP_NO_BASHCOMP),1)
--	install -D -m 644 tlp.bash_completion $(DESTDIR)/etc/bash_completion.d/tlp
-+	install -D -m 644 tlp.bash_completion $(DESTDIR)/usr/share/bash-completion/completions/tlp
- endif
- 
- install-rdw:
-@@ -102,7 +102,7 @@ uninstall-tlp:
- 	rm -f $(_PLIB)/sleep.d/49tlp
- 	rm $(_ACPI)/events/thinkpad-radiosw
- 	rm $(_ACPI)/thinkpad-radiosw.sh
--	rm -f $(DESTDIR)/etc/bash_completion.d/tlp
-+	rm -f $(DESTDIR)/usr/share/bash-completion/completions/tlp
- 
- uninstall-rdw:
- 	# Package tlp-rdw
 diff -rupN TLP-0.7.orig/tlp.rules TLP-0.7/tlp.rules
 --- TLP-0.7.orig/tlp.rules	2015-02-24 10:41:23.600434433 +0100
 +++ TLP-0.7/tlp.rules	2015-02-24 10:41:35.026696729 +0100



More information about the arch-commits mailing list