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

Sergej Pupykin spupykin at archlinux.org
Tue Oct 31 09:15:50 UTC 2017


    Date: Tuesday, October 31, 2017 @ 09:15:49
  Author: spupykin
Revision: 264866

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-10-31 09:15:30 UTC (rev 264865)
+++ community-i686/PKGBUILD	2017-10-31 09:15:49 UTC (rev 264866)
@@ -1,28 +0,0 @@
-# $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
-}

Copied: qconf/repos/community-i686/PKGBUILD (from rev 264865, qconf/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-10-31 09:15:49 UTC (rev 264866)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: DsTr <kostindima at gmail.com>
+
+pkgname=qconf
+pkgver=2.3
+pkgrel=1
+pkgdesc="QConf allows you to have a nice configure script for your qmake-based project."
+arch=(i686 x86_64)
+url="https://github.com/psi-plus/qconf"
+license=('GPL')
+depends=('qt4')
+makedepends=()
+source=("$pkgname-$pkgver.tar.gz::https://github.com/psi-plus/qconf/archive/v$pkgver.tar.gz")
+sha256sums=('05350e8ff3d2e867763cc2c54b95e8b73dad6215ca4a24320d80e2d98f630b95')
+
+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	2017-10-31 09:15:30 UTC (rev 264865)
+++ community-x86_64/PKGBUILD	2017-10-31 09:15:49 UTC (rev 264866)
@@ -1,28 +0,0 @@
-# $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
-}

Copied: qconf/repos/community-x86_64/PKGBUILD (from rev 264865, qconf/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-10-31 09:15:49 UTC (rev 264866)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: DsTr <kostindima at gmail.com>
+
+pkgname=qconf
+pkgver=2.3
+pkgrel=1
+pkgdesc="QConf allows you to have a nice configure script for your qmake-based project."
+arch=(i686 x86_64)
+url="https://github.com/psi-plus/qconf"
+license=('GPL')
+depends=('qt4')
+makedepends=()
+source=("$pkgname-$pkgver.tar.gz::https://github.com/psi-plus/qconf/archive/v$pkgver.tar.gz")
+sha256sums=('05350e8ff3d2e867763cc2c54b95e8b73dad6215ca4a24320d80e2d98f630b95')
+
+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