[arch-commits] Commit in ktimer/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Fri Apr 8 07:42:49 UTC 2016
Date: Friday, April 8, 2016 @ 09:42:48
Author: arojas
Revision: 264195
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
ktimer/repos/kde-unstable-i686/PKGBUILD
(from rev 264194, ktimer/kde-unstable/PKGBUILD)
ktimer/repos/kde-unstable-i686/ktimer.install
(from rev 264194, ktimer/kde-unstable/ktimer.install)
ktimer/repos/kde-unstable-x86_64/PKGBUILD
(from rev 264194, ktimer/kde-unstable/PKGBUILD)
ktimer/repos/kde-unstable-x86_64/ktimer.install
(from rev 264194, ktimer/kde-unstable/ktimer.install)
Deleted:
ktimer/repos/kde-unstable-i686/PKGBUILD
ktimer/repos/kde-unstable-i686/ktimer.install
ktimer/repos/kde-unstable-x86_64/PKGBUILD
ktimer/repos/kde-unstable-x86_64/ktimer.install
------------------------------------+
/PKGBUILD | 70 +++++++++++++++++++++++++++++++++++
/ktimer.install | 22 +++++++++++
kde-unstable-i686/PKGBUILD | 35 -----------------
kde-unstable-i686/ktimer.install | 11 -----
kde-unstable-x86_64/PKGBUILD | 35 -----------------
kde-unstable-x86_64/ktimer.install | 11 -----
6 files changed, 92 insertions(+), 92 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2016-04-08 07:42:25 UTC (rev 264194)
+++ kde-unstable-i686/PKGBUILD 2016-04-08 07:42:48 UTC (rev 264195)
@@ -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=16.03.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')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ktimer-${pkgver}.tar.xz")
-sha1sums=('09cae75f32e3698cbde8f72289c261f81da73e1c')
-
-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 264194, ktimer/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2016-04-08 07:42:48 UTC (rev 264195)
@@ -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=16.03.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')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/ktimer-${pkgver}.tar.xz")
+sha1sums=('adf2bc53a538cc5486d32aa3563a2061a7886b0d')
+
+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-i686/ktimer.install
===================================================================
--- kde-unstable-i686/ktimer.install 2016-04-08 07:42:25 UTC (rev 264194)
+++ kde-unstable-i686/ktimer.install 2016-04-08 07:42:48 UTC (rev 264195)
@@ -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/kde-unstable-i686/ktimer.install (from rev 264194, ktimer/kde-unstable/ktimer.install)
===================================================================
--- kde-unstable-i686/ktimer.install (rev 0)
+++ kde-unstable-i686/ktimer.install 2016-04-08 07:42:48 UTC (rev 264195)
@@ -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 2016-04-08 07:42:25 UTC (rev 264194)
+++ kde-unstable-x86_64/PKGBUILD 2016-04-08 07:42:48 UTC (rev 264195)
@@ -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=16.03.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')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/ktimer-${pkgver}.tar.xz")
-sha1sums=('09cae75f32e3698cbde8f72289c261f81da73e1c')
-
-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 264194, ktimer/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2016-04-08 07:42:48 UTC (rev 264195)
@@ -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=16.03.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')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/ktimer-${pkgver}.tar.xz")
+sha1sums=('adf2bc53a538cc5486d32aa3563a2061a7886b0d')
+
+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/ktimer.install
===================================================================
--- kde-unstable-x86_64/ktimer.install 2016-04-08 07:42:25 UTC (rev 264194)
+++ kde-unstable-x86_64/ktimer.install 2016-04-08 07:42:48 UTC (rev 264195)
@@ -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/kde-unstable-x86_64/ktimer.install (from rev 264194, ktimer/kde-unstable/ktimer.install)
===================================================================
--- kde-unstable-x86_64/ktimer.install (rev 0)
+++ kde-unstable-x86_64/ktimer.install 2016-04-08 07:42:48 UTC (rev 264195)
@@ -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