transmission-gtk: moved from opt to contrib

This commit is contained in:
Juergen Daubert 2023-02-18 15:08:28 +01:00
parent 4e471a389d
commit 77d1668b7e
3 changed files with 0 additions and 53 deletions

View File

@ -1,22 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/transmission-gtk
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/appdata/
-rw-r--r-- root/root usr/share/appdata/transmission-gtk.appdata.xml
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/transmission-gtk.desktop
drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/transmission-devel.svg
-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/transmission.svg
drwxr-xr-x root/root usr/share/icons/hicolor/symbolic/
drwxr-xr-x root/root usr/share/icons/hicolor/symbolic/apps/
-rw-r--r-- root/root usr/share/icons/hicolor/symbolic/apps/transmission-symbolic.svg
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man1/
-rw-r--r-- root/root usr/share/man/man1/transmission-gtk.1.gz
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/transmission.png

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/TwszmAIcDkZtGYvgdTU6CWOHSWA4J0DAFhBOXWopql22GJsleCuMDL+fWueuAgcfiNnrhJG6FGcOt8Sh0db8QE=
SHA256 (Pkgfile) = e8a27733b2a04de3547a6b5e1d014b1b3827c6a87f7590ae4e9c0acc2554f60b
SHA256 (.footprint) = 30491b8c6604a5159c7ac830340642926c965128effc2793537d1e65fab3459e
SHA256 (transmission-3.00.tar.xz) = 9144652fe742f7f7dd6657716e378da60b751aaeda8bef8344b3eefc4db255f2

View File

@ -1,26 +0,0 @@
# Description: BitTorrent client with gtk user interface
# URL: https://transmissionbt.com/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: gtk3 libevent librsvg
name=transmission-gtk
version=3.00
release=1
source=(https://github.com/transmission/transmission-releases/raw/master/transmission-$version.tar.xz)
build() {
cd transmission-$version
export LINGUAS=" "
./configure --prefix=/usr \
--with-gtk \
--disable-cli \
--disable-daemon
make
make DESTDIR=$PKG install
sed -ri '/\[.+\]=/d' $PKG/usr/share/applications/transmission-gtk.desktop
rm $PKG/usr/{bin,share/man/man1}/transmission-{create,edit,show,remote}*
rm -r $PKG/usr/share/transmission
}