[arch-commits] Commit in libmygpo-qt/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Maxime Gauduin alucryd at archlinux.org
Tue Apr 3 08:13:40 UTC 2018


    Date: Tuesday, April 3, 2018 @ 08:13:39
  Author: alucryd
Revision: 320890

archrelease: copy trunk to extra-x86_64

Added:
  libmygpo-qt/repos/extra-x86_64/PKGBUILD
    (from rev 320889, libmygpo-qt/trunk/PKGBUILD)
Deleted:
  libmygpo-qt/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   71 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 39 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-03 08:12:27 UTC (rev 320889)
+++ PKGBUILD	2018-04-03 08:13:39 UTC (rev 320890)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=libmygpo-qt
-pkgver=1.0.8
-pkgrel=2
-pkgdesc="A C++/Qt client library for gpodder.net"
-arch=('i686' 'x86_64')
-url="http://wiki.gpodder.org/wiki/Libmygpo-qt"
-license=('LGPL2.1')
-depends=('qjson')
-makedepends=('cmake' 'doxygen')
-source=("http://stefan.derkits.at/files/${pkgname}/${pkgname}.${pkgver}.tar.gz")
-md5sums=('cb67c86919171d6d2356dfb59c3b9571')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}.${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package(){
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: libmygpo-qt/repos/extra-x86_64/PKGBUILD (from rev 320889, libmygpo-qt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-03 08:13:39 UTC (rev 320890)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=libmygpo-qt
+pkgver=1.1.0
+pkgrel=1
+pkgdesc='A C++/Qt client library for gpodder.net'
+arch=('x86_64')
+url="http://wiki.gpodder.org/wiki/Libmygpo-qt"
+license=('LGPL2.1')
+depends=('qjson')
+makedepends=('cmake' 'doxygen')
+source=("http://stefan.derkits.at/files/libmygpo-qt/libmygpo-qt.${pkgver}.tar.gz")
+sha256sums=('82765a9baa7b6bb3a3277759cec9c3779eee691db9180affe35a67813346e1cd')
+
+prepare() {
+  if [[ -d build ]]; then
+    rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../libmygpo-qt.${pkgver} \
+    -DCMAKE_BUILD_TYPE='Release' \
+    -DCMAKE_INSTALL_PREFIX='/usr'
+  make
+}
+
+package(){
+  cd build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list