Update to version 2-0.11, which contains improved transparency
support, and a graphical theme editor.
This commit is contained in:
parent
b11ec6a474
commit
32bdf3fcec
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=266332
@ -6,72 +6,82 @@
|
||||
#
|
||||
|
||||
PORTNAME= tint2
|
||||
PORTVERSION= 0.9
|
||||
PORTVERSION= 0.11
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
||||
|
||||
MAINTAINER= dougb@FreeBSD.org
|
||||
COMMENT= Lightweight freedesktop-compliant panel/taskbar/systray/clock
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
LIB_DEPENDS= cairo.2:${PORTSDIR}/graphics/cairo
|
||||
|
||||
PROJECTHOST= tint2
|
||||
USE_BZIP2= yes
|
||||
USE_CMAKE= yes
|
||||
USE_GNOME= pango glib20
|
||||
USE_XORG= xinerama xrandr xdamage xcomposite
|
||||
USE_EFL= imlib2
|
||||
USE_GMAKE= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CONFIGURE_ARGS= --disable-battery --disable-tint2conf
|
||||
CMAKE_ARGS= -DENABLE_BATTERY:BOOL=OFF -DMANDIR:PATH=man
|
||||
|
||||
PLIST_FILES= bin/tint2 \
|
||||
etc/xdg/tint2/tint2rc \
|
||||
share/tint2/default_icon.png
|
||||
PLIST_DIRS= etc/xdg/tint2 \
|
||||
share/tint2
|
||||
PLIST_DIRS= share/tint2
|
||||
|
||||
OPTIONS= PYCONF "Configuration editing tool (req. python)" on
|
||||
|
||||
MAN1= tint2.1
|
||||
|
||||
PORTDOCS= AUTHORS ChangeLog README NEWS
|
||||
PORTDOCS= AUTHORS ChangeLog README
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 700000
|
||||
BROKEN= does not link
|
||||
.if defined(WITH_PYCONF)
|
||||
USE_PYTHON= yes
|
||||
CMAKE_ARGS+= -DENABLE_TINT2CONF:BOOL=ON
|
||||
PLIST_FILES+= bin/tint2conf bin/tintwizard.py \
|
||||
share/applications/tint2conf.desktop \
|
||||
share/pixmaps/tint2conf.png share/pixmaps/tint2conf.svg
|
||||
PLIST_DIRS+= share/applications
|
||||
PYCONF_SRC= ${WRKSRC}/src/tint2conf
|
||||
.else
|
||||
CMAKE_ARGS+= -DENABLE_TINT2CONF:BOOL=OFF
|
||||
.endif
|
||||
|
||||
.if defined(WITH_PYCONF)
|
||||
post-patch:
|
||||
@${CP} ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.in.presed
|
||||
@${SED} -e "s# install-dist_docDATA##" \
|
||||
${WRKSRC}/Makefile.in.presed > ${WRKSRC}/Makefile.in
|
||||
@${CP} ${WRKSRC}/src/tint.c ${WRKSRC}/src/tint.c.presed
|
||||
@${SED} -e "s#SIGCLD#SIGCHLD#g" ${WRKSRC}/src/tint.c.presed > \
|
||||
${WRKSRC}/src/tint.c
|
||||
@${MV} ${PYCONF_SRC}/tintwizard.py ${PYCONF_SRC}/tintwizard.py.Dist
|
||||
@${SED} -e 's#pidof#pgrep#g' ${PYCONF_SRC}/tintwizard.py.Dist \
|
||||
> ${PYCONF_SRC}/tintwizard.py
|
||||
.endif
|
||||
|
||||
pre-install:
|
||||
@${ECHO} "rmdir ${X11BASE}/etc/xdg 2>/dev/null || true" > \
|
||||
${WRKDIR}/pkg-deinstall
|
||||
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
|
||||
|
||||
post-install:
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/tint2 ${PREFIX}/bin
|
||||
${MKDIR} ${PREFIX}/share/tint2
|
||||
${INSTALL_DATA} ${WRKSRC}/default_icon.png ${PREFIX}/share/tint2
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/tint2.1 ${MANPREFIX}/man/man1
|
||||
.if defined(WITH_PYCONF)
|
||||
${INSTALL_PROGRAM} ${PYCONF_SRC}/tint2conf ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${PYCONF_SRC}/tintwizard.py ${PREFIX}/bin
|
||||
${MKDIR} ${PREFIX}/share/applications
|
||||
${INSTALL_DATA} ${PYCONF_SRC}/tint2conf.desktop ${PREFIX}/share/applications
|
||||
${INSTALL_DATA} ${PYCONF_SRC}/tint2conf.png ${PREFIX}/share/pixmaps
|
||||
${INSTALL_DATA} ${PYCONF_SRC}/tint2conf.svg ${PREFIX}/share/pixmaps
|
||||
.endif
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
.for file in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
@for file in ${RCS}; do \
|
||||
${INSTALL_DATA} ${WRKSRC}/sample/$${file} ${EXAMPLESDIR}; \
|
||||
done
|
||||
RCS= black_single_desktop.tint2rc default.tint2rc horizontal_icon_only.tint2rc rounded_multi_desktop.tint2rc tint2rc vertical_icon_only.tint2rc white_single_desktop.tint2rc
|
||||
RCS= icon_and_text_1.tint2rc icon_and_text_2.tint2rc icon_and_text_3.tint2rc icon_and_text_4.tint2rc icon_only_1.tint2rc icon_only_2.tint2rc icon_only_3.tint2rc icon_only_4.tint2rc icon_only_6.tint2rc icon_only_7.tint2rc text_only_1.tint2rc text_only_2.tint2rc text_only_3.tint2rc text_only_4.tint2rc text_only_5.tint2rc text_only_6.tint2rc tint2rc
|
||||
.for file in ${RCS}
|
||||
PLIST_FILES+= ${EXAMPLESDIR_REL}/${file}
|
||||
.endfor
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (tint2-0.9.tar.gz) = 411de6ccb8b82089852d8c854b12ddb9
|
||||
SHA256 (tint2-0.9.tar.gz) = 5f8b14969c7bd7758f6361faae279e1d0659c9be347a12a072f8cf93854f4703
|
||||
SIZE (tint2-0.9.tar.gz) = 206491
|
||||
SHA256 (tint2-0.11.tar.bz2) = fe106e6a6057d2631abddde9f82d3fd4fb1985c4fb93f10d3886417a9e22471d
|
||||
SIZE (tint2-0.11.tar.bz2) = 91716
|
||||
|
@ -13,8 +13,6 @@ Tint panel features
|
||||
* clock with font, color and transparency
|
||||
* multi-monitor : panel position adjust to monitor, taskbar by monitor
|
||||
|
||||
LICENSE: GPL2 or later
|
||||
|
||||
WWW: http://code.google.com/p/tint2/
|
||||
|
||||
- Doug Barton
|
||||
|
Loading…
Reference in New Issue
Block a user