[arch-commits] Commit in kdeutils-ktimer/repos (8 files)
Andrea Scarpino
andrea at nymeria.archlinux.org
Sat Mar 15 08:10:17 UTC 2014
Date: Saturday, March 15, 2014 @ 09:10:17
Author: andrea
Revision: 207935
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdeutils-ktimer/repos/kde-unstable-i686/PKGBUILD
(from rev 207934, kdeutils-ktimer/kde-unstable/PKGBUILD)
kdeutils-ktimer/repos/kde-unstable-i686/kdeutils-ktimer.install
(from rev 207934, kdeutils-ktimer/kde-unstable/kdeutils-ktimer.install)
kdeutils-ktimer/repos/kde-unstable-x86_64/PKGBUILD
(from rev 207934, kdeutils-ktimer/kde-unstable/PKGBUILD)
kdeutils-ktimer/repos/kde-unstable-x86_64/kdeutils-ktimer.install
(from rev 207934, kdeutils-ktimer/kde-unstable/kdeutils-ktimer.install)
Deleted:
kdeutils-ktimer/repos/kde-unstable-i686/PKGBUILD
kdeutils-ktimer/repos/kde-unstable-i686/kdeutils-ktimer.install
kdeutils-ktimer/repos/kde-unstable-x86_64/PKGBUILD
kdeutils-ktimer/repos/kde-unstable-x86_64/kdeutils-ktimer.install
---------------------------------------------+
/PKGBUILD | 64 ++++++++++++++++++++++++++
/kdeutils-ktimer.install | 22 ++++++++
kde-unstable-i686/PKGBUILD | 32 -------------
kde-unstable-i686/kdeutils-ktimer.install | 11 ----
kde-unstable-x86_64/PKGBUILD | 32 -------------
kde-unstable-x86_64/kdeutils-ktimer.install | 11 ----
6 files changed, 86 insertions(+), 86 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2014-03-15 08:10:08 UTC (rev 207934)
+++ kde-unstable-i686/PKGBUILD 2014-03-15 08:10:17 UTC (rev 207935)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeutils-ktimer
-pkgver=4.12.80
-pkgrel=1
-pkgdesc='Countdown Launcher'
-url='http://kde.org/applications/utilities/ktimer/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/ktimer-${pkgver}.tar.xz")
-sha1sums=('4521135b973d264c93764266da677c4eb4f6b083')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../ktimer-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE4_BUILD_TESTS=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd $srcdir/build
- make DESTDIR=$pkgdir install
-}
Copied: kdeutils-ktimer/repos/kde-unstable-i686/PKGBUILD (from rev 207934, kdeutils-ktimer/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2014-03-15 08:10:17 UTC (rev 207935)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-ktimer
+pkgver=4.12.90
+pkgrel=1
+pkgdesc='Countdown Launcher'
+url='http://kde.org/applications/utilities/ktimer/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/ktimer-${pkgver}.tar.xz")
+sha1sums=('a73b2bfeb42d2d38b41fb1bc5c9056a74ffa92a5')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../ktimer-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd $srcdir/build
+ make DESTDIR=$pkgdir install
+}
Deleted: kde-unstable-i686/kdeutils-ktimer.install
===================================================================
--- kde-unstable-i686/kdeutils-ktimer.install 2014-03-15 08:10:08 UTC (rev 207934)
+++ kde-unstable-i686/kdeutils-ktimer.install 2014-03-15 08:10:17 UTC (rev 207935)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kdeutils-ktimer/repos/kde-unstable-i686/kdeutils-ktimer.install (from rev 207934, kdeutils-ktimer/kde-unstable/kdeutils-ktimer.install)
===================================================================
--- kde-unstable-i686/kdeutils-ktimer.install (rev 0)
+++ kde-unstable-i686/kdeutils-ktimer.install 2014-03-15 08:10:17 UTC (rev 207935)
@@ -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-15 08:10:08 UTC (rev 207934)
+++ kde-unstable-x86_64/PKGBUILD 2014-03-15 08:10:17 UTC (rev 207935)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdeutils-ktimer
-pkgver=4.12.80
-pkgrel=1
-pkgdesc='Countdown Launcher'
-url='http://kde.org/applications/utilities/ktimer/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-groups=('kde' 'kdeutils')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/${pkgver}/src/ktimer-${pkgver}.tar.xz")
-sha1sums=('4521135b973d264c93764266da677c4eb4f6b083')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../ktimer-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE4_BUILD_TESTS=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd $srcdir/build
- make DESTDIR=$pkgdir install
-}
Copied: kdeutils-ktimer/repos/kde-unstable-x86_64/PKGBUILD (from rev 207934, kdeutils-ktimer/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2014-03-15 08:10:17 UTC (rev 207935)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeutils-ktimer
+pkgver=4.12.90
+pkgrel=1
+pkgdesc='Countdown Launcher'
+url='http://kde.org/applications/utilities/ktimer/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+groups=('kde' 'kdeutils')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/${pkgver}/src/ktimer-${pkgver}.tar.xz")
+sha1sums=('a73b2bfeb42d2d38b41fb1bc5c9056a74ffa92a5')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../ktimer-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd $srcdir/build
+ make DESTDIR=$pkgdir install
+}
Deleted: kde-unstable-x86_64/kdeutils-ktimer.install
===================================================================
--- kde-unstable-x86_64/kdeutils-ktimer.install 2014-03-15 08:10:08 UTC (rev 207934)
+++ kde-unstable-x86_64/kdeutils-ktimer.install 2014-03-15 08:10:17 UTC (rev 207935)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kdeutils-ktimer/repos/kde-unstable-x86_64/kdeutils-ktimer.install (from rev 207934, kdeutils-ktimer/kde-unstable/kdeutils-ktimer.install)
===================================================================
--- kde-unstable-x86_64/kdeutils-ktimer.install (rev 0)
+++ kde-unstable-x86_64/kdeutils-ktimer.install 2014-03-15 08:10:17 UTC (rev 207935)
@@ -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