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

Sergej Pupykin spupykin at archlinux.org
Sat Apr 16 17:39:17 UTC 2016


    Date: Saturday, April 16, 2016 @ 19:39:17
  Author: spupykin
Revision: 171201

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

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

---------------------------+
 /PKGBUILD                 |   56 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   28 ----------------------
 community-x86_64/PKGBUILD |   28 ----------------------
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-16 17:39:01 UTC (rev 171200)
+++ community-i686/PKGBUILD	2016-04-16 17:39:17 UTC (rev 171201)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: DsTr <kostindima at gmail.com>
-
-pkgname=qconf
-pkgver=1.5
-pkgrel=2
-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")
-source=("$pkgname-$pkgver.tar.gz::http://pkgs.fedoraproject.org/repo/pkgs/qconf/$pkgver.tar.gz/md5/e0709eae5b593e80d8ceb9b064bfcd8a/$pkgver.tar.gz")
-md5sums=('e0709eae5b593e80d8ceb9b064bfcd8a')
-
-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 171200, qconf/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-16 17:39:17 UTC (rev 171201)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: DsTr <kostindima at gmail.com>
+
+pkgname=qconf
+pkgver=2.0
+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")
+#source=("$pkgname-$pkgver.tar.gz::http://pkgs.fedoraproject.org/repo/pkgs/qconf/$pkgver.tar.gz/md5/e0709eae5b593e80d8ceb9b064bfcd8a/$pkgver.tar.gz")
+md5sums=('19c3eded48a46149b64f7e8d523b9354')
+
+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	2016-04-16 17:39:01 UTC (rev 171200)
+++ community-x86_64/PKGBUILD	2016-04-16 17:39:17 UTC (rev 171201)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: DsTr <kostindima at gmail.com>
-
-pkgname=qconf
-pkgver=1.5
-pkgrel=2
-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")
-source=("$pkgname-$pkgver.tar.gz::http://pkgs.fedoraproject.org/repo/pkgs/qconf/$pkgver.tar.gz/md5/e0709eae5b593e80d8ceb9b064bfcd8a/$pkgver.tar.gz")
-md5sums=('e0709eae5b593e80d8ceb9b064bfcd8a')
-
-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 171200, qconf/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-16 17:39:17 UTC (rev 171201)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: DsTr <kostindima at gmail.com>
+
+pkgname=qconf
+pkgver=2.0
+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")
+#source=("$pkgname-$pkgver.tar.gz::http://pkgs.fedoraproject.org/repo/pkgs/qconf/$pkgver.tar.gz/md5/e0709eae5b593e80d8ceb9b064bfcd8a/$pkgver.tar.gz")
+md5sums=('19c3eded48a46149b64f7e8d523b9354')
+
+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