[arch-commits] Commit in ktimer/repos (4 files)

Antonio Rojas arojas at archlinux.org
Sat Dec 3 00:41:31 UTC 2016


    Date: Saturday, December 3, 2016 @ 00:41:31
  Author: arojas
Revision: 282757

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

Added:
  ktimer/repos/kde-unstable-i686/PKGBUILD
    (from rev 282756, ktimer/kde-unstable/PKGBUILD)
  ktimer/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 282756, ktimer/kde-unstable/PKGBUILD)
Deleted:
  ktimer/repos/kde-unstable-i686/PKGBUILD
  ktimer/repos/kde-unstable-x86_64/PKGBUILD

------------------------------+
 /PKGBUILD                    |   72 +++++++++++++++++++++++++++++++++++++++++
 kde-unstable-i686/PKGBUILD   |   36 --------------------
 kde-unstable-x86_64/PKGBUILD |   36 --------------------
 3 files changed, 72 insertions(+), 72 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2016-12-03 00:41:21 UTC (rev 282756)
+++ kde-unstable-i686/PKGBUILD	2016-12-03 00:41:31 UTC (rev 282757)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=ktimer
-pkgver=16.11.80
-pkgrel=1
-pkgdesc='Countdown Launcher'
-url='http://kde.org/applications/utilities/ktimer/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kio' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdeutils-ktimer')
-replaces=('kdeutils-ktimer')
-groups=('kde-applications' 'kdeutils')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ktimer-${pkgver}.tar.xz"{,.sig})
-sha1sums=('be9b15b9e12a5dd54c5510a573b0fc59da020479'
-         'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../ktimer-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: ktimer/repos/kde-unstable-i686/PKGBUILD (from rev 282756, ktimer/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-12-03 00:41:31 UTC (rev 282757)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=ktimer
+pkgver=16.11.90
+pkgrel=1
+pkgdesc='Countdown Launcher'
+url='http://kde.org/applications/utilities/ktimer/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kio' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdeutils-ktimer')
+replaces=('kdeutils-ktimer')
+groups=('kde-applications' 'kdeutils')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/ktimer-${pkgver}.tar.xz"{,.sig})
+sha1sums=('f2dcc074779a018bd6d3d965e866850ae2b6208a'
+          'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../ktimer-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2016-12-03 00:41:21 UTC (rev 282756)
+++ kde-unstable-x86_64/PKGBUILD	2016-12-03 00:41:31 UTC (rev 282757)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=ktimer
-pkgver=16.11.80
-pkgrel=1
-pkgdesc='Countdown Launcher'
-url='http://kde.org/applications/utilities/ktimer/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kio' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdeutils-ktimer')
-replaces=('kdeutils-ktimer')
-groups=('kde-applications' 'kdeutils')
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ktimer-${pkgver}.tar.xz"{,.sig})
-sha1sums=('be9b15b9e12a5dd54c5510a573b0fc59da020479'
-         'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
-
-build() {
-  cd "${srcdir}"
-  mkdir -p build
-  cd build
-  cmake ../ktimer-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: ktimer/repos/kde-unstable-x86_64/PKGBUILD (from rev 282756, ktimer/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-12-03 00:41:31 UTC (rev 282757)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=ktimer
+pkgver=16.11.90
+pkgrel=1
+pkgdesc='Countdown Launcher'
+url='http://kde.org/applications/utilities/ktimer/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kio' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdeutils-ktimer')
+replaces=('kdeutils-ktimer')
+groups=('kde-applications' 'kdeutils')
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/ktimer-${pkgver}.tar.xz"{,.sig})
+sha1sums=('f2dcc074779a018bd6d3d965e866850ae2b6208a'
+          'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid <aacid at kde.org>
+
+build() {
+  cd "${srcdir}"
+  mkdir -p build
+  cd build
+  cmake ../ktimer-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}



More information about the arch-commits mailing list