Skip to content

Commit

Permalink
x11/alltray: remove gconf option entirely
Browse files Browse the repository at this point in the history
While here mark it as deprecated: abandonware [1]

Approved by:	acm (maintainer)
Suggested by:	acm [1]
  • Loading branch information
bapt committed Jun 8, 2022
1 parent 0839acb commit afc34de
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions x11/alltray/Makefile
Expand Up @@ -2,7 +2,7 @@

PORTNAME= alltray
PORTVERSION= 0.70
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= x11
MASTER_SITES= SF

Expand All @@ -12,6 +12,9 @@ COMMENT= Dock any application with no native tray icon
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING

DEPRECATED= abandonware
EXPIRATION_DATE= 2022-07-08

USES= gnome libtool pkgconfig
USE_GNOME= gtk20
GNU_CONFIGURE= yes
Expand All @@ -21,16 +24,7 @@ CFLAGS+= -fcommon
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip

OPTIONS_DEFINE= KDE
KDE_DESC= Support only KDE desktop
KDE_CONFIGURE_ON= --disable-gconf

.include <bsd.port.options.mk>

.if ! ${PORT_OPTIONS:MKDE}
USE_GNOME+= gconf2
.endif
CONFIGURE_ARGS= --disable-gconf

post-patch:
@${CHMOD} +x ${WRKSRC}/install-sh
Expand Down

0 comments on commit afc34de

Please sign in to comment.