[arch-commits] Commit in kdevplatform/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Wed Dec 9 11:19:51 UTC 2015
Date: Wednesday, December 9, 2015 @ 12:19:51
Author: arojas
Revision: 255006
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdevplatform/repos/kde-unstable-i686/PKGBUILD
(from rev 255005, kdevplatform/kde-unstable/PKGBUILD)
kdevplatform/repos/kde-unstable-i686/kdevplatform.install
(from rev 255005, kdevplatform/kde-unstable/kdevplatform.install)
kdevplatform/repos/kde-unstable-x86_64/PKGBUILD
(from rev 255005, kdevplatform/kde-unstable/PKGBUILD)
kdevplatform/repos/kde-unstable-x86_64/kdevplatform.install
(from rev 255005, kdevplatform/kde-unstable/kdevplatform.install)
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 | 74 +++++++++++++++++++++++++++++
/kdevplatform.install | 22 ++++++++
kde-unstable-i686/PKGBUILD | 37 --------------
kde-unstable-i686/kdevplatform.install | 11 ----
kde-unstable-x86_64/PKGBUILD | 37 --------------
kde-unstable-x86_64/kdevplatform.install | 11 ----
6 files changed, 96 insertions(+), 96 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2015-12-09 11:19:22 UTC (rev 255005)
+++ kde-unstable-i686/PKGBUILD 2015-12-09 11:19:51 UTC (rev 255006)
@@ -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.90
-pkgrel=2
-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 \
- -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 255005, kdevplatform/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2015-12-09 11:19:51 UTC (rev 255006)
@@ -0,0 +1,37 @@
+# $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=3
+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 \
+ -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
+}
Deleted: kde-unstable-i686/kdevplatform.install
===================================================================
--- kde-unstable-i686/kdevplatform.install 2015-12-09 11:19:22 UTC (rev 255005)
+++ kde-unstable-i686/kdevplatform.install 2015-12-09 11:19:51 UTC (rev 255006)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kdevplatform/repos/kde-unstable-i686/kdevplatform.install (from rev 255005, kdevplatform/kde-unstable/kdevplatform.install)
===================================================================
--- kde-unstable-i686/kdevplatform.install (rev 0)
+++ kde-unstable-i686/kdevplatform.install 2015-12-09 11:19:51 UTC (rev 255006)
@@ -0,0 +1,11 @@
+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 2015-12-09 11:19:22 UTC (rev 255005)
+++ kde-unstable-x86_64/PKGBUILD 2015-12-09 11:19:51 UTC (rev 255006)
@@ -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.90
-pkgrel=2
-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 \
- -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 255005, kdevplatform/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2015-12-09 11:19:51 UTC (rev 255006)
@@ -0,0 +1,37 @@
+# $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=3
+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 \
+ -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
+}
Deleted: kde-unstable-x86_64/kdevplatform.install
===================================================================
--- kde-unstable-x86_64/kdevplatform.install 2015-12-09 11:19:22 UTC (rev 255005)
+++ kde-unstable-x86_64/kdevplatform.install 2015-12-09 11:19:51 UTC (rev 255006)
@@ -1,11 +0,0 @@
-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/kdevplatform.install (from rev 255005, kdevplatform/kde-unstable/kdevplatform.install)
===================================================================
--- kde-unstable-x86_64/kdevplatform.install (rev 0)
+++ kde-unstable-x86_64/kdevplatform.install 2015-12-09 11:19:51 UTC (rev 255006)
@@ -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