svn commit: r319119 - in head/deskutils/easystroke: . files
William Grzybowski
wg at FreeBSD.org
Sun May 26 16:18:05 UTC 2013
Author: wg
Date: Sun May 26 16:18:04 2013
New Revision: 319119
URL: http://svnweb.freebsd.org/changeset/ports/319119
Log:
- Update to 0.6.0 [1]
- Add LICENSE (ISCL)
- Unmute install commands
Changes: https://github.com/thjaeger/easystroke/blob/94a862e9/changelog
PR: ports/178751 [1]
Submitted by: Tobias Kortkamp <tobias.kortkamp at gmail.com> (maintainer)
Approved by: culot (mentor)
Deleted:
head/deskutils/easystroke/files/patch-main.cc
Modified:
head/deskutils/easystroke/Makefile
head/deskutils/easystroke/distinfo
head/deskutils/easystroke/files/patch-Makefile
Modified: head/deskutils/easystroke/Makefile
==============================================================================
--- head/deskutils/easystroke/Makefile Sun May 26 16:16:33 2013 (r319118)
+++ head/deskutils/easystroke/Makefile Sun May 26 16:18:04 2013 (r319119)
@@ -1,17 +1,19 @@
-# Created by: Tobias Kortkamp <tobias.kortkamp at gmail.com>
+# Created by: Tobias Kortkamp <tobias.kortkamp at gmail.com>
# $FreeBSD$
PORTNAME= easystroke
-PORTVERSION= 0.5.6
+PORTVERSION= 0.6.0
CATEGORIES= deskutils
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
MAINTAINER= tobias.kortkamp at gmail.com
COMMENT= Easystroke is a gesture-recognition application for X11
+LICENSE= ISCL
+
BUILD_DEPENDS= help2man:${PORTSDIR}/misc/help2man \
${LOCALBASE}/include/xorg/xserver-properties.h:${PORTSDIR}/x11-servers/xorg-server
-LIB_DEPENDS= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \
+LIB_DEPENDS= gtkmm-3:${PORTSDIR}/x11-toolkits/gtkmm30 \
dbus-glib:${PORTSDIR}/devel/dbus-glib \
boost_serialization:${PORTSDIR}/devel/boost-libs
@@ -20,14 +22,13 @@ MAN1= easystroke.1
USE_GCC= any
USE_XORG= x11 xtst
USE_GMAKE= yes
+USES+= gettext
INSTALLS_ICONS= yes
OPTIONS_DEFINE= NLS
.include <bsd.port.options.mk>
-USES+= gettext
-
.if ${PORT_OPTIONS:MNLS}
BUILD_DEPENDS+= intltool-merge:${PORTSDIR}/textproc/intltool
PLIST_SUB+= NLS=""
@@ -44,17 +45,17 @@ pre-build:
do-install:
@${MKDIR} ${PREFIX}/bin/
- @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
@${MKDIR} ${PREFIX}/share/applications/
- @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${PREFIX}/share/applications/
+ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.desktop ${PREFIX}/share/applications/
@${MKDIR} ${PREFIX}/share/pixmaps/
- @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.svg ${PREFIX}/share/pixmaps/
+ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.svg ${PREFIX}/share/pixmaps/
@${MKDIR} ${PREFIX}/man/man1/
- @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1
.if ${PORT_OPTIONS:MNLS}
@${MKDIR} ${PREFIX}/share/locale/
- @(cd ${WRKSRC}/po/ && \
+ (cd ${WRKSRC}/po/ && \
${COPYTREE_SHARE} \* ${PREFIX}/share/locale/ "-name *.mo")
.endif
Modified: head/deskutils/easystroke/distinfo
==============================================================================
--- head/deskutils/easystroke/distinfo Sun May 26 16:16:33 2013 (r319118)
+++ head/deskutils/easystroke/distinfo Sun May 26 16:18:04 2013 (r319119)
@@ -1,2 +1,2 @@
-SHA256 (easystroke-0.5.6.tar.gz) = aee0b9127610ea2b75d0d9ff056e804f059c2241e5e94eae49140268c7fc13ab
-SIZE (easystroke-0.5.6.tar.gz) = 111143
+SHA256 (easystroke-0.6.0.tar.gz) = f4c37adbc4dd405a24badb9e6be20d3223b4087ff9caed2c15ff71674051d0fd
+SIZE (easystroke-0.6.0.tar.gz) = 121358
Modified: head/deskutils/easystroke/files/patch-Makefile
==============================================================================
--- head/deskutils/easystroke/files/patch-Makefile Sun May 26 16:16:33 2013 (r319118)
+++ head/deskutils/easystroke/files/patch-Makefile Sun May 26 16:18:04 2013 (r319119)
@@ -1,14 +1,14 @@
---- Makefile.orig 2013-02-14 11:04:30.880047783 +0100
-+++ Makefile 2013-02-14 11:05:05.096047700 +0100
-@@ -78,9 +78,9 @@
+--- Makefile.orig 2013-05-18 19:53:39.780480687 +0200
++++ Makefile 2013-05-18 19:54:36.579483230 +0200
+@@ -82,9 +82,9 @@
easystroke.desktop: easystroke.desktop.in $(MOFILES)
intltool-merge po/ -d -u $< $@
-desktop.c: easystroke.desktop
+desktop.c:
echo "const char *desktop_file = \"\\" > $@
-- sed 's/Exec=easystroke/Exec=%s/' $< | sed 's/"/\\"/g' | sed 's/.*/&\\n\\/' >> $@
-+ sed 's/Exec=easystroke/Exec=%s/' easystroke.desktop | sed 's/"/\\"/g' | sed 's/.*/&\\n\\/' >> $@
+- sed 's/Exec=easystroke/Exec=%1$$s/' $< | sed 's/"/\\"/g' | sed 's/.*/&\\n\\/' >> $@
++ sed 's/Exec=easystroke/Exec=%1$$s/' easystroke.desktop | sed 's/"/\\"/g' | sed 's/.*/&\\n\\/' >> $@
echo "\";" >> $@
- dbus-server.cc: dbus-server.h
+ po/POTFILES.in: $(CCFILES) $(HFILES)
More information about the svn-ports-head
mailing list