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

2020-12-22 Thread Alexander Rødseth via arch-commits
Date: Tuesday, December 22, 2020 @ 13:53:43
  Author: arodseth
Revision: 781993

Use a specific git commit

Modified:
  tint2/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-22 13:51:18 UTC (rev 781992)
+++ PKGBUILD2020-12-22 13:53:43 UTC (rev 781993)
@@ -5,14 +5,14 @@
 
 pkgname=tint2
 pkgver=16.7
-pkgrel=2
+pkgrel=3
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=(x86_64)
 url='https://gitlab.com/o9000/tint2'
 license=(GPL2)
-depends=(gtk2 imlib2 startup-notification)
+depends=(gtk2 imlib2 startup-notification) # a lot of work to port to gtk3
 makedepends=(cmake git ninja setconf startup-notification)
-source=("git+https://gitlab.com/o9000/tint2.git#tag=$pkgver;)
+source=("git+https://gitlab.com/o9000/tint2#commit=78313502d3b26c217f5583a23ef571bc9e0edc45;)
 # tag: v16.7
 sha256sums=('SKIP')
 
 prepare() {
@@ -34,4 +34,3 @@
 }
 
 # getver: gitlab.com/o9000/tint2/raw/master/README.md
-# vim: ts=2 sw=2 et:


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

2020-07-07 Thread Felix Yan via arch-commits
Date: Tuesday, July 7, 2020 @ 16:00:11
  Author: felixonmars
Revision: 659070

upgpkg: tint2 16.7-2: reproducibility rebuild

Modified:
  tint2/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-07-07 16:00:07 UTC (rev 659069)
+++ PKGBUILD2020-07-07 16:00:11 UTC (rev 659070)
@@ -5,7 +5,7 @@
 
 pkgname=tint2
 pkgver=16.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=(x86_64)
 url='https://gitlab.com/o9000/tint2'


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

2019-07-28 Thread Alexander Rødseth via arch-commits
Date: Sunday, July 28, 2019 @ 18:58:31
  Author: arodseth
Revision: 493911

upgpkg: tint2 16.7-1

Modified:
  tint2/trunk/PKGBUILD

--+
 PKGBUILD |   18 +-
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-07-28 18:43:57 UTC (rev 493910)
+++ PKGBUILD2019-07-28 18:58:31 UTC (rev 493911)
@@ -4,14 +4,14 @@
 # Contributor: Yannick LM 
 
 pkgname=tint2
-pkgver=16.6.1
+pkgver=16.7
 pkgrel=1
 pkgdesc='Basic, good-looking task manager for WMs'
-arch=('x86_64')
+arch=(x86_64)
 url='https://gitlab.com/o9000/tint2'
-license=('GPL2')
-depends=('gtk2' 'imlib2' 'startup-notification')
-makedepends=('cmake' 'git' 'ninja' 'setconf' 'startup-notification')
+license=(GPL2)
+depends=(gtk2 imlib2 startup-notification)
+makedepends=(cmake git ninja setconf startup-notification)
 source=("git+https://gitlab.com/o9000/tint2.git#tag=$pkgver;)
 sha256sums=('SKIP')
 
@@ -23,9 +23,9 @@
   mkdir -p build
   cd build
   cmake ../$pkgname \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_TINT2CONF=1 \
--GNinja
+-D CMAKE_INSTALL_PREFIX=/usr \
+-D ENABLE_TINT2CONF=1 \
+-G Ninja
   ninja
 }
 
@@ -33,5 +33,5 @@
   DESTDIR="$pkgdir" ninja -C build install
 }
 
-# getver: gitlab.com/o9000/tint2/raw/master/ChangeLog
+# getver: gitlab.com/o9000/tint2/raw/master/README.md
 # vim: ts=2 sw=2 et:


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

2018-08-13 Thread Alexander Rødseth via arch-commits
Date: Monday, August 13, 2018 @ 23:17:50
  Author: arodseth
Revision: 371344

upgpkg: tint2 16.6.1-1

Modified:
  tint2/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-13 23:16:11 UTC (rev 371343)
+++ PKGBUILD2018-08-13 23:17:50 UTC (rev 371344)
@@ -5,7 +5,7 @@
 # Contributor: Yannick LM 
 
 pkgname=tint2
-pkgver=16.4
+pkgver=16.6.1
 pkgrel=1
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64')


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

2018-08-13 Thread Alexander Rødseth via arch-commits
Date: Monday, August 13, 2018 @ 23:15:49
  Author: arodseth
Revision: 371342

upgpkg: tint2 16.4-1

Modified:
  tint2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-08-13 23:15:27 UTC (rev 371341)
+++ PKGBUILD2018-08-13 23:15:49 UTC (rev 371342)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Alexander F. Rødseth 
 # Contributor: Blue Peppers 
 # Contributor: Stefan Husmann 
 # Contributor: Yannick LM 
@@ -34,5 +34,5 @@
   DESTDIR="$pkgdir" ninja -C build install
 }
 
-# getver: gitlab.com/o9000/tint2/raw/master/README.md
+# getver: gitlab.com/o9000/tint2/raw/master/ChangeLog
 # vim: ts=2 sw=2 et:


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

2018-05-06 Thread Alexander Rødseth via arch-commits
Date: Sunday, May 6, 2018 @ 21:16:20
  Author: arodseth
Revision: 319043

upgpkg: tint2 16.4-1

Modified:
  tint2/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-06 21:02:42 UTC (rev 319042)
+++ PKGBUILD2018-05-06 21:16:20 UTC (rev 319043)
@@ -5,7 +5,7 @@
 # Contributor: Yannick LM 
 
 pkgname=tint2
-pkgver=16.2
+pkgver=16.4
 pkgrel=1
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64')


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

2018-01-23 Thread Alexander Rødseth via arch-commits
Date: Tuesday, January 23, 2018 @ 12:01:11
  Author: arodseth
Revision: 285538

upgpkg: tint2 16.2-1

Modified:
  tint2/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-23 11:57:12 UTC (rev 285537)
+++ PKGBUILD2018-01-23 12:01:11 UTC (rev 285538)
@@ -5,7 +5,7 @@
 # Contributor: Yannick LM 
 
 pkgname=tint2
-pkgver=16.1
+pkgver=16.2
 pkgrel=1
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64')


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

