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

Antonio Rojas arojas at archlinux.org
Sun Jan 24 10:32:26 UTC 2016


    Date: Sunday, January 24, 2016 @ 11:32:26
  Author: arojas
Revision: 258549

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

Added:
  kdevplatform/repos/kde-unstable-i686/PKGBUILD
    (from rev 258548, kdevplatform/kde-unstable/PKGBUILD)
  kdevplatform/repos/kde-unstable-i686/kdevplatform.install
    (from rev 258548, kdevplatform/kde-unstable/kdevplatform.install)
  kdevplatform/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 258548, kdevplatform/kde-unstable/PKGBUILD)
  kdevplatform/repos/kde-unstable-x86_64/kdevplatform.install
    (from rev 258548, 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	2016-01-24 10:31:57 UTC (rev 258548)
+++ kde-unstable-i686/PKGBUILD	2016-01-24 10:32:26 UTC (rev 258549)
@@ -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=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
-}

Copied: kdevplatform/repos/kde-unstable-i686/PKGBUILD (from rev 258548, kdevplatform/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2016-01-24 10:32:26 UTC (rev 258549)
@@ -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.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
+}

Deleted: kde-unstable-i686/kdevplatform.install
===================================================================
--- kde-unstable-i686/kdevplatform.install	2016-01-24 10:31:57 UTC (rev 258548)
+++ kde-unstable-i686/kdevplatform.install	2016-01-24 10:32:26 UTC (rev 258549)
@@ -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 258548, kdevplatform/kde-unstable/kdevplatform.install)
===================================================================
--- kde-unstable-i686/kdevplatform.install	                        (rev 0)
+++ kde-unstable-i686/kdevplatform.install	2016-01-24 10:32:26 UTC (rev 258549)
@@ -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	2016-01-24 10:31:57 UTC (rev 258548)
+++ kde-unstable-x86_64/PKGBUILD	2016-01-24 10:32:26 UTC (rev 258549)
@@ -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=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
-}

Copied: kdevplatform/repos/kde-unstable-x86_64/PKGBUILD (from rev 258548, kdevplatform/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2016-01-24 10:32:26 UTC (rev 258549)
@@ -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.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
+}

Deleted: kde-unstable-x86_64/kdevplatform.install
===================================================================
--- kde-unstable-x86_64/kdevplatform.install	2016-01-24 10:31:57 UTC (rev 258548)
+++ kde-unstable-x86_64/kdevplatform.install	2016-01-24 10:32:26 UTC (rev 258549)
@@ -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 258548, kdevplatform/kde-unstable/kdevplatform.install)
===================================================================
--- kde-unstable-x86_64/kdevplatform.install	                        (rev 0)
+++ kde-unstable-x86_64/kdevplatform.install	2016-01-24 10:32:26 UTC (rev 258549)
@@ -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