[arch-commits] Commit in kapptemplate/repos (6 files)

Antonio Rojas arojas at archlinux.org
Tue Feb 16 08:55:05 UTC 2016


    Date: Tuesday, February 16, 2016 @ 09:55:04
  Author: arojas
Revision: 259533

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

Added:
  kapptemplate/repos/testing-i686/
  kapptemplate/repos/testing-i686/PKGBUILD
    (from rev 259532, kapptemplate/trunk/PKGBUILD)
  kapptemplate/repos/testing-i686/kapptemplate.install
    (from rev 259532, kapptemplate/trunk/kapptemplate.install)
  kapptemplate/repos/testing-x86_64/
  kapptemplate/repos/testing-x86_64/PKGBUILD
    (from rev 259532, kapptemplate/trunk/PKGBUILD)
  kapptemplate/repos/testing-x86_64/kapptemplate.install
    (from rev 259532, kapptemplate/trunk/kapptemplate.install)

-------------------------------------+
 testing-i686/PKGBUILD               |   37 ++++++++++++++++++++++++++++++++++
 testing-i686/kapptemplate.install   |   11 ++++++++++
 testing-x86_64/PKGBUILD             |   37 ++++++++++++++++++++++++++++++++++
 testing-x86_64/kapptemplate.install |   11 ++++++++++
 4 files changed, 96 insertions(+)

Copied: kapptemplate/repos/testing-i686/PKGBUILD (from rev 259532, kapptemplate/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-02-16 08:55:04 UTC (rev 259533)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kapptemplate
+pkgver=15.12.2
+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/kapptemplate-${pkgver}.tar.xz")
+sha1sums=('41a30103939eb1849ef04dd7b25d2262a683baaf')
+
+build() {
+  mkdir -p 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
+
+# Fix conflict with plasma-framework and kdevelop
+  rm "$pkgdir"/usr/share/kdevappwizard/templates/{qmake_qt4guiapp,qml-plasmoid}.tar.bz2
+}

Copied: kapptemplate/repos/testing-i686/kapptemplate.install (from rev 259532, kapptemplate/trunk/kapptemplate.install)
===================================================================
--- testing-i686/kapptemplate.install	                        (rev 0)
+++ testing-i686/kapptemplate.install	2016-02-16 08:55:04 UTC (rev 259533)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Copied: kapptemplate/repos/testing-x86_64/PKGBUILD (from rev 259532, kapptemplate/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-02-16 08:55:04 UTC (rev 259533)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kapptemplate
+pkgver=15.12.2
+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/kapptemplate-${pkgver}.tar.xz")
+sha1sums=('41a30103939eb1849ef04dd7b25d2262a683baaf')
+
+build() {
+  mkdir -p 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
+
+# Fix conflict with plasma-framework and kdevelop
+  rm "$pkgdir"/usr/share/kdevappwizard/templates/{qmake_qt4guiapp,qml-plasmoid}.tar.bz2
+}

Copied: kapptemplate/repos/testing-x86_64/kapptemplate.install (from rev 259532, kapptemplate/trunk/kapptemplate.install)
===================================================================
--- testing-x86_64/kapptemplate.install	                        (rev 0)
+++ testing-x86_64/kapptemplate.install	2016-02-16 08:55:04 UTC (rev 259533)
@@ -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