[arch-commits] Commit in kdevelop-pg-qt/repos (4 files)

Antonio Rojas arojas at archlinux.org
Mon Nov 2 12:03:34 UTC 2015


    Date: Monday, November 2, 2015 @ 13:03:33
  Author: arojas
Revision: 249990

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

Added:
  kdevelop-pg-qt/repos/kde-unstable-i686/PKGBUILD
    (from rev 249989, kdevelop-pg-qt/kde-unstable/PKGBUILD)
  kdevelop-pg-qt/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 249989, kdevelop-pg-qt/kde-unstable/PKGBUILD)
Deleted:
  kdevelop-pg-qt/repos/kde-unstable-i686/PKGBUILD
  kdevelop-pg-qt/repos/kde-unstable-x86_64/PKGBUILD

------------------------------+
 /PKGBUILD                    |   66 +++++++++++++++++++++++++++++++++++++++++
 kde-unstable-i686/PKGBUILD   |   33 --------------------
 kde-unstable-x86_64/PKGBUILD |   33 --------------------
 3 files changed, 66 insertions(+), 66 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2015-11-02 12:02:48 UTC (rev 249989)
+++ kde-unstable-i686/PKGBUILD	2015-11-02 12:03:33 UTC (rev 249990)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 206624 2014-03-03 18:01:46Z andrea $
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdevelop-pg-qt
-pkgver=1.9.90git20151023
-pkgrel=2
-pkgdesc="KDevelop Parser Generator, a LL(1) parser generator used by KDevelop language plugins"
-arch=(i686 x86_64)
-url="http://www.kdevelop.org/"
-license=(GPL)
-depends=(qt5-base)
-makedepends=(extra-cmake-modules)
-source=("http://quickgit.kde.org/?p=kdevelop-pg-qt.git&a=snapshot&h=3776ab94101968656a4b15cc3faec1208fa054db&fmt=tgz")
-sha1sums=('b186c2349c0d4cad3bc4acc6517f529f4ff55210')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevelop-pg-qt/repos/kde-unstable-i686/PKGBUILD (from rev 249989, kdevelop-pg-qt/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2015-11-02 12:03:33 UTC (rev 249990)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 206624 2014-03-03 18:01:46Z andrea $
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdevelop-pg-qt
+pkgver=1.90.91
+pkgrel=1
+pkgdesc="KDevelop Parser Generator, a LL(1) parser generator used by KDevelop language plugins"
+arch=(i686 x86_64)
+url="http://www.kdevelop.org/"
+license=(GPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/unstable/$pkgname/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('34cf30fdf3dde61412d4b147f869020615c77df5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2015-11-02 12:02:48 UTC (rev 249989)
+++ kde-unstable-x86_64/PKGBUILD	2015-11-02 12:03:33 UTC (rev 249990)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 206624 2014-03-03 18:01:46Z andrea $
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdevelop-pg-qt
-pkgver=1.9.90git20151023
-pkgrel=2
-pkgdesc="KDevelop Parser Generator, a LL(1) parser generator used by KDevelop language plugins"
-arch=(i686 x86_64)
-url="http://www.kdevelop.org/"
-license=(GPL)
-depends=(qt5-base)
-makedepends=(extra-cmake-modules)
-source=("http://quickgit.kde.org/?p=kdevelop-pg-qt.git&a=snapshot&h=3776ab94101968656a4b15cc3faec1208fa054db&fmt=tgz")
-sha1sums=('b186c2349c0d4cad3bc4acc6517f529f4ff55210')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_INSTALL_LIBDIR=lib \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdevelop-pg-qt/repos/kde-unstable-x86_64/PKGBUILD (from rev 249989, kdevelop-pg-qt/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2015-11-02 12:03:33 UTC (rev 249990)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 206624 2014-03-03 18:01:46Z andrea $
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdevelop-pg-qt
+pkgver=1.90.91
+pkgrel=1
+pkgdesc="KDevelop Parser Generator, a LL(1) parser generator used by KDevelop language plugins"
+arch=(i686 x86_64)
+url="http://www.kdevelop.org/"
+license=(GPL)
+depends=(qt5-base)
+makedepends=(extra-cmake-modules)
+source=("http://download.kde.org/unstable/$pkgname/src/$pkgname-$pkgver.tar.xz")
+sha1sums=('34cf30fdf3dde61412d4b147f869020615c77df5')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list