🔒 Repository is read-only – file editing is disabled.

recipes/gui/transmission-qt/PAGBUILD.yaml main

38 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435363738
pkgname: transmission-qt
pkgver: '4.1.3'
pkgrel: '1'
pkgdesc: Light and fast Bittorent client (QT Interface)
url: 'https://www.transmissionbt.com/'
arch: x86_64
depends:
- desktop-file-utils
- gtk-update-icon-cache
makedepends:
- e2fsprogs
- kerberos
- intltool
- curl
- libevent
- openssl
- qt6-base
- qt6-tools
- qt6-svg
- doxygen
- gdb
source:
- 'https://github.com/transmission/transmission/releases/download/${pkgver}/transmission-${pkgver}.tar.xz'
- miniupnp.patch
sha256sums:
- ce7d2d8b101f7eb54bc3cf0bc55f52f7ebd4a25fa48e00bdca9a7e0fc02617da
- SKIP
build: "cmake -S transmission-${pkgver} -B build -G Ninja \\\n\t\t-D CMAKE_BUILD_TYPE=Release \\\n\t\t-D CMAKE_INSTALL_PREFIX=/usr\
  \ \\\n\t\t-D RUN_CLANG_TIDY=OFF \\\n\t\t-D ENABLE_TESTS=OFF \\\n\t\t-D ENABLE_NLS=OFF \\\n\t\t-D INSTALL_DOC=ON \\\n\t\t\
  -D INSTALL_LIB=OFF \\\n\t\t-D ENABLE_WEB=OFF \\\n\t\t-D ENABLE_GTK=OFF \\\n\t\t-D ENABLE_CLI=OFF \\\n\t\t-D ENABLE_DAEMON=OFF\
  \ \\\n\t\t-D ENABLE_UTILS=OFF \\\n\t\t-D ENABLE_QT=ON \\\n\t\t-D USE_QT_VERSION=6 \\\n\n\tcmake --build build\n\n      \
  \  DESTDIR=${PKGDIR} cmake --install build\n\ncd ./transmission-${pkgver}\nmkdir -pv ${PKGDIR}/usr/share/applications/\n\
  mkdir -pv ${PKGDIR}/usr/share/pixmaps/\nmkdir -pv ${PKGDIR}/usr/share/transmission-qt/translations\ninstall -Dm644 -t ${PKGDIR}/usr/share/transmission-qt/translations\
  \ qt/translations/*.ts\n\ninstall -m644 ./qt/transmission-qt.desktop ${PKGDIR}/usr/share/applications/transmission-qt.desktop\n\
  install -m644 icon.png  ${PKGDIR}/usr/share/pixmaps/transmission-qt.png\n"
package: |
  #part of transmission
  rm -r ${PKGDIR}/usr/share/transmission