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

Maxime Gauduin alucryd at archlinux.org
Sat Sep 27 13:36:46 UTC 2014


    Date: Saturday, September 27, 2014 @ 15:36:46
  Author: alucryd
Revision: 119646

FS#42136: tlp 0.5-3

Added:
  tlp/trunk/tlp-i915.patch
Modified:
  tlp/trunk/PKGBUILD

----------------+
 PKGBUILD       |    9 ++++++---
 tlp-i915.patch |    2 ++
 2 files changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-09-27 07:50:58 UTC (rev 119645)
+++ PKGBUILD	2014-09-27 13:36:46 UTC (rev 119646)
@@ -5,19 +5,22 @@
 pkgbase=tlp
 pkgname=('tlp' 'tlp-rdw')
 pkgver=0.5
-pkgrel=2
+pkgrel=3
 arch=('any')
 url='http://linrunner.de/en/tlp/docs/tlp-linux-advanced-power-management.html'
 license=('GPL2' 'GPL3')
 source=("https://github.com/linrunner/TLP/archive/${pkgver}.tar.gz"
-        'tlp-arch.patch')
+        'tlp-arch.patch'
+        'tlp-i915.patch')
 sha256sums=('e535e53c340a1af2ea72f0de8a2ffbfc5f832a4e29c391a4052ab1d783c5c157'
-            'd240143cde75c2d6edf09e001459e79e49652934f5b02ed0174f99e8fe4eabce')
+            'd240143cde75c2d6edf09e001459e79e49652934f5b02ed0174f99e8fe4eabce'
+            'be93ab054af5f6e564564e8b5dd7bc46ef781a96ec82fe7d4df7083a563ee820')
 
 prepare() {
   cd TLP-${pkgver}
 
   patch -Np1 -i ../tlp-arch.patch
+  patch -Np1 -i ../tlp-i915.patch
 }
 
 package_tlp() {

Added: tlp-i915.patch
===================================================================
(Binary files differ)

Index: tlp/trunk/tlp-i915.patch
===================================================================
--- tlp-i915.patch	2014-09-27 07:50:58 UTC (rev 119645)
+++ tlp-i915.patch	2014-09-27 13:36:46 UTC (rev 119646)

Property changes on: tlp/trunk/tlp-i915.patch
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+application/vnd.ms-fontobject
\ No newline at end of property



More information about the arch-commits mailing list