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

Antonio Rojas arojas at archlinux.org
Sun Jan 24 15:09:10 UTC 2016


    Date: Sunday, January 24, 2016 @ 16:09:10
  Author: arojas
Revision: 258566

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

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

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

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-01-24 15:07:43 UTC (rev 258565)
+++ extra-i686/PKGBUILD	2016-01-24 15:09:10 UTC (rev 258566)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kapptemplate
-pkgver=15.12.1
-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=('20f478a0f20a8304b32c73a0c2dbe12c287a756c')
-
-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
-}

Copied: kapptemplate/repos/extra-i686/PKGBUILD (from rev 258565, kapptemplate/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-01-24 15:09:10 UTC (rev 258566)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kapptemplate
+pkgver=15.12.1
+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/stable/applications/${pkgver}/src/kapptemplate-${pkgver}.tar.xz")
+sha1sums=('20f478a0f20a8304b32c73a0c2dbe12c287a756c')
+
+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
+}

Deleted: extra-i686/kapptemplate.install
===================================================================
--- extra-i686/kapptemplate.install	2016-01-24 15:07:43 UTC (rev 258565)
+++ extra-i686/kapptemplate.install	2016-01-24 15:09:10 UTC (rev 258566)
@@ -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/extra-i686/kapptemplate.install (from rev 258565, kapptemplate/trunk/kapptemplate.install)
===================================================================
--- extra-i686/kapptemplate.install	                        (rev 0)
+++ extra-i686/kapptemplate.install	2016-01-24 15:09:10 UTC (rev 258566)
@@ -0,0 +1,11 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2016-01-24 15:07:43 UTC (rev 258565)
+++ extra-x86_64/PKGBUILD	2016-01-24 15:09:10 UTC (rev 258566)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kapptemplate
-pkgver=15.12.1
-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=('20f478a0f20a8304b32c73a0c2dbe12c287a756c')
-
-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
-}

Copied: kapptemplate/repos/extra-x86_64/PKGBUILD (from rev 258565, kapptemplate/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-01-24 15:09:10 UTC (rev 258566)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kapptemplate
+pkgver=15.12.1
+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/stable/applications/${pkgver}/src/kapptemplate-${pkgver}.tar.xz")
+sha1sums=('20f478a0f20a8304b32c73a0c2dbe12c287a756c')
+
+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
+}

Deleted: extra-x86_64/kapptemplate.install
===================================================================
--- extra-x86_64/kapptemplate.install	2016-01-24 15:07:43 UTC (rev 258565)
+++ extra-x86_64/kapptemplate.install	2016-01-24 15:09:10 UTC (rev 258566)
@@ -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/extra-x86_64/kapptemplate.install (from rev 258565, kapptemplate/trunk/kapptemplate.install)
===================================================================
--- extra-x86_64/kapptemplate.install	                        (rev 0)
+++ extra-x86_64/kapptemplate.install	2016-01-24 15:09:10 UTC (rev 258566)
@@ -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