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

Antonio Rojas arojas at archlinux.org
Wed Dec 16 20:39:12 UTC 2015


    Date: Wednesday, December 16, 2015 @ 21:39:12
  Author: arojas
Revision: 256680

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

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

-------------------------------------+
 /PKGBUILD                           |   74 ++++++++++++++++++++++++++++++++++
 /kapptemplate.install               |   22 ++++++++++
 testing-i686/PKGBUILD               |   34 ---------------
 testing-i686/kapptemplate.install   |   11 -----
 testing-x86_64/PKGBUILD             |   34 ---------------
 testing-x86_64/kapptemplate.install |   11 -----
 6 files changed, 96 insertions(+), 90 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2015-12-16 20:38:40 UTC (rev 256679)
+++ testing-i686/PKGBUILD	2015-12-16 20:39:12 UTC (rev 256680)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kapptemplate
-pkgver=15.12.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/unstable/applications/${pkgver}/src/kapptemplate-${pkgver}.tar.xz")
-sha1sums=('35c5e5de2e1551775975c2616d19d23375f43ed4')
-
-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
-}

Copied: kapptemplate/repos/testing-i686/PKGBUILD (from rev 256679, kapptemplate/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-12-16 20:39:12 UTC (rev 256680)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kapptemplate
+pkgver=15.12.0
+pkgrel=2
+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/kapptemplate-${pkgver}.tar.xz")
+sha1sums=('35c5e5de2e1551775975c2616d19d23375f43ed4')
+
+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
+  rm "$pkgdir"/usr/share/kdevappwizard/templates/qml-plasmoid.tar.bz2
+}

Deleted: testing-i686/kapptemplate.install
===================================================================
--- testing-i686/kapptemplate.install	2015-12-16 20:38:40 UTC (rev 256679)
+++ testing-i686/kapptemplate.install	2015-12-16 20:39:12 UTC (rev 256680)
@@ -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/testing-i686/kapptemplate.install (from rev 256679, kapptemplate/trunk/kapptemplate.install)
===================================================================
--- testing-i686/kapptemplate.install	                        (rev 0)
+++ testing-i686/kapptemplate.install	2015-12-16 20:39:12 UTC (rev 256680)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2015-12-16 20:38:40 UTC (rev 256679)
+++ testing-x86_64/PKGBUILD	2015-12-16 20:39:12 UTC (rev 256680)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kapptemplate
-pkgver=15.12.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/unstable/applications/${pkgver}/src/kapptemplate-${pkgver}.tar.xz")
-sha1sums=('35c5e5de2e1551775975c2616d19d23375f43ed4')
-
-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
-}

Copied: kapptemplate/repos/testing-x86_64/PKGBUILD (from rev 256679, kapptemplate/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-12-16 20:39:12 UTC (rev 256680)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kapptemplate
+pkgver=15.12.0
+pkgrel=2
+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/kapptemplate-${pkgver}.tar.xz")
+sha1sums=('35c5e5de2e1551775975c2616d19d23375f43ed4')
+
+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
+  rm "$pkgdir"/usr/share/kdevappwizard/templates/qml-plasmoid.tar.bz2
+}

Deleted: testing-x86_64/kapptemplate.install
===================================================================
--- testing-x86_64/kapptemplate.install	2015-12-16 20:38:40 UTC (rev 256679)
+++ testing-x86_64/kapptemplate.install	2015-12-16 20:39:12 UTC (rev 256680)
@@ -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/testing-x86_64/kapptemplate.install (from rev 256679, kapptemplate/trunk/kapptemplate.install)
===================================================================
--- testing-x86_64/kapptemplate.install	                        (rev 0)
+++ testing-x86_64/kapptemplate.install	2015-12-16 20:39:12 UTC (rev 256680)
@@ -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