[arch-commits] Commit in kapptemplate/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Fri Aug 14 05:32:17 UTC 2015
Date: Friday, August 14, 2015 @ 07:32:16
Author: arojas
Revision: 243601
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kapptemplate/repos/kde-unstable-i686/PKGBUILD
(from rev 243600, kapptemplate/kde-unstable/PKGBUILD)
kapptemplate/repos/kde-unstable-i686/kapptemplate.install
(from rev 243600, kapptemplate/kde-unstable/kapptemplate.install)
kapptemplate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243600, kapptemplate/kde-unstable/PKGBUILD)
kapptemplate/repos/kde-unstable-x86_64/kapptemplate.install
(from rev 243600, kapptemplate/kde-unstable/kapptemplate.install)
Deleted:
kapptemplate/repos/kde-unstable-i686/PKGBUILD
kapptemplate/repos/kde-unstable-i686/kapptemplate.install
kapptemplate/repos/kde-unstable-x86_64/PKGBUILD
kapptemplate/repos/kde-unstable-x86_64/kapptemplate.install
------------------------------------------+
/PKGBUILD | 68 +++++++++++++++++++++++++++++
/kapptemplate.install | 22 +++++++++
kde-unstable-i686/PKGBUILD | 34 --------------
kde-unstable-i686/kapptemplate.install | 11 ----
kde-unstable-x86_64/PKGBUILD | 34 --------------
kde-unstable-x86_64/kapptemplate.install | 11 ----
6 files changed, 90 insertions(+), 90 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2015-08-14 05:32:00 UTC (rev 243600)
+++ kde-unstable-i686/PKGBUILD 2015-08-14 05:32:16 UTC (rev 243601)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kapptemplate
-pkgver=15.07.80
-pkgrel=1
-pkgdesc='KDE Template Generator'
-url='http://kde.org/applications/development/kapptemplate/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kio')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdesdk-kapptemplate')
-conflicts=('kdesdk-kapptemplate')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kapptemplate-${pkgver}.tar.xz")
-sha1sums=('df7be643620c451c080c6babc19405052ca81f0d')
-
-build() {
- mkdir build
- cd build
- cmake ../kapptemplate-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTING=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: kapptemplate/repos/kde-unstable-i686/PKGBUILD (from rev 243600, kapptemplate/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2015-08-14 05:32:16 UTC (rev 243601)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kapptemplate
+pkgver=15.07.90
+pkgrel=1
+pkgdesc='KDE Template Generator'
+url='http://kde.org/applications/development/kapptemplate/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdesdk-kapptemplate')
+conflicts=('kdesdk-kapptemplate')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kapptemplate-${pkgver}.tar.xz")
+sha1sums=('1691e4d07c31bc16da94a17f9e415a20e9e963b7')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../kapptemplate-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Deleted: kde-unstable-i686/kapptemplate.install
===================================================================
--- kde-unstable-i686/kapptemplate.install 2015-08-14 05:32:00 UTC (rev 243600)
+++ kde-unstable-i686/kapptemplate.install 2015-08-14 05:32:16 UTC (rev 243601)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kapptemplate/repos/kde-unstable-i686/kapptemplate.install (from rev 243600, kapptemplate/kde-unstable/kapptemplate.install)
===================================================================
--- kde-unstable-i686/kapptemplate.install (rev 0)
+++ kde-unstable-i686/kapptemplate.install 2015-08-14 05:32:16 UTC (rev 243601)
@@ -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 2015-08-14 05:32:00 UTC (rev 243600)
+++ kde-unstable-x86_64/PKGBUILD 2015-08-14 05:32:16 UTC (rev 243601)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kapptemplate
-pkgver=15.07.80
-pkgrel=1
-pkgdesc='KDE Template Generator'
-url='http://kde.org/applications/development/kapptemplate/'
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdesdk')
-depends=('kio')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdesdk-kapptemplate')
-conflicts=('kdesdk-kapptemplate')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/${pkgver}/src/kapptemplate-${pkgver}.tar.xz")
-sha1sums=('df7be643620c451c080c6babc19405052ca81f0d')
-
-build() {
- mkdir build
- cd build
- cmake ../kapptemplate-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DBUILD_TESTING=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: kapptemplate/repos/kde-unstable-x86_64/PKGBUILD (from rev 243600, kapptemplate/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2015-08-14 05:32:16 UTC (rev 243601)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kapptemplate
+pkgver=15.07.90
+pkgrel=1
+pkgdesc='KDE Template Generator'
+url='http://kde.org/applications/development/kapptemplate/'
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdesdk')
+depends=('kio')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdesdk-kapptemplate')
+conflicts=('kdesdk-kapptemplate')
+install=${pkgname}.install
+source=("http://download.kde.org/unstable/applications/${pkgver}/src/kapptemplate-${pkgver}.tar.xz")
+sha1sums=('1691e4d07c31bc16da94a17f9e415a20e9e963b7')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../kapptemplate-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DBUILD_TESTING=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Deleted: kde-unstable-x86_64/kapptemplate.install
===================================================================
--- kde-unstable-x86_64/kapptemplate.install 2015-08-14 05:32:00 UTC (rev 243600)
+++ kde-unstable-x86_64/kapptemplate.install 2015-08-14 05:32:16 UTC (rev 243601)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kapptemplate/repos/kde-unstable-x86_64/kapptemplate.install (from rev 243600, kapptemplate/kde-unstable/kapptemplate.install)
===================================================================
--- kde-unstable-x86_64/kapptemplate.install (rev 0)
+++ kde-unstable-x86_64/kapptemplate.install 2015-08-14 05:32:16 UTC (rev 243601)
@@ -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