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

Antonio Rojas arojas at archlinux.org
Thu Apr 28 22:00:06 UTC 2016


    Date: Friday, April 29, 2016 @ 00:00:05
  Author: arojas
Revision: 266614

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

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

-----------------------------------+
 /PKGBUILD                         |   68 ++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD               |   35 ------------------
 extra-i686/kdevplatform.install   |   11 -----
 extra-x86_64/PKGBUILD             |   35 ------------------
 extra-x86_64/kdevplatform.install |   11 -----
 5 files changed, 68 insertions(+), 92 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2016-04-28 21:59:22 UTC (rev 266613)
+++ extra-i686/PKGBUILD	2016-04-28 22:00:05 UTC (rev 266614)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=kdevplatform
-pkgver=1.7.3
-_pkgver=4.7.3
-pkgrel=1
-pkgdesc='A C/C++ development platform for KDE'
-arch=('i686' 'x86_64')
-url='http://www.kdevelop.org/'
-license=('GPL')
-depends=('kdelibs' 'subversion' 'qjson' 'grantlee-qt4')
-makedepends=('cmake' 'automoc4' 'boost')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('7201629fb4fa9bec83def4bf691f4eda41bfc555')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_SKIP_RPATH=ON \
-    -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdevplatform/repos/extra-i686/PKGBUILD (from rev 266613, kdevplatform/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2016-04-28 22:00:05 UTC (rev 266614)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=kdevplatform
+pkgver=1.7.3
+_pkgver=4.7.3
+pkgrel=2
+pkgdesc='A C/C++ development platform for KDE'
+arch=('i686' 'x86_64')
+url='http://www.kdevelop.org/'
+license=('GPL')
+depends=('kdelibs' 'subversion' 'qjson' 'grantlee-qt4')
+makedepends=('cmake' 'automoc4' 'boost')
+source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('7201629fb4fa9bec83def4bf691f4eda41bfc555')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_SKIP_RPATH=ON \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/kdevplatform.install
===================================================================
--- extra-i686/kdevplatform.install	2016-04-28 21:59:22 UTC (rev 266613)
+++ extra-i686/kdevplatform.install	2016-04-28 22:00:05 UTC (rev 266614)
@@ -1,11 +0,0 @@
-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-04-28 21:59:22 UTC (rev 266613)
+++ extra-x86_64/PKGBUILD	2016-04-28 22:00:05 UTC (rev 266614)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=kdevplatform
-pkgver=1.7.3
-_pkgver=4.7.3
-pkgrel=1
-pkgdesc='A C/C++ development platform for KDE'
-arch=('i686' 'x86_64')
-url='http://www.kdevelop.org/'
-license=('GPL')
-depends=('kdelibs' 'subversion' 'qjson' 'grantlee-qt4')
-makedepends=('cmake' 'automoc4' 'boost')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
-sha1sums=('7201629fb4fa9bec83def4bf691f4eda41bfc555')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_SKIP_RPATH=ON \
-    -DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdevplatform/repos/extra-x86_64/PKGBUILD (from rev 266613, kdevplatform/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2016-04-28 22:00:05 UTC (rev 266614)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=kdevplatform
+pkgver=1.7.3
+_pkgver=4.7.3
+pkgrel=2
+pkgdesc='A C/C++ development platform for KDE'
+arch=('i686' 'x86_64')
+url='http://www.kdevelop.org/'
+license=('GPL')
+depends=('kdelibs' 'subversion' 'qjson' 'grantlee-qt4')
+makedepends=('cmake' 'automoc4' 'boost')
+source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2")
+sha1sums=('7201629fb4fa9bec83def4bf691f4eda41bfc555')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_SKIP_RPATH=ON \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/kdevplatform.install
===================================================================
--- extra-x86_64/kdevplatform.install	2016-04-28 21:59:22 UTC (rev 266613)
+++ extra-x86_64/kdevplatform.install	2016-04-28 22:00:05 UTC (rev 266614)
@@ -1,11 +0,0 @@
-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