[arch-commits] Commit in kdevplatform/repos (6 files)
Antonio Rojas
arojas at archlinux.org
Fri Oct 23 19:41:54 UTC 2015
Date: Friday, October 23, 2015 @ 21:41:54
Author: arojas
Revision: 249699
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdevplatform/repos/kde-unstable-i686/
kdevplatform/repos/kde-unstable-i686/PKGBUILD
(from rev 249698, kdevplatform/kde-unstable/PKGBUILD)
kdevplatform/repos/kde-unstable-i686/kdevplatform.install
(from rev 249698, kdevplatform/kde-unstable/kdevplatform.install)
kdevplatform/repos/kde-unstable-x86_64/
kdevplatform/repos/kde-unstable-x86_64/PKGBUILD
(from rev 249698, kdevplatform/kde-unstable/PKGBUILD)
kdevplatform/repos/kde-unstable-x86_64/kdevplatform.install
(from rev 249698, kdevplatform/kde-unstable/kdevplatform.install)
------------------------------------------+
kde-unstable-i686/PKGBUILD | 36 +++++++++++++++++++++++++++++
kde-unstable-i686/kdevplatform.install | 11 ++++++++
kde-unstable-x86_64/PKGBUILD | 36 +++++++++++++++++++++++++++++
kde-unstable-x86_64/kdevplatform.install | 11 ++++++++
4 files changed, 94 insertions(+)
Copied: kdevplatform/repos/kde-unstable-i686/PKGBUILD (from rev 249698, kdevplatform/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2015-10-23 19:41:54 UTC (rev 249699)
@@ -0,0 +1,36 @@
+# $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.90
+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-quick1)
+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=('0231764f5c8f41bb69dae7aa780a531e584103e2')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -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/kdevplatform.install (from rev 249698, kdevplatform/kde-unstable/kdevplatform.install)
===================================================================
--- kde-unstable-i686/kdevplatform.install (rev 0)
+++ kde-unstable-i686/kdevplatform.install 2015-10-23 19:41:54 UTC (rev 249699)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Copied: kdevplatform/repos/kde-unstable-x86_64/PKGBUILD (from rev 249698, kdevplatform/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2015-10-23 19:41:54 UTC (rev 249699)
@@ -0,0 +1,36 @@
+# $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.90
+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-quick1)
+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=('0231764f5c8f41bb69dae7aa780a531e584103e2')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -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/kdevplatform.install (from rev 249698, kdevplatform/kde-unstable/kdevplatform.install)
===================================================================
--- kde-unstable-x86_64/kdevplatform.install (rev 0)
+++ kde-unstable-x86_64/kdevplatform.install 2015-10-23 19:41:54 UTC (rev 249699)
@@ -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