summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Shalygin2018-12-31 10:49:10 +0700
committerKonstantin Shalygin2018-12-31 10:49:10 +0700
commitc8864795150e86ee9f650630c0bfaf06aab3d3b5 (patch)
tree33b66de622facf1b241ad49cb1eb1f1c3c77a5c9 /PKGBUILD
parent1b7365b5ac7f878761b3049d37233017f365f7c6 (diff)
downloadaur-c8864795150e86ee9f650630c0bfaf06aab3d3b5.tar.gz
Apply patch from zman0900
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5243ecf909f5..b141d3d97baa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgbase='transgui'
pkgname=("${pkgbase}-qt" "${pkgbase}-gtk")
pkgver='5.16.0'
-pkgrel='1'
+pkgrel='2'
pkgdesc='A feature rich cross platform Transmission BitTorrent client. Faster and has more functionality than the built-in web GUI.'
arch=('i686' 'x86_64')
url="https://github.com/transmission-remote-gui/${pkgbase}"
@@ -28,6 +28,7 @@ package_transgui-qt() {
'transmission-remote-gui-gtk2' 'transmission-remote-gui-bin' 'transgui-gtk')
cd "${srcdir}/${pkgbase}-${pkgver}"
+ make clean
lazbuild "${pkgbase}.lpi" \
--lazarusdir="/usr/lib/lazarus" \
@@ -51,10 +52,11 @@ package_transgui-gtk() {
'transmission-remote-gui-gtk2' 'transmission-remote-gui-bin' 'transgui-qt')
cd "${srcdir}/${pkgbase}-${pkgver}"
+ make clean
lazbuild "${pkgbase}.lpi" \
--lazarusdir="/usr/lib/lazarus" \
- --widgetset="gtk" \
+ --widgetset="gtk2" \
--primary-config-path=../build-gtk
install -Dm755 "units/${pkgbase}" "${pkgdir}/usr/bin/${pkgbase}"