mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
e01c71c7b1
Sadly, Transmission has stopped supporting GTK 2.0 (it had to happen some day). They now require GTK 3.2.0 [1], which we currently lack, so for those who wish to use the GTK frontend need to stay on version 2.5 When our GTK is upgraded I'll make MOVED entries to make the transition back to 2.6 as seamless as possible. [1] http://tinyurl.com/cfchfp9
45 lines
1.0 KiB
Makefile
45 lines
1.0 KiB
Makefile
# New ports collection makefile for: transmission-gtk2
|
|
# Date created: 11 February 2006
|
|
# Whom: Mezz <mezz@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -gtk2
|
|
|
|
MAINTAINER= crees@FreeBSD.org
|
|
COMMENT= The last version of Transmission to support GTK 2.0
|
|
|
|
LIB_DEPENDS= ${GEN_LIB_DEPENDS} \
|
|
notify.4:${PORTSDIR}/devel/libnotify \
|
|
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
|
|
RUN_DEPENDS= ${GEN_RUN_DEPENDS} \
|
|
xdg-open:${PORTSDIR}/devel/xdg-utils
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
MASTERDIR= ${.CURDIR}/../transmission25-cli
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
SLAVEPORT= gtk2
|
|
|
|
USE_GNOME= gnomehack gtk20 desktopfileutils intlhack
|
|
USE_GETTEXT= yes
|
|
INSTALLS_ICONS= yes
|
|
|
|
EXTRA_CONF_ARGS=--disable-cli \
|
|
--disable-daemon \
|
|
--with-gtk \
|
|
--enable-inotify \
|
|
--disable-mac \
|
|
--enable-nls
|
|
|
|
MAN1= transmission-gtk.1
|
|
|
|
post-patch: general-patch
|
|
@${REINPLACE_CMD} -e 's|TryExec=.*||g ; /^$$/d' \
|
|
${WRKSRC}/gtk/transmission-gtk.desktop.in
|
|
|
|
post-install: general-install
|
|
@-update-desktop-database
|
|
|
|
.include "${MASTERDIR}/Makefile"
|