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

Antonio Rojas arojas at archlinux.org
Tue Mar 15 11:24:14 UTC 2016


    Date: Tuesday, March 15, 2016 @ 12:24:14
  Author: arojas
Revision: 261661

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  ktimer/repos/extra-i686/PKGBUILD
    (from rev 261660, ktimer/trunk/PKGBUILD)
  ktimer/repos/extra-i686/ktimer.install
    (from rev 261660, ktimer/trunk/ktimer.install)
  ktimer/repos/extra-x86_64/PKGBUILD
    (from rev 261660, ktimer/trunk/PKGBUILD)
  ktimer/repos/extra-x86_64/ktimer.install
    (from rev 261660, ktimer/trunk/ktimer.install)
Deleted:
  ktimer/repos/extra-i686/PKGBUILD
  ktimer/repos/extra-i686/ktimer.install
  ktimer/repos/extra-x86_64/PKGBUILD
  ktimer/repos/extra-x86_64/ktimer.install

-----------------------------+
 /PKGBUILD                   |   70 ++++++++++++++++++++++++++++++++++++++++++
 /ktimer.install             |   22 +++++++++++++
 extra-i686/PKGBUILD         |   35 ---------------------
 extra-i686/ktimer.install   |   11 ------
 extra-x86_64/PKGBUILD       |   35 ---------------------
 extra-x86_64/ktimer.install |   11 ------
 6 files changed, 92 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-03-15 11:23:58 UTC (rev 261660)
+++ extra-i686/PKGBUILD	2016-03-15 11:24:14 UTC (rev 261661)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 234253 2015-03-20 20:09:44Z arojas $
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=ktimer
-pkgver=15.12.2
-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')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ktimer-${pkgver}.tar.xz")
-sha1sums=('1950cb22b5d13e5e2b6ffda0e81836be904f0392')
-
-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/extra-i686/PKGBUILD (from rev 261660, ktimer/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-03-15 11:24:14 UTC (rev 261661)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 234253 2015-03-20 20:09:44Z arojas $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=ktimer
+pkgver=15.12.3
+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')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ktimer-${pkgver}.tar.xz")
+sha1sums=('000bf029f7ab96d9e0cc78e59eb82c354131382f')
+
+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: extra-i686/ktimer.install
===================================================================
--- extra-i686/ktimer.install	2016-03-15 11:23:58 UTC (rev 261660)
+++ extra-i686/ktimer.install	2016-03-15 11:24:14 UTC (rev 261661)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: ktimer/repos/extra-i686/ktimer.install (from rev 261660, ktimer/trunk/ktimer.install)
===================================================================
--- extra-i686/ktimer.install	                        (rev 0)
+++ extra-i686/ktimer.install	2016-03-15 11:24:14 UTC (rev 261661)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-03-15 11:23:58 UTC (rev 261660)
+++ extra-x86_64/PKGBUILD	2016-03-15 11:24:14 UTC (rev 261661)
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 234253 2015-03-20 20:09:44Z arojas $
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=ktimer
-pkgver=15.12.2
-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')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/applications/${pkgver}/src/ktimer-${pkgver}.tar.xz")
-sha1sums=('1950cb22b5d13e5e2b6ffda0e81836be904f0392')
-
-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/extra-x86_64/PKGBUILD (from rev 261660, ktimer/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-03-15 11:24:14 UTC (rev 261661)
@@ -0,0 +1,35 @@
+# $Id: PKGBUILD 234253 2015-03-20 20:09:44Z arojas $
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=ktimer
+pkgver=15.12.3
+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')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/${pkgver}/src/ktimer-${pkgver}.tar.xz")
+sha1sums=('000bf029f7ab96d9e0cc78e59eb82c354131382f')
+
+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: extra-x86_64/ktimer.install
===================================================================
--- extra-x86_64/ktimer.install	2016-03-15 11:23:58 UTC (rev 261660)
+++ extra-x86_64/ktimer.install	2016-03-15 11:24:14 UTC (rev 261661)
@@ -1,11 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: ktimer/repos/extra-x86_64/ktimer.install (from rev 261660, ktimer/trunk/ktimer.install)
===================================================================
--- extra-x86_64/ktimer.install	                        (rev 0)
+++ extra-x86_64/ktimer.install	2016-03-15 11:24:14 UTC (rev 261661)
@@ -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