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

Felix Yan fyan at nymeria.archlinux.org
Fri Jul 4 06:57:52 UTC 2014


    Date: Friday, July 4, 2014 @ 08:57:52
  Author: fyan
Revision: 114804

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-07-04 06:56:35 UTC (rev 114803)
+++ community-i686/PKGBUILD	2014-07-04 06:57:52 UTC (rev 114804)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=herqq
-pkgver=1.0.0
-pkgrel=2
-pkgdesc='Software library for building UPnP devices (HUPnP)'
-arch=('x86_64' 'i686')
-url='http://www.herqq.org/'
-license=('GPL')
-depends=('qt4')
-source=("http://downloads.sourceforge.net/hupnp/$pkgname-$pkgver.zip")
-sha256sums=('cbcfc76f72d561d822a7ff5374b97e80d1731b610a5c257edbf5c013bfe6748e')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  qmake PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make INSTALL_ROOT="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: herqq/repos/community-i686/PKGBUILD (from rev 114803, herqq/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-07-04 06:57:52 UTC (rev 114804)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=herqq
+pkgver=1.0.0
+pkgrel=3
+pkgdesc='Software library for building UPnP devices (HUPnP)'
+arch=('x86_64' 'i686')
+url='http://hupnp.linada.fi/index.html'
+license=('GPL')
+depends=('qt4')
+source=("http://downloads.sourceforge.net/hupnp/$pkgname-$pkgver.zip")
+sha256sums=('cbcfc76f72d561d822a7ff5374b97e80d1731b610a5c257edbf5c013bfe6748e')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt4 PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-07-04 06:56:35 UTC (rev 114803)
+++ community-x86_64/PKGBUILD	2014-07-04 06:57:52 UTC (rev 114804)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=herqq
-pkgver=1.0.0
-pkgrel=2
-pkgdesc='Software library for building UPnP devices (HUPnP)'
-arch=('x86_64' 'i686')
-url='http://www.herqq.org/'
-license=('GPL')
-depends=('qt4')
-source=("http://downloads.sourceforge.net/hupnp/$pkgname-$pkgver.zip")
-sha256sums=('cbcfc76f72d561d822a7ff5374b97e80d1731b610a5c257edbf5c013bfe6748e')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  qmake PREFIX=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make INSTALL_ROOT="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: herqq/repos/community-x86_64/PKGBUILD (from rev 114803, herqq/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-07-04 06:57:52 UTC (rev 114804)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=herqq
+pkgver=1.0.0
+pkgrel=3
+pkgdesc='Software library for building UPnP devices (HUPnP)'
+arch=('x86_64' 'i686')
+url='http://hupnp.linada.fi/index.html'
+license=('GPL')
+depends=('qt4')
+source=("http://downloads.sourceforge.net/hupnp/$pkgname-$pkgver.zip")
+sha256sums=('cbcfc76f72d561d822a7ff5374b97e80d1731b610a5c257edbf5c013bfe6748e')
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt4 PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list