[arch-commits] Commit in kapptemplate/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Tue Apr 19 12:38:42 UTC 2016
Date: Tuesday, April 19, 2016 @ 14:38:41
Author: arojas
Revision: 265414
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64
Added:
kapptemplate/repos/kde-unstable-i686/PKGBUILD
(from rev 265413, kapptemplate/trunk/PKGBUILD)
kapptemplate/repos/kde-unstable-i686/kapptemplate.install
(from rev 265413, kapptemplate/trunk/kapptemplate.install)
kapptemplate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 265413, kapptemplate/trunk/PKGBUILD)
kapptemplate/repos/kde-unstable-x86_64/kapptemplate.install
(from rev 265413, kapptemplate/trunk/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 | 74 +++++++++++++++++++++++++++++
/kapptemplate.install | 22 ++++++++
kde-unstable-i686/PKGBUILD | 37 --------------
kde-unstable-i686/kapptemplate.install | 11 ----
kde-unstable-x86_64/PKGBUILD | 37 --------------
kde-unstable-x86_64/kapptemplate.install | 11 ----
6 files changed, 96 insertions(+), 96 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2016-04-19 12:38:26 UTC (rev 265413)
+++ kde-unstable-i686/PKGBUILD 2016-04-19 12:38:41 UTC (rev 265414)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kapptemplate
-pkgver=16.03.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' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdesdk-kapptemplate')
-conflicts=('kdesdk-kapptemplate')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('bce0514092886037ef21ae1a06fb495eb924beef')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$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 265413, kapptemplate/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2016-04-19 12:38:41 UTC (rev 265414)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kapptemplate
+pkgver=16.04.0
+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' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdesdk-kapptemplate')
+conflicts=('kdesdk-kapptemplate')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('78e099f211af5505d69234d805fb41062a256101')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$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 2016-04-19 12:38:26 UTC (rev 265413)
+++ kde-unstable-i686/kapptemplate.install 2016-04-19 12:38:41 UTC (rev 265414)
@@ -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 265413, kapptemplate/trunk/kapptemplate.install)
===================================================================
--- kde-unstable-i686/kapptemplate.install (rev 0)
+++ kde-unstable-i686/kapptemplate.install 2016-04-19 12:38:41 UTC (rev 265414)
@@ -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-19 12:38:26 UTC (rev 265413)
+++ kde-unstable-x86_64/PKGBUILD 2016-04-19 12:38:41 UTC (rev 265414)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kapptemplate
-pkgver=16.03.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' 'hicolor-icon-theme')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdesdk-kapptemplate')
-conflicts=('kdesdk-kapptemplate')
-install=${pkgname}.install
-source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('bce0514092886037ef21ae1a06fb495eb924beef')
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$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 265413, kapptemplate/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2016-04-19 12:38:41 UTC (rev 265414)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kapptemplate
+pkgver=16.04.0
+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' 'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+replaces=('kdesdk-kapptemplate')
+conflicts=('kdesdk-kapptemplate')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('78e099f211af5505d69234d805fb41062a256101')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$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 2016-04-19 12:38:26 UTC (rev 265413)
+++ kde-unstable-x86_64/kapptemplate.install 2016-04-19 12:38:41 UTC (rev 265414)
@@ -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 265413, kapptemplate/trunk/kapptemplate.install)
===================================================================
--- kde-unstable-x86_64/kapptemplate.install (rev 0)
+++ kde-unstable-x86_64/kapptemplate.install 2016-04-19 12:38:41 UTC (rev 265414)
@@ -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