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

Antonio Rojas arojas at archlinux.org
Tue Aug 30 15:03:47 UTC 2016


    Date: Tuesday, August 30, 2016 @ 15:03:47
  Author: arojas
Revision: 275296

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdevplatform/repos/kde-unstable-i686/PKGBUILD
    (from rev 275295, kdevplatform/trunk/PKGBUILD)
  kdevplatform/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 275295, kdevplatform/trunk/PKGBUILD)
Deleted:
  kdevplatform/repos/kde-unstable-i686/PKGBUILD
  kdevplatform/repos/kde-unstable-i686/kdevplatform.install
  kdevplatform/repos/kde-unstable-x86_64/PKGBUILD
  kdevplatform/repos/kde-unstable-x86_64/kdevplatform.install

------------------------------------------+
 /PKGBUILD                                |   72 +++++++++++++++++++++++++++++
 kde-unstable-i686/PKGBUILD               |   37 --------------
 kde-unstable-i686/kdevplatform.install   |   11 ----
 kde-unstable-x86_64/PKGBUILD             |   37 --------------
 kde-unstable-x86_64/kdevplatform.install |   11 ----
 5 files changed, 72 insertions(+), 96 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2016-08-30 15:03:11 UTC (rev 275295)
+++ kde-unstable-i686/PKGBUILD	2016-08-30 15:03:47 UTC (rev 275296)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 248913 2015-10-12 10:00:30Z arojas $
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=kdevplatform
-pkgver=4.90.91
-pkgrel=1
-pkgdesc='A C/C++ development platform for KDE'
-arch=(i686 x86_64)
-url='http://www.kdevelop.org/'
-license=(GPL)
-depends=(grantlee-qt5 hicolor-icon-theme kcmutils threadweaver kitemmodels ktexteditor knotifyconfig knewstuff libkomparediff2 qt5-webkit)
-makedepends=(extra-cmake-modules boost subversion)
-optdepends=('subversion: Subversion plugin')
-install="$pkgname.install"
-source=("http://download.kde.org/unstable/kdevelop/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('aaeaf7833ed18941d44f43e5b0d87b60ae067751')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevplatform/repos/kde-unstable-i686/PKGBUILD (from rev 275295, kdevplatform/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-08-30 15:03:47 UTC (rev 275296)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=kdevplatform
+pkgver=5.0
+pkgrel=1
+pkgdesc='A C/C++ development platform for KDE'
+arch=(i686 x86_64)
+url='http://www.kdevelop.org/'
+license=(GPL)
+depends=(grantlee-qt5 hicolor-icon-theme kcmutils threadweaver kitemmodels ktexteditor knotifyconfig knewstuff libkomparediff2 qt5-webkit)
+makedepends=(extra-cmake-modules boost subversion python)
+optdepends=('subversion: Subversion plugin')
+source=("http://download.kde.org/stable/kdevelop/${pkgver}.0/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('9cefe1c2b18187c1dde5252de9ac2648f3118bae')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-i686/kdevplatform.install
===================================================================
--- kde-unstable-i686/kdevplatform.install	2016-08-30 15:03:11 UTC (rev 275295)
+++ kde-unstable-i686/kdevplatform.install	2016-08-30 15:03:47 UTC (rev 275296)
@@ -1,11 +0,0 @@
-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-08-30 15:03:11 UTC (rev 275295)
+++ kde-unstable-x86_64/PKGBUILD	2016-08-30 15:03:47 UTC (rev 275296)
@@ -1,37 +0,0 @@
-# $Id: PKGBUILD 248913 2015-10-12 10:00:30Z arojas $
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-
-pkgname=kdevplatform
-pkgver=4.90.91
-pkgrel=1
-pkgdesc='A C/C++ development platform for KDE'
-arch=(i686 x86_64)
-url='http://www.kdevelop.org/'
-license=(GPL)
-depends=(grantlee-qt5 hicolor-icon-theme kcmutils threadweaver kitemmodels ktexteditor knotifyconfig knewstuff libkomparediff2 qt5-webkit)
-makedepends=(extra-cmake-modules boost subversion)
-optdepends=('subversion: Subversion plugin')
-install="$pkgname.install"
-source=("http://download.kde.org/unstable/kdevelop/$pkgver/src/$pkgname-$pkgver.tar.xz")
-sha1sums=('aaeaf7833ed18941d44f43e5b0d87b60ae067751')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DBUILD_TESTING=OFF \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevplatform/repos/kde-unstable-x86_64/PKGBUILD (from rev 275295, kdevplatform/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-08-30 15:03:47 UTC (rev 275296)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+
+pkgname=kdevplatform
+pkgver=5.0
+pkgrel=1
+pkgdesc='A C/C++ development platform for KDE'
+arch=(i686 x86_64)
+url='http://www.kdevelop.org/'
+license=(GPL)
+depends=(grantlee-qt5 hicolor-icon-theme kcmutils threadweaver kitemmodels ktexteditor knotifyconfig knewstuff libkomparediff2 qt5-webkit)
+makedepends=(extra-cmake-modules boost subversion python)
+optdepends=('subversion: Subversion plugin')
+source=("http://download.kde.org/stable/kdevelop/${pkgver}.0/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('9cefe1c2b18187c1dde5252de9ac2648f3118bae')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF \
+    -DCMAKE_BUILD_TYPE=Release
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/kdevplatform.install
===================================================================
--- kde-unstable-x86_64/kdevplatform.install	2016-08-30 15:03:11 UTC (rev 275295)
+++ kde-unstable-x86_64/kdevplatform.install	2016-08-30 15:03:47 UTC (rev 275296)
@@ -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