[arch-commits] Commit in kdetoys-ktux/repos (8 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Mar 29 09:24:31 UTC 2014


    Date: Saturday, March 29, 2014 @ 10:24:31
  Author: andrea
Revision: 209097

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdetoys-ktux/repos/kde-unstable-i686/PKGBUILD
    (from rev 209096, kdetoys-ktux/kde-unstable/PKGBUILD)
  kdetoys-ktux/repos/kde-unstable-i686/kdetoys-ktux.install
    (from rev 209096, kdetoys-ktux/kde-unstable/kdetoys-ktux.install)
  kdetoys-ktux/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 209096, kdetoys-ktux/kde-unstable/PKGBUILD)
  kdetoys-ktux/repos/kde-unstable-x86_64/kdetoys-ktux.install
    (from rev 209096, kdetoys-ktux/kde-unstable/kdetoys-ktux.install)
Deleted:
  kdetoys-ktux/repos/kde-unstable-i686/PKGBUILD
  kdetoys-ktux/repos/kde-unstable-i686/kdetoys-ktux.install
  kdetoys-ktux/repos/kde-unstable-x86_64/PKGBUILD
  kdetoys-ktux/repos/kde-unstable-x86_64/kdetoys-ktux.install

------------------------------------------+
 /PKGBUILD                                |   62 +++++++++++++++++++++++++++++
 /kdetoys-ktux.install                    |   22 ++++++++++
 kde-unstable-i686/PKGBUILD               |   31 --------------
 kde-unstable-i686/kdetoys-ktux.install   |   11 -----
 kde-unstable-x86_64/PKGBUILD             |   31 --------------
 kde-unstable-x86_64/kdetoys-ktux.install |   11 -----
 6 files changed, 84 insertions(+), 84 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2014-03-29 09:24:19 UTC (rev 209096)
+++ kde-unstable-i686/PKGBUILD	2014-03-29 09:24:31 UTC (rev 209097)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdetoys-ktux
-pkgver=4.12.95
-pkgrel=1
-pkgdesc='A Tux-in-a-spaceship screen saver'
-url='https://projects.kde.org/projects/kde/kdetoys/ktux'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdetoys')
-depends=('kdebase-workspace')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/ktux-${pkgver}.tar.xz")
-sha1sums=('604bd827736cbf4c89c49e8ccdd6d5bc655e1fa2')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../ktux-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdetoys-ktux/repos/kde-unstable-i686/PKGBUILD (from rev 209096, kdetoys-ktux/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2014-03-29 09:24:31 UTC (rev 209097)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdetoys-ktux
+pkgver=4.12.97
+pkgrel=1
+pkgdesc='A Tux-in-a-spaceship screen saver'
+url='https://projects.kde.org/projects/kde/kdetoys/ktux'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdetoys')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/ktux-${pkgver}.tar.xz")
+sha1sums=('eab9ad443a6d26181c226ab7d2c7c8a023c15d27')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ktux-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-i686/kdetoys-ktux.install
===================================================================
--- kde-unstable-i686/kdetoys-ktux.install	2014-03-29 09:24:19 UTC (rev 209096)
+++ kde-unstable-i686/kdetoys-ktux.install	2014-03-29 09:24:31 UTC (rev 209097)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kdetoys-ktux/repos/kde-unstable-i686/kdetoys-ktux.install (from rev 209096, kdetoys-ktux/kde-unstable/kdetoys-ktux.install)
===================================================================
--- kde-unstable-i686/kdetoys-ktux.install	                        (rev 0)
+++ kde-unstable-i686/kdetoys-ktux.install	2014-03-29 09:24:31 UTC (rev 209097)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2014-03-29 09:24:19 UTC (rev 209096)
+++ kde-unstable-x86_64/PKGBUILD	2014-03-29 09:24:31 UTC (rev 209097)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdetoys-ktux
-pkgver=4.12.95
-pkgrel=1
-pkgdesc='A Tux-in-a-spaceship screen saver'
-url='https://projects.kde.org/projects/kde/kdetoys/ktux'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdetoys')
-depends=('kdebase-workspace')
-makedepends=('cmake' 'automoc4')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/ktux-${pkgver}.tar.xz")
-sha1sums=('604bd827736cbf4c89c49e8ccdd6d5bc655e1fa2')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../ktux-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR=$pkgdir install
-}

Copied: kdetoys-ktux/repos/kde-unstable-x86_64/PKGBUILD (from rev 209096, kdetoys-ktux/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2014-03-29 09:24:31 UTC (rev 209097)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdetoys-ktux
+pkgver=4.12.97
+pkgrel=1
+pkgdesc='A Tux-in-a-spaceship screen saver'
+url='https://projects.kde.org/projects/kde/kdetoys/ktux'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde' 'kdetoys')
+depends=('kdebase-workspace')
+makedepends=('cmake' 'automoc4')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/ktux-${pkgver}.tar.xz")
+sha1sums=('eab9ad443a6d26181c226ab7d2c7c8a023c15d27')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../ktux-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/kdetoys-ktux.install
===================================================================
--- kde-unstable-x86_64/kdetoys-ktux.install	2014-03-29 09:24:19 UTC (rev 209096)
+++ kde-unstable-x86_64/kdetoys-ktux.install	2014-03-29 09:24:31 UTC (rev 209097)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kdetoys-ktux/repos/kde-unstable-x86_64/kdetoys-ktux.install (from rev 209096, kdetoys-ktux/kde-unstable/kdetoys-ktux.install)
===================================================================
--- kde-unstable-x86_64/kdetoys-ktux.install	                        (rev 0)
+++ kde-unstable-x86_64/kdetoys-ktux.install	2014-03-29 09:24:31 UTC (rev 209097)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}




More information about the arch-commits mailing list