[arch-commits] Commit in kdetoys-ktux/kde-unstable (PKGBUILD)

2015-04-03 Thread Antonio Rojas
Date: Saturday, April 4, 2015 @ 03:00:35
  Author: arojas
Revision: 235413

Drop from kde-applications group so it doesn't pull kdebase-workspace

Modified:
  kdetoys-ktux/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-04-04 00:55:47 UTC (rev 235412)
+++ PKGBUILD2015-04-04 01:00:35 UTC (rev 235413)
@@ -9,7 +9,7 @@
 url='https://projects.kde.org/projects/kde/kdetoys/ktux'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdetoys')
+groups=('kdetoys')
 depends=('kdebase-workspace')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install


[arch-commits] Commit in kdetoys-ktux/kde-unstable (PKGBUILD)

2014-08-03 Thread Sven-Hendrik Haase
Date: Sunday, August 3, 2014 @ 15:17:08
  Author: svenstaro
Revision: 218921

upgpkg: kdetoys-ktux 4.13.97-1

kde 4.14 rc1

Modified:
  kdetoys-ktux/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-08-03 13:17:05 UTC (rev 218920)
+++ PKGBUILD2014-08-03 13:17:08 UTC (rev 218921)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino 
 
 pkgname=kdetoys-ktux
-pkgver=4.13.95
+pkgver=4.13.97
 pkgrel=1
 pkgdesc='A Tux-in-a-spaceship screen saver'
 url='https://projects.kde.org/projects/kde/kdetoys/ktux'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 source=("http://download.kde.org/unstable/${pkgver}/src/ktux-${pkgver}.tar.xz";)
-sha1sums=('a09fa5e36a4433ee2d90a33c9deadbfa86420f03')
+sha1sums=('eb63ce9a3a8023e34ed9c74587f6af0c0f5bc083')
 
 build() {
   mkdir build



[arch-commits] Commit in kdetoys-ktux/kde-unstable (PKGBUILD)

2013-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 19, 2013 @ 00:40:24
  Author: svenstaro
Revision: 191148

upgpkg: kdetoys-ktux 4.10.95-2

rebuild

Modified:
  kdetoys-ktux/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-18 22:40:22 UTC (rev 191147)
+++ PKGBUILD2013-07-18 22:40:24 UTC (rev 191148)
@@ -3,7 +3,7 @@
 
 pkgname=kdetoys-ktux
 pkgver=4.10.95
-pkgrel=1
+pkgrel=2
 pkgdesc='A Tux-in-a-spaceship screen saver'
 url='https://projects.kde.org/projects/kde/kdetoys/ktux'
 arch=('i686' 'x86_64')



[arch-commits] Commit in kdetoys-ktux/kde-unstable (PKGBUILD)

2013-07-16 Thread Sven-Hendrik Haase
Date: Tuesday, July 16, 2013 @ 21:02:16
  Author: svenstaro
Revision: 190434

upgpkg: kdetoys-ktux 4.10.95-1

upstream 4.11rc1

Modified:
  kdetoys-ktux/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-07-16 19:02:14 UTC (rev 190433)
+++ PKGBUILD2013-07-16 19:02:16 UTC (rev 190434)
@@ -2,7 +2,7 @@
 # Maintainer: Andrea Scarpino 
 
 pkgname=kdetoys-ktux
-pkgver=4.10.90
+pkgver=4.10.95
 pkgrel=1
 pkgdesc='A Tux-in-a-spaceship screen saver'
 url='https://projects.kde.org/projects/kde/kdetoys/ktux'
@@ -13,7 +13,7 @@
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 source=("http://download.kde.org/unstable/${pkgver}/src/ktux-${pkgver}.tar.xz";)
-sha1sums=('f24b84246e851c18814f1145c2dbb9834d4dbafc')
+sha1sums=('efc322dd27557dbb53089ee894a9a8a8418bd7bc')
 
 build() {
   mkdir build



[arch-commits] Commit in kdetoys-ktux/kde-unstable (PKGBUILD)

2013-06-15 Thread Andrea Scarpino
Date: Saturday, June 15, 2013 @ 13:03:28
  Author: andrea
Revision: 188546

Missing deps

Modified:
  kdetoys-ktux/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-15 10:54:47 UTC (rev 188545)
+++ PKGBUILD2013-06-15 11:03:28 UTC (rev 188546)
@@ -9,7 +9,7 @@
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdetoys')
-depends=('kdebase-runtime')
+depends=('kdebase-workspace')
 makedepends=('cmake' 'automoc4')
 install=${pkgname}.install
 source=("http://download.kde.org/unstable/${pkgver}/src/ktux-${pkgver}.tar.xz";)