Date: Friday, January 5, 2018 @ 18:22:57 Author: spupykin Revision: 279252
archrelease: copy trunk to community-x86_64 Added: qconf/repos/community-x86_64/PKGBUILD (from rev 279251, qconf/trunk/PKGBUILD) Deleted: qconf/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-01-05 18:22:42 UTC (rev 279251) +++ PKGBUILD 2018-01-05 18:22:57 UTC (rev 279252) @@ -1,26 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> -# Contributor: DsTr <kostind...@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 -} Copied: qconf/repos/community-x86_64/PKGBUILD (from rev 279251, qconf/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-01-05 18:22:57 UTC (rev 279252) @@ -0,0 +1,26 @@ +# $Id$ +# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com> +# Contributor: DsTr <kostind...@gmail.com> + +pkgname=qconf +pkgver=2.4 +pkgrel=1 +pkgdesc="QConf allows you to have a nice configure script for your qmake-based project." +arch=(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=('8a486060d5481f5b62171b8ffe343d9a9dd49e3b3170a1f79314ee34ea9e8819') + +build() { + cd "$srcdir"/qconf-$pkgver + ./configure --prefix=/usr + make +} + +package() { + cd "$srcdir"/qconf-$pkgver + make INSTALL_ROOT="$pkgdir" install +}