Index: head/x11/tilda/Makefile =================================================================== --- head/x11/tilda/Makefile (revision 383868) +++ head/x11/tilda/Makefile (revision 383869) @@ -1,46 +1,41 @@ # $FreeBSD$ PORTNAME= tilda -PORTVERSION= 0.9.6 -PORTREVISION= 7 +PORTVERSION= 1.2.2 CATEGORIES= x11 -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} +MASTER_SITES= https://github.com/lanoxx/${PORTNAME}/archive/ MAINTAINER= rodrigo@FreeBSD.org COMMENT= Drop down x11 terminal with transparency support LICENSE= GPLv2 -LIB_DEPENDS= libconfuse.so:${PORTSDIR}/devel/libconfuse +LIB_DEPENDS= libconfuse.so:${PORTSDIR}/devel/libconfuse \ + libvte2_90.so:${PORTSDIR}/x11-toolkits/vte290 +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTNAME} GNU_CONFIGURE= yes -USE_GNOME= gtk20 libglade2 vte -USES= gmake gettext pkgconfig +CONFIGURE_ARGS= --disable-rpath +USE_GNOME= gtk30 +USES= gmake gettext pkgconfig autoreconf pathfix libtool +INSTALL_TARGET= install-strip -DOCS= AUTHORS ChangeLog README TODO +DOCS= AUTHORS ChangeLog HACKING.md README.md TODO.md OPTIONS_DEFINE= DOCS - -post-patch: - @${REINPLACE_CMD} -e 's|ps -C tilda -o pid=|pgrep tilda|' \ - ${WRKSRC}/src/tilda.c - @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ - ${WRKSRC}/src/tomboykeybinder.h - @${REINPLACE_CMD} -e 's|-R$$found_dir|-Wl,-rpath,$$found_dir|g' \ - ${WRKSRC}/configure post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor @${ECHO_MSG} "" @${ECHO_MSG} "" @${ECHO_MSG} " ATTENTION:" @${ECHO_MSG} " If you are upgrade from version 0.09.1 or below," @${ECHO_MSG} " you'll need to delete your old config files and " @${ECHO_MSG} " make them again." @${ECHO_MSG} "" @${ECHO_MSG} "" .include Index: head/x11/tilda/distinfo =================================================================== --- head/x11/tilda/distinfo (revision 383868) +++ head/x11/tilda/distinfo (revision 383869) @@ -1,2 +1,2 @@ -SHA256 (tilda-0.9.6.tar.gz) = b3bd0f63eb83a5001ef26056ca116e5f8005d454f8f82a94f334868862068411 -SIZE (tilda-0.9.6.tar.gz) = 307517 +SHA256 (tilda-1.2.2.tar.gz) = 855ab15423e3de8106975fab2185af4380caeb1bb4c2d0bc60b7674d29f0f4d7 +SIZE (tilda-1.2.2.tar.gz) = 289677 Index: head/x11/tilda/files/patch-key_grabber.c =================================================================== --- head/x11/tilda/files/patch-key_grabber.c (revision 383868) +++ head/x11/tilda/files/patch-key_grabber.c (nonexistent) @@ -1,15 +0,0 @@ -diff --git a/src/key_grabber.c b/src/key_grabber.c -index 8c9e67c..b4ca786 100644 ---- src/key_grabber.c -+++ src/key_grabber.c -@@ -190,8 +190,8 @@ void pull (struct tilda_window_ *tw, enum pull_state state) - * Overriding the user time here seems to work a lot better than calling - * gtk_window_present_with_time() here, or at the end of the function. I have - * no idea why, they should do the same thing. */ -- gdk_x11_window_set_user_time (GTK_WIDGET(tw->window)->window, -- tomboy_keybinder_get_current_event_time()); -+ /*gdk_x11_window_set_user_time (GTK_WIDGET(tw->window)->window, -+ tomboy_keybinder_get_current_event_time());*/ - gtk_window_move (GTK_WINDOW(tw->window), config_getint ("x_pos"), config_getint ("y_pos")); - gtk_widget_show (GTK_WIDGET(tw->window)); - Property changes on: head/x11/tilda/files/patch-key_grabber.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/x11/tilda/files/patch-tilda.c =================================================================== --- head/x11/tilda/files/patch-tilda.c (nonexistent) +++ head/x11/tilda/files/patch-tilda.c (revision 383869) @@ -0,0 +1,10 @@ +--- src/tilda.c.orig 2014-10-28 11:26:57.000000000 +0000 ++++ src/tilda.c 2015-04-09 12:05:56.977831590 +0000 +@@ -12,6 +12,7 @@ + * You should have received a copy of the GNU Library General Public + * License along with this library. If not, see . + */ ++#include + #define _POSIX_SOURCE /* feature test macro for signal functions */ + #define _XOPEN_SOURCE /* feature test macro for popen */ + Property changes on: head/x11/tilda/files/patch-tilda.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/x11/tilda/pkg-descr =================================================================== --- head/x11/tilda/pkg-descr (revision 383868) +++ head/x11/tilda/pkg-descr (revision 383869) @@ -1,6 +1,6 @@ Tilda is a x11 terminal taking after the likeness of many classic terminals from first person shooter games, Quake, Doom and Half-Life to name a few, where the terminal has no border and is hidden from the desktop till a key or keys is hit. -WWW: http://tilda.sourceforge.net/ +WWW: https://github.com/lanoxx/tilda Index: head/x11/tilda/pkg-plist =================================================================== --- head/x11/tilda/pkg-plist (revision 383868) +++ head/x11/tilda/pkg-plist (revision 383869) @@ -1,26 +1,29 @@ bin/tilda share/applications/tilda.desktop +share/locale/bg/LC_MESSAGES/tilda.mo share/locale/ca/LC_MESSAGES/tilda.mo share/locale/cs/LC_MESSAGES/tilda.mo share/locale/de/LC_MESSAGES/tilda.mo share/locale/el/LC_MESSAGES/tilda.mo share/locale/en_GB/LC_MESSAGES/tilda.mo share/locale/es/LC_MESSAGES/tilda.mo share/locale/fr/LC_MESSAGES/tilda.mo share/locale/hu/LC_MESSAGES/tilda.mo share/locale/it/LC_MESSAGES/tilda.mo +share/locale/lt/LC_MESSAGES/tilda.mo share/locale/pl/LC_MESSAGES/tilda.mo share/locale/pt/LC_MESSAGES/tilda.mo share/locale/pt_BR/LC_MESSAGES/tilda.mo share/locale/ru/LC_MESSAGES/tilda.mo share/locale/sk/LC_MESSAGES/tilda.mo share/locale/sl/LC_MESSAGES/tilda.mo share/locale/sv/LC_MESSAGES/tilda.mo share/locale/tr/LC_MESSAGES/tilda.mo share/locale/zh_CN/LC_MESSAGES/tilda.mo share/pixmaps/tilda.png -share/tilda.glade %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%%%DOCSDIR%%/HACKING.md +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/TODO.md +%%PORTDOCS%%@dir %%DOCSDIR%%