[arch-commits] Commit in gammaray/repos/community-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Apr 22 16:40:38 UTC 2020
Date: Wednesday, April 22, 2020 @ 16:40:37
Author: arojas
Revision: 617673
archrelease: copy trunk to community-x86_64
Added:
gammaray/repos/community-x86_64/PKGBUILD
(from rev 617672, gammaray/trunk/PKGBUILD)
Deleted:
gammaray/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 88 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 44 insertions(+), 44 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-22 16:40:11 UTC (rev 617672)
+++ PKGBUILD 2020-04-22 16:40:37 UTC (rev 617673)
@@ -1,44 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=gammaray
-pkgver=2.11.1
-pkgrel=1
-pkgdesc="A tool for examining the internals of a Qt application and to some extent also manipulate it"
-arch=(x86_64)
-url="https://www.kdab.com/gammaray/"
-license=(GPL)
-depends=(syntax-highlighting qt5-tools qt5-svg qt5-3d)
-makedepends=(cmake kcoreaddons qt5-script qt5-wayland qt5-webengine qt5-scxml qt5-location qt5-connectivity doxygen glslang)
-optdepends=('qt5-wayland: Wayland compositor inspector plugin'
- 'qt5-webengine: web inspector plugin'
- 'qt5-scxml: state machine viewer plugin'
- 'qt5-connectivity: bluetooth plugin'
- 'qt5-script: script engine debugger plugin'
- 'kcoreaddons: KJob tracker plugin')
-source=(https://github.com/KDAB/GammaRay/releases/download/v$pkgver/gammaray-$pkgver.tar.gz{,.asc})
-sha256sums=('87a1d72ad1ad6d1a0156c54a85b0976ab38c6a64136458ca7c4ee491566d25d0'
- 'SKIP')
-validpgpkeys=(E86C000370B1B9E2A9191AD53DBFB6882C9358FB) # KDAB Products <info at kdab.com>
-
-prepare() {
- mkdir -p build
-
-# Fix plugin install dir
- sed -e 's|plugins/gammaray|lib/qt/plugins/gammaray|' -i $pkgname-$pkgver/CMakeLists.txt
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DGAMMARAY_INSTALL_QT_LAYOUT=ON \
- -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt/mkspecs/modules \
- -DPLUGIN_INSTALL_DIR=/usr/lib/qt/plugins/gammaray
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: gammaray/repos/community-x86_64/PKGBUILD (from rev 617672, gammaray/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-22 16:40:37 UTC (rev 617673)
@@ -0,0 +1,44 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=gammaray
+pkgver=2.11.1
+pkgrel=2
+pkgdesc="A tool for examining the internals of a Qt application and to some extent also manipulate it"
+arch=(x86_64)
+url="https://www.kdab.com/gammaray/"
+license=(GPL)
+depends=(syntax-highlighting qt5-tools qt5-svg qt5-3d)
+makedepends=(cmake kcoreaddons qt5-script qt5-wayland qt5-webengine qt5-scxml qt5-location qt5-connectivity doxygen glslang)
+optdepends=('qt5-wayland: Wayland compositor inspector plugin'
+ 'qt5-webengine: web inspector plugin'
+ 'qt5-scxml: state machine viewer plugin'
+ 'qt5-connectivity: bluetooth plugin'
+ 'qt5-script: script engine debugger plugin'
+ 'kcoreaddons: KJob tracker plugin')
+source=(https://github.com/KDAB/GammaRay/releases/download/v$pkgver/gammaray-$pkgver.tar.gz{,.asc})
+sha256sums=('87a1d72ad1ad6d1a0156c54a85b0976ab38c6a64136458ca7c4ee491566d25d0'
+ 'SKIP')
+validpgpkeys=(E86C000370B1B9E2A9191AD53DBFB6882C9358FB) # KDAB Products <info at kdab.com>
+
+prepare() {
+ mkdir -p build
+
+# Fix plugin install dir
+ sed -e 's|plugins/gammaray|lib/qt/plugins/gammaray|' -i $pkgname-$pkgver/CMakeLists.txt
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DGAMMARAY_INSTALL_QT_LAYOUT=ON \
+ -DECM_MKSPECS_INSTALL_DIR=/usr/lib/qt/mkspecs/modules \
+ -DPLUGIN_INSTALL_DIR=/usr/lib/qt/plugins/gammaray
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list