We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a2c37b commit acc497aCopy full SHA for acc497a
transmission/riscv64.patch
@@ -1,14 +1,6 @@
1
--- PKGBUILD
2
+++ PKGBUILD
3
-@@ -19,7 +19,6 @@ makedepends=(cmake
4
- gtkmm-4.0
5
- intltool
6
- libayatana-indicator
7
-- libb64
8
- libdeflate
9
- libevent
10
- libnatpmp
11
-@@ -63,7 +62,7 @@ build() {
+@@ -62,7 +62,7 @@ build() {
12
-D ENABLE_UTILS=ON \
13
-D ENABLE_UTP=ON \
14
-D INSTALL_LIB=ON \
@@ -17,3 +9,9 @@
17
-D USE_SYSTEM_DEFLATE=ON \
18
-D USE_SYSTEM_DHT=ON \
19
-D USE_SYSTEM_EVENT2=ON \
+@@ -145,3 +145,5 @@ package_transmission-qt() {
+ _install_component qt
+ install -Dm644 COPYING "$pkgdir/usr/share/licenses/transmission-qt/COPYING"
15
+ }
16
++
++makedepends=(${makedepends[@]/libb64})
0 commit comments