[arch-commits] Commit in qwtpolar/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon May 25 15:29:06 UTC 2020


    Date: Monday, May 25, 2020 @ 15:29:05
  Author: felixonmars
Revision: 634556

archrelease: copy trunk to community-x86_64

Added:
  qwtpolar/repos/community-x86_64/PKGBUILD
    (from rev 634554, qwtpolar/trunk/PKGBUILD)
Deleted:
  qwtpolar/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   89 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 15:29:04 UTC (rev 634555)
+++ PKGBUILD	2020-05-25 15:29:05 UTC (rev 634556)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Doug Newgard <scimmia at archlinux dot info>
-# Contributor: SaultDon <sault.don gmail>
-# Contributor: Gunther Schulz < mail at guntherschulz.de > 
-# Contributor: Kévin Guilloy <kevin at guilloy dot ath dot cx>
-
-pkgname=qwtpolar
-pkgver=1.1.1
-pkgrel=4
-pkgdesc='Qwt library that contains classes for displaying values on a polar coordinate system'
-arch=(x86_64)
-url='http://qwtpolar.sourceforge.net/'
-license=(custom:qwt)
-depends=(qwt)
-makedepends=(qt5-tools)
-optdepends=('qt5-tools: For Designer plugin')
-source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
-sha1sums=('38edf5220c971eef0e88fcc6db7c718e6198ccac')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  sed -e '/^\s*QWT_POLAR_INSTALL_PREFIX/ s|=.*|= /usr|' \
-      -e '/^QWT_POLAR_INSTALL_DOCS/ s|/doc|/share/doc/qwtpolar|' \
-      -e '/^QWT_POLAR_INSTALL_HEADERS/ s|/include|&/qwt|' \
-      -e '/^QWT_POLAR_INSTALL_PLUGINS/ s|/plugins/designer|/lib/qt&|' \
-      -e '/^QWT_POLAR_INSTALL_FEATURES/ s|/features|/lib/qt/mkspecs&|' \
-      -i qwtpolarconfig.pri
-}
-
-build() {
-  cd $pkgname-$pkgver
-  qmake-qt5 qwtpolar.pro
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make INSTALL_ROOT="$pkgdir" install
-
-  install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname/"
-  mv "$pkgdir/usr/share/doc/qwtpolar/man/" "$pkgdir/usr/share/"
-  rm "$pkgdir/usr/share/man/man3/qwtlicense.3"
-}

Copied: qwtpolar/repos/community-x86_64/PKGBUILD (from rev 634554, qwtpolar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-25 15:29:05 UTC (rev 634556)
@@ -0,0 +1,44 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Doug Newgard <scimmia at archlinux dot info>
+# Contributor: SaultDon <sault.don gmail>
+# Contributor: Gunther Schulz < mail at guntherschulz.de > 
+# Contributor: Kévin Guilloy <kevin at guilloy dot ath dot cx>
+
+pkgname=qwtpolar
+pkgver=1.1.1
+pkgrel=5
+pkgdesc='Qwt library that contains classes for displaying values on a polar coordinate system'
+arch=(x86_64)
+url='http://qwtpolar.sourceforge.net/'
+license=(custom:qwt)
+depends=(qwt)
+makedepends=(qt5-tools)
+optdepends=('qt5-tools: For Designer plugin')
+source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2")
+sha1sums=('38edf5220c971eef0e88fcc6db7c718e6198ccac')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  sed -e '/^\s*QWT_POLAR_INSTALL_PREFIX/ s|=.*|= /usr|' \
+      -e '/^QWT_POLAR_INSTALL_DOCS/ s|/doc|/share/doc/qwtpolar|' \
+      -e '/^QWT_POLAR_INSTALL_HEADERS/ s|/include|&/qwt|' \
+      -e '/^QWT_POLAR_INSTALL_PLUGINS/ s|/plugins/designer|/lib/qt&|' \
+      -e '/^QWT_POLAR_INSTALL_FEATURES/ s|/features|/lib/qt/mkspecs&|' \
+      -i qwtpolarconfig.pri
+}
+
+build() {
+  cd $pkgname-$pkgver
+  qmake-qt5 qwtpolar.pro
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make INSTALL_ROOT="$pkgdir" install
+
+  install -Dm644 COPYING -t "$pkgdir/usr/share/licenses/$pkgname/"
+  mv "$pkgdir/usr/share/doc/qwtpolar/man/" "$pkgdir/usr/share/"
+  rm "$pkgdir/usr/share/man/man3/qwtlicense.3"
+}



More information about the arch-commits mailing list