[arch-commits] Commit in tint2/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Sat Jan 30 12:20:28 UTC 2016


    Date: Saturday, January 30, 2016 @ 13:20:28
  Author: arodseth
Revision: 159527

upgpkg: tint2 0.12.4-2

Modified:
  tint2/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-30 12:18:44 UTC (rev 159526)
+++ PKGBUILD	2016-01-30 12:20:28 UTC (rev 159527)
@@ -6,7 +6,7 @@
 
 pkgname=tint2
 pkgver=0.12.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64' 'i686')
 url='https://gitlab.com/o9000/tint2'
@@ -14,22 +14,15 @@
 conflicts=('ttm-svn')
 depends=('gtk2' 'imlib2' 'startup-notification')
 makedepends=('cmake' 'startup-notification' 'git' 'ninja')
-source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver"
-        'zombie-fix.patch')
-sha256sums=('68065a85eec6f4186c52adb48d9fdab2b1008df92e34380038739c146bb59f06'
-            'a1e942ca3bef05885989f899c0eaaf63f538f7b84cb43d1517d5d39aa64a4ef9')
+source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver")
+sha256sums=('68065a85eec6f4186c52adb48d9fdab2b1008df92e34380038739c146bb59f06')
 
 prepare() {
   mv "$pkgname-$pkgver-"* "$pkgname"
-  cd "$pkgname"
-  patch -Np1 -i ../zombie-fix.patch \
-    && echo "${f##*/} OK!" \
-    || echo "${f##*/} FAILED!"
 }
 
 build() {
   cd "$pkgname"
-
   mkdir -p build
   cd build
   cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_TINT2CONF=1 -G Ninja



More information about the arch-commits mailing list