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

Antonio Rojas arojas at archlinux.org
Sat Jun 6 12:33:28 UTC 2020


    Date: Saturday, June 6, 2020 @ 12:33:26
  Author: arojas
Revision: 388372

archrelease: copy trunk to extra-x86_64

Added:
  qwt/repos/extra-x86_64/PKGBUILD
    (from rev 388371, qwt/trunk/PKGBUILD)
Deleted:
  qwt/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   84 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-06 12:33:10 UTC (rev 388371)
+++ PKGBUILD	2020-06-06 12:33:26 UTC (rev 388372)
@@ -1,42 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Maintainer: Ronald van Haren <ronald.archlinux.org>
-
-pkgname=qwt
-pkgver=6.1.4
-pkgrel=3
-pkgdesc='Qt Widgets for Technical Applications'
-url='https://qwt.sourceforge.io/'
-arch=('x86_64')
-depends=('qt5-base' 'qt5-svg')
-optdepends=('qt5-tools: For Designer plugin')
-makedepends=('qt5-tools')
-license=("custom:${pkgname}")
-source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-sha512sums=('6135ce47fd4f9ff5b705193fc1f7410cfd5a0b84931bb17db750f6a5486ae810c261dae32431bd52838c36eadee02487148e1efa71c465c63aa43062eec160da')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  sed -e '/^\s*QWT_INSTALL_PREFIX/ s|=.*|= /usr|' \
-      -e '/^QWT_INSTALL_DOCS/ s|/doc|/share/doc/qwt|' \
-      -e '/^QWT_INSTALL_HEADERS/ s|include|&/qwt|' \
-      -e '/^QWT_INSTALL_PLUGINS/ s|plugins/designer|lib/qt/&|' \
-      -e '/^QWT_INSTALL_FEATURES/ s|features|lib/qt/mkspecs/&|' \
-      -i qwtconfig.pri
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  qmake-qt5 qwt.pro
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make INSTALL_ROOT="${pkgdir}" install
-
-  mv "${pkgdir}/usr/share/doc/qwt/man" "${pkgdir}/usr/share"
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: qwt/repos/extra-x86_64/PKGBUILD (from rev 388371, qwt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-06 12:33:26 UTC (rev 388372)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+# Maintainer: Ronald van Haren <ronald.archlinux.org>
+
+pkgname=qwt
+pkgver=6.1.5
+pkgrel=1
+pkgdesc='Qt Widgets for Technical Applications'
+url='https://qwt.sourceforge.io/'
+arch=('x86_64')
+depends=('qt5-base' 'qt5-svg')
+optdepends=('qt5-tools: For Designer plugin')
+makedepends=('qt5-tools')
+license=("custom:${pkgname}")
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+sha512sums=('0dd1a8278751f0bb26e33ccbf120a20e406109a440d314e4525ce9a2d6f1fc56dccff2dc11c500fe2cfcbd42f4a641e87a231f93f321edc588d9353ffaccbd22')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  sed -e '/^\s*QWT_INSTALL_PREFIX/ s|=.*|= /usr|' \
+      -e '/^QWT_INSTALL_DOCS/ s|/doc|/share/doc/qwt|' \
+      -e '/^QWT_INSTALL_HEADERS/ s|include|&/qwt|' \
+      -e '/^QWT_INSTALL_PLUGINS/ s|plugins/designer|lib/qt/&|' \
+      -e '/^QWT_INSTALL_FEATURES/ s|features|lib/qt/mkspecs/&|' \
+      -i qwtconfig.pri
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  qmake-qt5 qwt.pro
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make INSTALL_ROOT="${pkgdir}" install
+
+  mv "${pkgdir}/usr/share/doc/qwt/man" "${pkgdir}/usr/share"
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list