[arch-commits] Commit in qconf/repos (4 files)

Sergej Pupykin spupykin at archlinux.org
Thu Jun 4 10:58:11 UTC 2015


    Date: Thursday, June 4, 2015 @ 12:58:10
  Author: spupykin
Revision: 134774

archrelease: copy trunk to community-i686, community-x86_64

Added:
  qconf/repos/community-i686/PKGBUILD
    (from rev 134773, qconf/trunk/PKGBUILD)
  qconf/repos/community-x86_64/PKGBUILD
    (from rev 134773, qconf/trunk/PKGBUILD)
Deleted:
  qconf/repos/community-i686/PKGBUILD
  qconf/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   54 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   26 ---------------------
 community-x86_64/PKGBUILD |   26 ---------------------
 3 files changed, 54 insertions(+), 52 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-06-04 10:57:57 UTC (rev 134773)
+++ community-i686/PKGBUILD	2015-06-04 10:58:10 UTC (rev 134774)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: DsTr <kostindima at gmail.com>
-
-pkgname=qconf
-pkgver=1.4
-pkgrel=4
-pkgdesc="QConf allows you to have a nice configure script for your qmake-based project."
-arch=(i686 x86_64)
-url="http://delta.affinix.com/qconf/"
-license=('GPL')
-depends=('qt4')
-makedepends=()
-source=(http://delta.affinix.com/download/qconf-$pkgver.tar.bz2)
-md5sums=(e0080044f88c31e032008d5a5682a112)
-
-build() {
-  cd $srcdir/qconf-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/qconf-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: qconf/repos/community-i686/PKGBUILD (from rev 134773, qconf/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-06-04 10:58:10 UTC (rev 134774)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: DsTr <kostindima at gmail.com>
+
+pkgname=qconf
+pkgver=1.5
+pkgrel=1
+pkgdesc="QConf allows you to have a nice configure script for your qmake-based project."
+arch=(i686 x86_64)
+url="http://delta.affinix.com/qconf/"
+license=('GPL')
+depends=('qt4')
+makedepends=()
+#source=(http://delta.affinix.com/download/qconf-$pkgver.tar.bz2)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/psi-plus/qconf/archive/$pkgver.tar.gz")
+md5sums=('e0709eae5b593e80d8ceb9b064bfcd8a')
+
+build() {
+  cd $srcdir/qconf-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/qconf-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-06-04 10:57:57 UTC (rev 134773)
+++ community-x86_64/PKGBUILD	2015-06-04 10:58:10 UTC (rev 134774)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: DsTr <kostindima at gmail.com>
-
-pkgname=qconf
-pkgver=1.4
-pkgrel=4
-pkgdesc="QConf allows you to have a nice configure script for your qmake-based project."
-arch=(i686 x86_64)
-url="http://delta.affinix.com/qconf/"
-license=('GPL')
-depends=('qt4')
-makedepends=()
-source=(http://delta.affinix.com/download/qconf-$pkgver.tar.bz2)
-md5sums=(e0080044f88c31e032008d5a5682a112)
-
-build() {
-  cd $srcdir/qconf-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $srcdir/qconf-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-}

Copied: qconf/repos/community-x86_64/PKGBUILD (from rev 134773, qconf/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-06-04 10:58:10 UTC (rev 134774)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: DsTr <kostindima at gmail.com>
+
+pkgname=qconf
+pkgver=1.5
+pkgrel=1
+pkgdesc="QConf allows you to have a nice configure script for your qmake-based project."
+arch=(i686 x86_64)
+url="http://delta.affinix.com/qconf/"
+license=('GPL')
+depends=('qt4')
+makedepends=()
+#source=(http://delta.affinix.com/download/qconf-$pkgver.tar.bz2)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/psi-plus/qconf/archive/$pkgver.tar.gz")
+md5sums=('e0709eae5b593e80d8ceb9b064bfcd8a')
+
+build() {
+  cd $srcdir/qconf-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $srcdir/qconf-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}



More information about the arch-commits mailing list