2018-01-11 Thread Alexander Rødseth via arch-commits
Date: Friday, January 12, 2018 @ 00:05:34
  Author: arodseth
Revision: 281512

upgpkg: tint2 16.1-1

Modified:
  tint2/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-11 23:58:12 UTC (rev 281511)
+++ PKGBUILD2018-01-12 00:05:34 UTC (rev 281512)
@@ -5,7 +5,7 @@
 # Contributor: Yannick LM 
 
 pkgname=tint2
-pkgver=15.3
+pkgver=16.1
 pkgrel=1
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64')


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

2017-11-21 Thread Alexander Rødseth
Date: Tuesday, November 21, 2017 @ 12:16:55
  Author: arodseth
Revision: 267781

upgpkg: tint2 15.3-1

Modified:
  tint2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-11-21 11:25:53 UTC (rev 267780)
+++ PKGBUILD2017-11-21 12:16:55 UTC (rev 267781)
@@ -5,7 +5,7 @@
 # Contributor: Yannick LM 
 
 pkgname=tint2
-pkgver=15.2
+pkgver=15.3
 pkgrel=1
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64')
@@ -12,12 +12,12 @@
 url='https://gitlab.com/o9000/tint2'
 license=('GPL2')
 depends=('gtk2' 'imlib2' 'startup-notification')
-makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf')
+makedepends=('cmake' 'git' 'ninja' 'setconf' 'startup-notification')
 source=("git+https://gitlab.com/o9000/tint2.git#tag=$pkgver;)
 sha256sums=('SKIP')
 
 prepare() {
-  setconf "$pkgname/get_version.sh" VERSION="$pkgver"
+  setconf $pkgname/get_version.sh VERSION="$pkgver"
 }
 
 build() {
@@ -34,5 +34,5 @@
   DESTDIR="$pkgdir" ninja -C build install
 }
 
-# getver: gitlab.com/o9000/tint2/blob/master/README.md
-# vim:ts=2 sw=2 et:
+# getver: gitlab.com/o9000/tint2/raw/master/README.md
+# vim: ts=2 sw=2 et:


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

2017-10-13 Thread Alexander Rødseth
Date: Friday, October 13, 2017 @ 07:34:36
  Author: arodseth
Revision: 262499

upgpkg: tint2 15.2-1

Modified:
  tint2/trunk/PKGBUILD

--+
 PKGBUILD |   11 +--
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-10-13 06:49:52 UTC (rev 262498)
+++ PKGBUILD2017-10-13 07:34:36 UTC (rev 262499)
@@ -5,7 +5,7 @@
 # Contributor: Yannick LM 
 
 pkgname=tint2
-pkgver=15.1
+pkgver=15.2
 pkgrel=1
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64' 'i686')
@@ -13,18 +13,17 @@
 license=('GPL2')
 depends=('gtk2' 'imlib2' 'startup-notification')
 makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf')
-source=("$pkgname-$pkgver.tar.bz2::https://gitlab.com/o9000/tint2/repository/archive.tar.bz2?ref=$pkgver;)
-sha256sums=('247709ead96b8e470f5242e8cd29209bbcfc8ad929aff3c05394019b45c781e8')
+source=("git+https://gitlab.com/o9000/tint2.git#tag=$pkgver;)
+sha256sums=('SKIP')
 
 prepare() {
-  mv "$pkgname-$pkgver-"* "$pkgname"
-  setconf "$pkgname/get_version.sh" VERSION "$pkgver"
+  setconf "$pkgname/get_version.sh" VERSION="$pkgver"
 }
 
 build() {
   mkdir -p build
   cd build
-  cmake "../$pkgname" \
+  cmake ../$pkgname \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DENABLE_TINT2CONF=1 \
 -GNinja


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

2017-09-09 Thread Alexander Rødseth
Date: Saturday, September 9, 2017 @ 09:23:02
  Author: arodseth
Revision: 256636

upgpkg: tint2 15.1-1

Modified:
  tint2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-09 09:16:28 UTC (rev 256635)
+++ PKGBUILD2017-09-09 09:23:02 UTC (rev 256636)
@@ -5,7 +5,7 @@
 # Contributor: Yannick LM 
 
 pkgname=tint2
-pkgver=15.0
+pkgver=15.1
 pkgrel=1
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64' 'i686')
@@ -14,7 +14,7 @@
 depends=('gtk2' 'imlib2' 'startup-notification')
 makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf')
 
source=("$pkgname-$pkgver.tar.bz2::https://gitlab.com/o9000/tint2/repository/archive.tar.bz2?ref=$pkgver;)
-sha256sums=('a39a8f43e6e087bce0f61b4ea20219e5a5a5f696cfa41e4d039c109f98f10cc5')
+sha256sums=('247709ead96b8e470f5242e8cd29209bbcfc8ad929aff3c05394019b45c781e8')
 
 prepare() {
   mv "$pkgname-$pkgver-"* "$pkgname"


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

2017-09-02 Thread Alexander Rødseth
Date: Saturday, September 2, 2017 @ 21:04:00
  Author: arodseth
Revision: 255587

upgpkg: tint2 15.0-1

Modified:
  tint2/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-09-02 20:34:44 UTC (rev 255586)
+++ PKGBUILD2017-09-02 21:04:00 UTC (rev 255587)
@@ -5,8 +5,8 @@
 # Contributor: Yannick LM 
 
 pkgname=tint2
-pkgver=0.14.6
-pkgrel=2
+pkgver=15.0
+pkgrel=1
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64' 'i686')
 url='https://gitlab.com/o9000/tint2'
@@ -14,7 +14,7 @@
 depends=('gtk2' 'imlib2' 'startup-notification')
 makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf')
 
source=("$pkgname-$pkgver.tar.bz2::https://gitlab.com/o9000/tint2/repository/archive.tar.bz2?ref=$pkgver;)
-sha256sums=('b40079fb187aa248cd3b6957076f138d040c723b309e1b254ac0c8ec9826a451')
+sha256sums=('a39a8f43e6e087bce0f61b4ea20219e5a5a5f696cfa41e4d039c109f98f10cc5')
 
 prepare() {
   mv "$pkgname-$pkgver-"* "$pkgname"
@@ -36,4 +36,4 @@
 }
 
 # getver: gitlab.com/o9000/tint2/blob/master/README.md
-# vim: ts=2 sw=2 et:
+# vim:ts=2 sw=2 et:


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

2017-08-14 Thread Alexander Rødseth
Date: Monday, August 14, 2017 @ 22:47:55
  Author: arodseth
Revision: 250442

upgpkg: tint2 0.14.6-2

Modified:
  tint2/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-14 21:59:31 UTC (rev 250441)
+++ PKGBUILD2017-08-14 22:47:55 UTC (rev 250442)
@@ -1,6 +1,5 @@
 # $Id$
 # Maintainer: Alexander F Rødseth 
-# Contributor: Bartłomiej Piotrowski 
 # Contributor: Blue Peppers 
 # Contributor: Stefan Husmann 
 # Contributor: Yannick LM 
@@ -7,7 +6,7 @@
 
 pkgname=tint2
 pkgver=0.14.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64' 'i686')
 url='https://gitlab.com/o9000/tint2'
@@ -14,8 +13,8 @@
 license=('GPL2')
 depends=('gtk2' 'imlib2' 'startup-notification')
 makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf')
-source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver;)
-sha256sums=('aaede8df4b56891bec8a1891610539e5dce7ac7fedb03ceaf24ff94a7ce79fcf')
+source=("$pkgname-$pkgver.tar.bz2::https://gitlab.com/o9000/tint2/repository/archive.tar.bz2?ref=$pkgver;)
+sha256sums=('b40079fb187aa248cd3b6957076f138d040c723b309e1b254ac0c8ec9826a451')
 
 prepare() {
   mv "$pkgname-$pkgver-"* "$pkgname"
@@ -36,4 +35,5 @@
   DESTDIR="$pkgdir" ninja -C build install
 }
 
+# getver: gitlab.com/o9000/tint2/blob/master/README.md
 # vim: ts=2 sw=2 et:


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

2017-06-13 Thread Alexander Rødseth
Date: Tuesday, June 13, 2017 @ 16:16:55
  Author: arodseth
Revision: 236628

upgpkg: tint2 0.14.6-1

Modified:
  tint2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-06-13 16:16:17 UTC (rev 236627)
+++ PKGBUILD2017-06-13 16:16:55 UTC (rev 236628)
@@ -6,7 +6,7 @@
 # Contributor: Yannick LM 
 
 pkgname=tint2
-pkgver=0.14.5
+pkgver=0.14.6
 pkgrel=1
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64' 'i686')
@@ -15,7 +15,7 @@
 depends=('gtk2' 'imlib2' 'startup-notification')
 makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf')
 
source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver;)
-sha256sums=('50a19c4af9f13931134479cda2921c45c4aae7c86f52e923b7fed72cfd0695c9')
+sha256sums=('aaede8df4b56891bec8a1891610539e5dce7ac7fedb03ceaf24ff94a7ce79fcf')
 
 prepare() {
   mv "$pkgname-$pkgver-"* "$pkgname"


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

2017-06-08 Thread Alexander Rødseth
Date: Thursday, June 8, 2017 @ 22:19:45
  Author: arodseth
Revision: 235485

upgpkg: tint2 0.14.5-1

Modified:
  tint2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-06-08 22:15:46 UTC (rev 235484)
+++ PKGBUILD2017-06-08 22:19:45 UTC (rev 235485)
@@ -6,7 +6,7 @@
 # Contributor: Yannick LM 
 
 pkgname=tint2
-pkgver=0.14.4
+pkgver=0.14.5
 pkgrel=1
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64' 'i686')
@@ -15,7 +15,7 @@
 depends=('gtk2' 'imlib2' 'startup-notification')
 makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf')
 
source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver;)
-sha256sums=('cdda888ac111017695e2a16d995e92a7d704568bd00af9cf4686225145742a3f')
+sha256sums=('50a19c4af9f13931134479cda2921c45c4aae7c86f52e923b7fed72cfd0695c9')
 
 prepare() {
   mv "$pkgname-$pkgver-"* "$pkgname"
@@ -36,4 +36,4 @@
   DESTDIR="$pkgdir" ninja -C build install
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


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

2017-05-05 Thread Alexander Rødseth
Date: Friday, May 5, 2017 @ 11:33:24
  Author: arodseth
Revision: 227133

upgpkg: tint2 0.14.4-1

Modified:
  tint2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-05-05 10:53:02 UTC (rev 227132)
+++ PKGBUILD2017-05-05 11:33:24 UTC (rev 227133)
@@ -6,7 +6,7 @@
 # Contributor: Yannick LM 
 
 pkgname=tint2
-pkgver=0.14.3
+pkgver=0.14.4
 pkgrel=1
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64' 'i686')
@@ -15,7 +15,7 @@
 depends=('gtk2' 'imlib2' 'startup-notification')
 makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf')
 
source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver;)
-sha256sums=('3164d657db959d2dbee0677f5e80b154bab68b93cfa38ddc2b25c6e7a06b1e64')
+sha256sums=('cdda888ac111017695e2a16d995e92a7d704568bd00af9cf4686225145742a3f')
 
 prepare() {
   mv "$pkgname-$pkgver-"* "$pkgname"


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

2017-04-26 Thread Alexander Rødseth
Date: Wednesday, April 26, 2017 @ 08:53:52
  Author: arodseth
Revision: 225626

upgpkg: tint2 0.14.3-1

Modified:
  tint2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-26 08:53:39 UTC (rev 225625)
+++ PKGBUILD2017-04-26 08:53:52 UTC (rev 225626)
@@ -6,7 +6,7 @@
 # Contributor: Yannick LM 
 
 pkgname=tint2
-pkgver=0.14.1
+pkgver=0.14.3
 pkgrel=1
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64' 'i686')
@@ -15,7 +15,7 @@
 depends=('gtk2' 'imlib2' 'startup-notification')
 makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf')
 
source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver;)
-sha256sums=('5f3708ecb06724f568cbaaad2102f000342f28d5fb02161ce6e7af5c18f36ecb')
+sha256sums=('3164d657db959d2dbee0677f5e80b154bab68b93cfa38ddc2b25c6e7a06b1e64')
 
 prepare() {
   mv "$pkgname-$pkgver-"* "$pkgname"


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

2017-03-27 Thread Alexander Rødseth
Date: Monday, March 27, 2017 @ 23:20:36
  Author: arodseth
Revision: 219499

upgpkg: tint2 0.14.1-1

Modified:
  tint2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 23:11:49 UTC (rev 219498)
+++ PKGBUILD2017-03-27 23:20:36 UTC (rev 219499)
@@ -6,7 +6,7 @@
 # Contributor: Yannick LM 
 
 pkgname=tint2
-pkgver=0.13.2
+pkgver=0.14.1
 pkgrel=1
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64' 'i686')
@@ -15,7 +15,7 @@
 depends=('gtk2' 'imlib2' 'startup-notification')
 makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf')
 
source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver;)
-sha256sums=('ea348dffb7002b5bcc8702a7ae7dd075e93b7d76bb93a1246aa8c58d2f4502d4')
+sha256sums=('5f3708ecb06724f568cbaaad2102f000342f28d5fb02161ce6e7af5c18f36ecb')
 
 prepare() {
   mv "$pkgname-$pkgver-"* "$pkgname"


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

2017-03-27 Thread Alexander Rødseth
Date: Monday, March 27, 2017 @ 21:43:54
  Author: arodseth
Revision: 219455

upgpkg: tint2 0.13.2-1

Modified:
  tint2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-27 21:41:06 UTC (rev 219454)
+++ PKGBUILD2017-03-27 21:43:54 UTC (rev 219455)
@@ -6,7 +6,7 @@
 # Contributor: Yannick LM 
 
 pkgname=tint2
-pkgver=0.13.1
+pkgver=0.13.2
 pkgrel=1
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64' 'i686')
@@ -15,7 +15,7 @@
 depends=('gtk2' 'imlib2' 'startup-notification')
 makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf')
 
source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver;)
-sha256sums=('db5c81c12f55d49a7eb7d10ea87c44d7db1c8ee68c6ffbe7640adb6818444523')
+sha256sums=('ea348dffb7002b5bcc8702a7ae7dd075e93b7d76bb93a1246aa8c58d2f4502d4')
 
 prepare() {
   mv "$pkgname-$pkgver-"* "$pkgname"


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

2017-03-12 Thread Alexander Rødseth
Date: Sunday, March 12, 2017 @ 15:35:54
  Author: arodseth
Revision: 215827

upgpkg: tint2 0.13.1-1

Modified:
  tint2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-12 15:33:49 UTC (rev 215826)
+++ PKGBUILD2017-03-12 15:35:54 UTC (rev 215827)
@@ -6,7 +6,7 @@
 # Contributor: Yannick LM 
 
 pkgname=tint2
-pkgver=0.12.12
+pkgver=0.13.1
 pkgrel=1
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64' 'i686')
@@ -15,7 +15,7 @@
 depends=('gtk2' 'imlib2' 'startup-notification')
 makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf')
 
source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver;)
-sha256sums=('f91b0d4669b6cd7de6a21efe8bf3f26cfe8878ebf1ab8e8804bf0289a650034e')
+sha256sums=('db5c81c12f55d49a7eb7d10ea87c44d7db1c8ee68c6ffbe7640adb6818444523')
 
 prepare() {
   mv "$pkgname-$pkgver-"* "$pkgname"


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

2016-08-06 Thread Alexander Rødseth
Date: Saturday, August 6, 2016 @ 18:49:24
  Author: arodseth
Revision: 185675

upgpkg: tint2 0.12.12-1

Modified:
  tint2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-06 18:44:37 UTC (rev 185674)
+++ PKGBUILD2016-08-06 18:49:24 UTC (rev 185675)
@@ -6,7 +6,7 @@
 # Contributor: Yannick LM 
 
 pkgname=tint2
-pkgver=0.12.11
+pkgver=0.12.12
 pkgrel=1
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64' 'i686')
@@ -15,7 +15,7 @@
 depends=('gtk2' 'imlib2' 'startup-notification')
 makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf')
 
source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver;)
-sha256sums=('50d019a61cb0b9f81a76e727e17d31b6ff9db34a9f71cb2d65ce4225a4fa6737')
+sha256sums=('f91b0d4669b6cd7de6a21efe8bf3f26cfe8878ebf1ab8e8804bf0289a650034e')
 
 prepare() {
   mv "$pkgname-$pkgver-"* "$pkgname"


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

2016-05-14 Thread Alexander Rødseth
Date: Saturday, May 14, 2016 @ 14:55:32
  Author: arodseth
Revision: 175350

upgpkg: tint2 0.12.11-1

Modified:
  tint2/trunk/PKGBUILD

--+
 PKGBUILD |   13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-05-14 12:49:28 UTC (rev 175349)
+++ PKGBUILD2016-05-14 12:55:32 UTC (rev 175350)
@@ -6,17 +6,16 @@
 # Contributor: Yannick LM 
 
 pkgname=tint2
-pkgver=0.12.9
+pkgver=0.12.11
 pkgrel=1
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64' 'i686')
 url='https://gitlab.com/o9000/tint2'
 license=('GPL2')
-conflicts=('ttm-svn')
 depends=('gtk2' 'imlib2' 'startup-notification')
 makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf')
 
source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver;)
-sha256sums=('464f21b9f2c0712db8c4f6414d904a4a61e0f6dba5f16b8987fa9dab9d42ddaa')
+sha256sums=('50d019a61cb0b9f81a76e727e17d31b6ff9db34a9f71cb2d65ce4225a4fa6737')
 
 prepare() {
   mv "$pkgname-$pkgver-"* "$pkgname"
@@ -24,15 +23,17 @@
 }
 
 build() {
-  cd "$pkgname"
   mkdir -p build
   cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_TINT2CONF=1 -G Ninja
+  cmake "../$pkgname" \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DENABLE_TINT2CONF=1 \
+-GNinja
   ninja
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C "$pkgname/build" install
+  DESTDIR="$pkgdir" ninja -C build install
 }
 
 # vim:set ts=2 sw=2 et:


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

2016-04-09 Thread Alexander Rødseth
Date: Saturday, April 9, 2016 @ 11:37:10
  Author: arodseth
Revision: 169808

upgpkg: tint2 0.12.9-1

Modified:
  tint2/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-09 08:30:28 UTC (rev 169807)
+++ PKGBUILD2016-04-09 09:37:10 UTC (rev 169808)
@@ -6,7 +6,7 @@
 # Contributor: Yannick LM 
 
 pkgname=tint2
-pkgver=0.12.8
+pkgver=0.12.9
 pkgrel=1
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64' 'i686')
@@ -16,7 +16,7 @@
 depends=('gtk2' 'imlib2' 'startup-notification')
 makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf')
 
source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver;)
-sha256sums=('f25faad5ca9b895e5e7aa28290de0ea0a1578119414f91e916c21b5f0c0b8ad7')
+sha256sums=('464f21b9f2c0712db8c4f6414d904a4a61e0f6dba5f16b8987fa9dab9d42ddaa')
 
 prepare() {
   mv "$pkgname-$pkgver-"* "$pkgname"


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

2016-03-26 Thread Alexander Rødseth
Date: Saturday, March 26, 2016 @ 21:03:15
  Author: arodseth
Revision: 168506

upgpkg: tint2 0.12.8-1

Modified:
  tint2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-26 19:50:21 UTC (rev 168505)
+++ PKGBUILD2016-03-26 20:03:15 UTC (rev 168506)
@@ -6,8 +6,8 @@
 # Contributor: Yannick LM 
 
 pkgname=tint2
-pkgver=0.12.7
-pkgrel=2
+pkgver=0.12.8
+pkgrel=1
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64' 'i686')
 url='https://gitlab.com/o9000/tint2'
@@ -16,7 +16,7 @@
 depends=('gtk2' 'imlib2' 'startup-notification')
 makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf')
 
source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver;)
-sha256sums=('e1200cabbf6f9488233788f805b10c8bd8b083c92ef42d86bc8df8d8bb353c5f')
+sha256sums=('f25faad5ca9b895e5e7aa28290de0ea0a1578119414f91e916c21b5f0c0b8ad7')
 
 prepare() {
   mv "$pkgname-$pkgver-"* "$pkgname"


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

2016-02-20 Thread Alexander Rødseth
Date: Saturday, February 20, 2016 @ 22:16:46
  Author: arodseth
Revision: 162895

Fix FS#48227

Modified:
  tint2/trunk/PKGBUILD

--+
 PKGBUILD |   10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-20 21:06:10 UTC (rev 162894)
+++ PKGBUILD2016-02-20 21:16:46 UTC (rev 162895)
@@ -1,12 +1,13 @@
 # $Id$
-# Maintainer: Alexander Rødseth 
+# Maintainer: Alexander F Rødseth 
 # Contributor: Bartłomiej Piotrowski 
 # Contributor: Blue Peppers 
-# Contributor: Stefan Husmann< stefan-husm...@t-online.de>
+# Contributor: Stefan Husmann 
+# Contributor: Yannick LM 
 
 pkgname=tint2
 pkgver=0.12.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64' 'i686')
 url='https://gitlab.com/o9000/tint2'
@@ -13,12 +14,13 @@
 license=('GPL2')
 conflicts=('ttm-svn')
 depends=('gtk2' 'imlib2' 'startup-notification')
-makedepends=('cmake' 'startup-notification' 'git' 'ninja')
+makedepends=('cmake' 'startup-notification' 'git' 'ninja' 'setconf')
 
source=("$pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver;)
 sha256sums=('e1200cabbf6f9488233788f805b10c8bd8b083c92ef42d86bc8df8d8bb353c5f')
 
 prepare() {
   mv "$pkgname-$pkgver-"* "$pkgname"
+  setconf "$pkgname/get_version.sh" VERSION "$pkgver"
 }
 
 build() {


[arch-commits] Commit in tint2/trunk (PKGBUILD zombie-fix.patch)

2016-01-31 Thread Alexander Rødseth
Date: Sunday, January 31, 2016 @ 20:52:15
  Author: arodseth
Revision: 159693

upgpkg: tint2 0.12.7-1

Modified:
  tint2/trunk/PKGBUILD
Deleted:
  tint2/trunk/zombie-fix.patch

--+
 PKGBUILD |6 +++---
 zombie-fix.patch |   33 -
 2 files changed, 3 insertions(+), 36 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-31 19:48:44 UTC (rev 159692)
+++ PKGBUILD2016-01-31 19:52:15 UTC (rev 159693)
@@ -5,8 +5,8 @@
 # Contributor: Stefan Husmann< stefan-husm...@t-online.de>
 
 pkgname=tint2
-pkgver=0.12.4
-pkgrel=2
+pkgver=0.12.7
+pkgrel=1
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64' 'i686')
 url='https://gitlab.com/o9000/tint2'
@@ -15,7 +15,7 @@
 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;)
-sha256sums=('68065a85eec6f4186c52adb48d9fdab2b1008df92e34380038739c146bb59f06')
+sha256sums=('e1200cabbf6f9488233788f805b10c8bd8b083c92ef42d86bc8df8d8bb353c5f')
 
 prepare() {
   mv "$pkgname-$pkgver-"* "$pkgname"

Deleted: zombie-fix.patch
===
--- zombie-fix.patch2016-01-31 19:48:44 UTC (rev 159692)
+++ zombie-fix.patch2016-01-31 19:52:15 UTC (rev 159693)
@@ -1,33 +0,0 @@
-http://code.google.com/p/tint2/issues/detail?id=430
-Submitted By: David B. Cortarello (Nomius) 
-Date: 18-05-2013
-Initial Package Version: subversion trunk (revision 652)
-Description: Fix zombie (defunct) processes created in clock_action.
-This patch provides the following bugfixes:
-   * This patch uses waitpid with WNOHANG to eliminate all zombie processes 
created by 
-tint2 (in particular by the clock -right or left- click). This is done by a 
small hack 
-in the update_clocks_min, called to "redraw" that area.
-
 trunk/src/clock/clock.c(revision 652)
-+++ trunk/src/clock/clock.c(working copy)
-@@ -23,6 +23,8 @@
- #include 
- #include 
- #include 
-+#include 
-+#include 
- 
- #include "window.h"
- #include "server.h"
-@@ -98,6 +103,10 @@
-   // remember old_sec because after suspend/hibernate the clock should be 
updated directly, and not
-   // on next minute change
-   time_t old_sec = time_clock.tv_sec;
-+
-+  // Little hack to wait executed commands in clock_action avoiding 
zombies
-+  waitpid(-1, NULL, WNOHANG);
-+
-   gettimeofday(_clock, 0);
-   if (time_clock.tv_sec % 60 == 0 || time_clock.tv_sec - old_sec > 60) {
-   int i;
-


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

2016-01-30 Thread Alexander Rødseth
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
===
--- PKGBUILD2016-01-30 12:18:44 UTC (rev 159526)
+++ PKGBUILD2016-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


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

2016-01-23 Thread Alexander Rødseth
Date: Saturday, January 23, 2016 @ 18:21:58
  Author: arodseth
Revision: 158705

upgpkg: tint2 0.12.4-1

Modified:
  tint2/trunk/PKGBUILD

--+
 PKGBUILD |   21 -
 1 file changed, 8 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-23 17:18:07 UTC (rev 158704)
+++ PKGBUILD2016-01-23 17:21:58 UTC (rev 158705)
@@ -5,7 +5,7 @@
 # Contributor: Stefan Husmann< stefan-husm...@t-online.de>
 
 pkgname=tint2
-pkgver=0.12.3
+pkgver=0.12.4
 pkgrel=1
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64' 'i686')
@@ -16,29 +16,24 @@
 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=('7f1f7cdb8eecfaaac620589c327bf29def457a9d38cee587769c93aacd2a3e36'
+sha256sums=('68065a85eec6f4186c52adb48d9fdab2b1008df92e34380038739c146bb59f06'
 'a1e942ca3bef05885989f899c0eaaf63f538f7b84cb43d1517d5d39aa64a4ef9')
 
 prepare() {
   mv "$pkgname-$pkgver-"* "$pkgname"
   cd "$pkgname"
-
-  # Applying all available patches
-  for f in ../*.patch; do
-echo -e "--- ${f##*/} ---"
-patch -Np1 -i $f && echo "${f##*/} OK!" || echo "${f##*/} FAILED!"
-  done
+  patch -Np1 -i ../zombie-fix.patch \
+&& echo "${f##*/} OK!" \
+|| echo "${f##*/} FAILED!"
 }
 
 build() {
   cd "$pkgname"
 
-  # Generating Ninja project files
-  mkdir -p build && cd build
+  mkdir -p build
+  cd build
   cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_TINT2CONF=1 -G Ninja
-
-  # Compiling
-  ninja 
+  ninja
 }
 
 package() {


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

2015-11-22 Thread Alexander Rødseth
Date: Sunday, November 22, 2015 @ 21:00:40
  Author: arodseth
Revision: 147400

upgpkg: tint2 0.12.3-1

Modified:
  tint2/trunk/PKGBUILD

--+
 PKGBUILD |   11 ++-
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-11-22 19:51:15 UTC (rev 147399)
+++ PKGBUILD2015-11-22 20:00:40 UTC (rev 147400)
@@ -5,7 +5,7 @@
 # Contributor: Stefan Husmann< stefan-husm...@t-online.de>
 
 pkgname=tint2
-pkgver=0.12.2
+pkgver=0.12.3
 pkgrel=1
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64' 'i686')
@@ -16,11 +16,12 @@
 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=('65dbc8e43fdf6d89ce42bc8bbd65a52d103dbd7f94da5f629de86ced22e640ec'
+sha256sums=('7f1f7cdb8eecfaaac620589c327bf29def457a9d38cee587769c93aacd2a3e36'
 'a1e942ca3bef05885989f899c0eaaf63f538f7b84cb43d1517d5d39aa64a4ef9')
 
 prepare() {
-  cd "$pkgname.git"
+  mv "$pkgname-$pkgver-"* "$pkgname"
+  cd "$pkgname"
 
   # Applying all available patches
   for f in ../*.patch; do
@@ -30,7 +31,7 @@
 }
 
 build() {
-  cd "$pkgname.git"
+  cd "$pkgname"
 
   # Generating Ninja project files
   mkdir -p build && cd build
@@ -41,7 +42,7 @@
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C "$pkgname.git/build" install
+  DESTDIR="$pkgdir" ninja -C "$pkgname/build" install
 }
 
 # vim:set ts=2 sw=2 et:


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

2015-08-16 Thread Alexander Rødseth
Date: Sunday, August 16, 2015 @ 15:50:09
  Author: arodseth
Revision: 138409

upgpkg: tint2 0.12.2-1

Modified:
  tint2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-16 11:58:15 UTC (rev 138408)
+++ PKGBUILD2015-08-16 13:50:09 UTC (rev 138409)
@@ -5,8 +5,8 @@
 # Contributor: Stefan Husmann stefan-husm...@t-online.de
 
 pkgname=tint2
-pkgver=0.12.1
-pkgrel=2
+pkgver=0.12.2
+pkgrel=1
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64' 'i686')
 url='https://gitlab.com/o9000/tint2'
@@ -16,7 +16,7 @@
 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=('097131b0c6bb2d7e366e0b15ba0a9174e826dc03e4eace004f5e66a29a5ac8bc'
+sha256sums=('65dbc8e43fdf6d89ce42bc8bbd65a52d103dbd7f94da5f629de86ced22e640ec'
 'a1e942ca3bef05885989f899c0eaaf63f538f7b84cb43d1517d5d39aa64a4ef9')
 
 prepare() {


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

2015-08-03 Thread Alexander Rødseth
Date: Monday, August 3, 2015 @ 13:41:47
  Author: arodseth
Revision: 137813

FS#45875, python is no longer needed

Also switching over to Ninja.

Modified:
  tint2/trunk/PKGBUILD

--+
 PKGBUILD |   27 +++
 1 file changed, 11 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-03 11:23:08 UTC (rev 137812)
+++ PKGBUILD2015-08-03 11:41:47 UTC (rev 137813)
@@ -6,7 +6,7 @@
 
 pkgname=tint2
 pkgver=0.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64' 'i686')
 url='https://gitlab.com/o9000/tint2'
@@ -13,12 +13,11 @@
 license=('GPL2')
 conflicts=('ttm-svn')
 depends=('gtk2' 'imlib2' 'startup-notification')
-optdepends=('pygtk: for tint2wizard' 'python2')
-makedepends=('pygtk' 'cmake' 'python2' 'startup-notification' 'git')
+makedepends=('cmake' 'startup-notification' 'git' 'ninja')
 
source=($pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver;
 'zombie-fix.patch')
-md5sums=('f34335906d5eb3bf86ac6a162dc88513'
- 'cdb83cd911e005a3529e5d1cd952a956')
+sha256sums=('097131b0c6bb2d7e366e0b15ba0a9174e826dc03e4eace004f5e66a29a5ac8bc'
+'a1e942ca3bef05885989f899c0eaaf63f538f7b84cb43d1517d5d39aa64a4ef9')
 
 prepare() {
   cd $pkgname.git
@@ -28,25 +27,21 @@
 echo -e --- ${f##*/} ---
 patch -Np1 -i $f  echo ${f##*/} OK! || echo ${f##*/} FAILED!
   done
-
-  # Fix for Python 2
-  sed -i 's_python _python2 _' src/tint2conf/main.c
 }
 
 build() {
   cd $pkgname.git
 
-  msg2 'Compiling...'
-  mkdir -p build
-  cd build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_TINT2CONF=1
-  make 
+  # Generating Ninja project files
+  mkdir -p build  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DENABLE_TINT2CONF=1 -G Ninja
+
+  # Compiling
+  ninja 
 }
 
 package() {
-  make -C $pkgname.git/build DESTDIR=$pkgdir install
+  DESTDIR=$pkgdir ninja -C $pkgname.git/build install
 }
 
 # vim:set ts=2 sw=2 et:


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

2015-08-02 Thread Alexander Rødseth
Date: Sunday, August 2, 2015 @ 16:57:42
  Author: arodseth
Revision: 137705

upgpkg: tint2 0.12.1-1

Modified:
  tint2/trunk/PKGBUILD

--+
 PKGBUILD |   42 +++---
 1 file changed, 15 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-08-02 14:50:45 UTC (rev 137704)
+++ PKGBUILD2015-08-02 14:57:42 UTC (rev 137705)
@@ -5,50 +5,38 @@
 # Contributor: Stefan Husmann stefan-husm...@t-online.de
 
 pkgname=tint2
-pkgver=0.11
-pkgrel=8
+pkgver=0.12.1
+pkgrel=1
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64' 'i686')
-url='http://code.google.com/p/tint2/'
+url='https://gitlab.com/o9000/tint2'
 license=('GPL2')
-conflicts=('ttm-svn' 'tint')
-replaces=('tint')
-depends=('gtk2' 'imlib2')
+conflicts=('ttm-svn')
+depends=('gtk2' 'imlib2' 'startup-notification')
 optdepends=('pygtk: for tint2wizard' 'python2')
-makedepends=('pygtk' 'cmake' 'python2')
-provides=('tint')
-source=(http://tint2.googlecode.com/files/tint2-$pkgver.tar.bz2;
-'add-power-now-support.patch'
-'clock.patch'
-'launcher_apps_dir-v2.patch'
-'src-task-align.patch'
+makedepends=('pygtk' 'cmake' 'python2' 'startup-notification' 'git')
+source=($pkgname-$pkgver.tgz::https://gitlab.com/o9000/tint2/repository/archive.tar.gz?ref=$pkgver;
 'zombie-fix.patch')
-md5sums=('6fc5731e7425125fa84a2add5cef4bff'
- '448beead6c9d44b864f99e08a027cb56'
- 'bc0bab2979dacff551a97bdf2c2fdedc'
- '13218765dd684ae825967d3ffb4f4a75'
- 'f0d7f51ec8dbf2e7b6bcca942f0fd6c0'
+md5sums=('f34335906d5eb3bf86ac6a162dc88513'
  'cdb83cd911e005a3529e5d1cd952a956')
 
 prepare() {
-  cd $pkgname-$pkgver
+  cd $pkgname.git
 
-  # Applying all patches, even some that only applies partially.
-  # Tint2 works fine with these, but a new release from upstream would be nice.
+  # Applying all available patches
   for f in ../*.patch; do
-echo -e --- ${f##*/} ---\n
+echo -e --- ${f##*/} ---
 patch -Np1 -i $f  echo ${f##*/} OK! || echo ${f##*/} FAILED!
-echo
   done
 
-  # python2 fix
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' 
src/tint2conf/tintwizard.py
+  # Fix for Python 2
   sed -i 's_python _python2 _' src/tint2conf/main.c
 }
 
 build() {
-  cd $pkgname-$pkgver
+  cd $pkgname.git
 
+  msg2 'Compiling...'
   mkdir -p build
   cd build
   cmake .. \
@@ -58,7 +46,7 @@
 }
 
 package() {
-  make -C $pkgname-$pkgver/build DESTDIR=$pkgdir install
+  make -C $pkgname.git/build DESTDIR=$pkgdir install
 }
 
 # vim:set ts=2 sw=2 et:


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

2014-04-11 Thread Alexander Rødseth
Date: Friday, April 11, 2014 @ 21:25:39
  Author: arodseth
Revision: 109217

Implemented feature request FS#39818

Modified:
  tint2/trunk/PKGBUILD

--+
 PKGBUILD |8 
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-04-11 19:22:38 UTC (rev 109216)
+++ PKGBUILD2014-04-11 19:25:39 UTC (rev 109217)
@@ -6,7 +6,7 @@
 
 pkgname=tint2
 pkgver=0.11
-pkgrel=7
+pkgrel=8
 pkgdesc='Basic, good-looking task manager for WMs'
 arch=('x86_64' 'i686')
 url='http://code.google.com/p/tint2/'
@@ -14,8 +14,8 @@
 conflicts=('ttm-svn' 'tint')
 replaces=('tint')
 depends=('gtk2' 'imlib2')
-optdepends=('pygtk: for tint2wizard')
-makedepends=('pygtk' 'cmake')
+optdepends=('pygtk: for tint2wizard' 'python2')
+makedepends=('pygtk' 'cmake' 'python2')
 provides=('tint')
 source=(http://tint2.googlecode.com/files/tint2-$pkgver.tar.bz2;
 'add-power-now-support.patch'
@@ -53,7 +53,7 @@
   cd build
   cmake .. \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_TINT2CONF=0
+-DENABLE_TINT2CONF=1
   make 
 }
 



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

2014-03-14 Thread Alexander Rødseth
Date: Friday, March 14, 2014 @ 16:02:30
  Author: arodseth
Revision: 107206

Only some patches applies. Work in progress.

Modified:
  tint2/trunk/PKGBUILD

--+
 PKGBUILD |   18 ++
 1 file changed, 14 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 14:48:01 UTC (rev 107205)
+++ PKGBUILD2014-03-14 15:02:30 UTC (rev 107206)
@@ -37,9 +37,16 @@
 prepare() {
   cd $pkgname-$pkgver
 
-  # various patches (used by tint2-svn, and by request from users)
-  for f in ../*.patch; do
-patch -Np0 -i $f
+  # making all the patches apply is a work in progress
+  for f in $srcdir/*.patch; do
+echo
+echo --- ${f##*/} ---
+echo
+if [[ ${f##*/} == add-power-now-support.patch ]]; then
+  patch -Np2 -i $f  echo ${f##*/} OK!
+else
+  patch -Np1 -i $f  echo ${f##*/} OK!
+fi
   done
 
   # python2 fix
@@ -52,7 +59,10 @@
 
   mkdir -p build
   cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_INSTALL_LIBDIR=lib
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DENABLE_TINT2CONF=0
   make 
 }
 



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

2014-03-14 Thread Alexander Rødseth
Date: Friday, March 14, 2014 @ 17:16:03
  Author: arodseth
Revision: 107218

Does not currently build. Trying to figure out which patches should be 
included. Work in progress.

Modified:
  tint2/trunk/PKGBUILD
Deleted:
  tint2/trunk/freespace.patch

-+
 PKGBUILD|   10 ++
 freespace.patch |  213 --
 2 files changed, 8 insertions(+), 215 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-14 15:40:18 UTC (rev 107217)
+++ PKGBUILD2014-03-14 16:16:03 UTC (rev 107218)
@@ -19,7 +19,6 @@
 source=(http://tint2.googlecode.com/files/tint2-$pkgver.tar.bz2;
 'add-power-now-support.patch'
 'clock.patch'
-'freespace.patch'
 'graph.patch'
 'launcher_apps_dir-v2.patch'
 'src-task-align.patch'
@@ -28,7 +27,6 @@
 md5sums=('6fc5731e7425125fa84a2add5cef4bff'
  '6cfcad028f1bd2f69812167f5395f890'
  'bc0bab2979dacff551a97bdf2c2fdedc'
- 'deb1ff7fafdde77f76c890b1adca83d4'
  '2866ebde44be8d48efd1e59ded5c5534'
  '13218765dd684ae825967d3ffb4f4a75'
  'f0d7f51ec8dbf2e7b6bcca942f0fd6c0'
@@ -44,6 +42,14 @@
 echo
 if [[ ${f##*/} == add-power-now-support.patch ]]; then
   patch -Np2 -i $f  echo ${f##*/} OK!
+elif [[ ${f##*/} == src-task-align.patch ]]; then
+  continue
+elif [[ ${f##*/} == launcher_apps_dir-v2.patch ]]; then
+  continue
+elif [[ ${f##*/} == graph.patch ]]; then
+  continue
+elif [[ ${f##*/} == clock.patch ]]; then
+  continue
 else
   patch -Np1 -i $f  echo ${f##*/} OK!
 fi

Deleted: freespace.patch
===
--- freespace.patch 2014-03-14 15:40:18 UTC (rev 107217)
+++ freespace.patch 2014-03-14 16:16:03 UTC (rev 107218)
@@ -1,213 +0,0 @@
-Index: trunk/src/panel.c
-===
 trunk/src/panel.c  (revision 646)
-+++ trunk/src/panel.c  (working copy)
-@@ -190,6 +190,9 @@
-   }
-   if (panel_items_order[k] == 'C')
-   init_clock_panel(p);
-+
-+  if (panel_items_order[k] == 'F')
-+  init_freespace_panel(p);
-   }
-   set_panel_items_order(p);
- 
-@@ -409,6 +412,9 @@
-   }
-   if (panel_items_order[k] == 'C')
-   p-area.list = g_slist_append(p-area.list, p-clock);
-+
-+  if (panel_items_order[k] == 'F')
-+  p-area.list = g_slist_append(p-area.list, 
p-freespace);
-   }
-   init_rendering(p-area, 0);
- }
-Index: trunk/src/panel.h
-===
 trunk/src/panel.h  (revision 646)
-+++ trunk/src/panel.h  (working copy)
-@@ -20,6 +20,7 @@
- #include taskbar.h
- #include systraybar.h
- #include launcher.h
-+#include freespace.h
- 
- #ifdef ENABLE_BATTERY
- #include battery.h
-@@ -111,6 +112,8 @@
- 
-   Launcher launcher;
- 
-+  FreeSpace freespace;
-+
-   // autohide
-   int is_hidden;
-   int hidden_width, hidden_height;
-Index: trunk/src/freespace/freespace.h
-===
 trunk/src/freespace/freespace.h(revision 0)
-+++ trunk/src/freespace/freespace.h(working copy)
-@@ -0,0 +1,20 @@
-+/**
-+* Copyright (C) 2011 Mishael A Sibiryakov (de...@junki.org)
-+**/
-+
-+#ifndef FREESPACE_H
-+#define FREESPACE_H
-+
-+#include common.h
-+#include area.h
-+
-+typedef struct FreeSpace {
-+  Area area;
-+} FreeSpace;
-+
-+void cleanup_freespace();
-+void init_freespace_panel(void *panel);
-+
-+int resize_freespace(void *obj);
-+
-+#endif
-
-Property changes on: trunk/src/freespace/freespace.h
-___
-Added: svn:mime-type
-## -0,0 +1 ##
-+text/x-csrc
-Added: svn:eol-style
-## -0,0 +1 ##
-+native
-Index: trunk/src/freespace/freespace.c
-===
 trunk/src/freespace/freespace.c(revision 0)
-+++ trunk/src/freespace/freespace.c(working copy)
-@@ -0,0 +1,100 @@
-+/**
-+*
-+* Tint2 : freespace
-+*
-+* Copyright (C) 2011 Mishael A Sibiryakov (de...@junki.org)
-+*
-+* This program is free software; you can redistribute it and/or
-+* modify it under the terms of the GNU General Public License version 2
-+* as published by the Free Software Foundation.
-+*
-+* This program is distributed in the hope that it will be useful,
-+* but WITHOUT ANY WARRANTY; without even the implied warranty of
-+* MERCHANTABILITY or