Date: Sat, 21 Dec 2013 11:19:14 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337139 - in head/editors/textroom: . files Message-ID: <201312211119.rBLBJEIN097980@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Sat Dec 21 11:19:14 2013 New Revision: 337139 URL: http://svnweb.freebsd.org/changeset/ports/337139 Log: - Fix build on -current - Support desktop-file-utils - Strip textroom binary PR: ports/184893 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Modified: head/editors/textroom/Makefile head/editors/textroom/files/patch-application_application.pro (contents, props changed) head/editors/textroom/pkg-plist (contents, props changed) Modified: head/editors/textroom/Makefile ============================================================================== --- head/editors/textroom/Makefile Sat Dec 21 11:03:03 2013 (r337138) +++ head/editors/textroom/Makefile Sat Dec 21 11:19:14 2013 (r337139) @@ -3,27 +3,32 @@ PORTNAME= textroom PORTVERSION= 0.8.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Full screen text editor -LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \ - libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 \ - libcurl.so:${PORTSDIR}/ftp/curl +LICENSE= GPLv3 -USES= qmake shared-mime-info +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \ + libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 + +USES= desktop-file-utils pkgconfig qmake +USE_GL= gl USE_SDL= mixer -USE_QT4= moc_build rcc_build uic_build corelib gui xml \ - svg opengl qt3support -QMAKE_ARGS= LOCALBASE=${LOCALBASE} +USE_QT4= moc_build rcc_build uic_build \ + corelib gui opengl qt3support svg xml post-patch: - @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \ - ${WRKSRC}/application/src/textroom.cpp \ - ${WRKSRC}/application/src/getaword.cpp \ - ${WRKSRC}/application/src/optionsdialog.cpp +.for i in getaword.cpp optionsdialog.cpp textroom.cpp + @${REINPLACE_CMD} -e \ + 's|/usr/share|${PREFIX}/share|' ${WRKSRC}/application/src/${i} +.endfor + +post-install: + @${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/textroom .include <bsd.port.mk> Modified: head/editors/textroom/files/patch-application_application.pro ============================================================================== --- head/editors/textroom/files/patch-application_application.pro Sat Dec 21 11:03:03 2013 (r337138) +++ head/editors/textroom/files/patch-application_application.pro Sat Dec 21 11:19:14 2013 (r337139) @@ -1,14 +1,14 @@ --- application/application.pro.orig 2011-01-22 03:25:20.000000000 +0100 +++ application/application.pro 2011-02-10 21:37:18.000000000 +0100 -@@ -4,19 +4,20 @@ +@@ -4,20 +4,16 @@ src \ ui -linux-g++ { -+freebsd-g++ { ++unix { INCLUDEPATH += . \ src \ - src/include \ +- src/include \ - /usr/include \ - /usr/include/hunspell \ - /usr/include/libxml++-2.6 \ @@ -18,37 +18,41 @@ - /usr/lib/glib-2.0/include \ - /usr/lib/libxml++-2.6/include \ - /usr/include/SDL -+ $$LOCALBASE/include \ -+ $$LOCALBASE/include/hunspell \ -+ $$LOCALBASE/include/libxml++-2.6 \ -+ $$LOCALBASE/include//libxml++-2.6/include \ -+ $$LOCALBASE/include/glibmm-2.4 \ -+ $$LOCALBASE/lib/glibmm-2.4/include \ -+ $$LOCALBASE/include/glib-2.0 \ -+ $$LOCALBASE/lib/glib-2.0/include \ -+ $$LOCALBASE/lib/libxml++-2.6/include \ -+ $$LOCALBASE/include/SDL - +- ++ src/include ++ PKGCONFIG += \ ++ glib-2.0 \ ++ hunspell \ ++ libcurl \ ++ libxml++-2.6 \ ++ SDL_mixer } -@@ -85,7 +86,7 @@ + macx { +@@ -85,40 +81,33 @@ src/asciireporter.cpp RESOURCES += resource/textroom.qrc \ resource/images/icons-app.qrc -linux-g++ { -+freebsd-g++ { ++unix { CONFIG += release \ ++ link_pkgconfig \ build_all INSTALLS += data \ -@@ -98,27 +99,27 @@ + dict \ + target \ + desktop \ +- uninstaller \ + mime \ + words \ icon - LIBS = -lSDL_mixer \ - -lSDL \ +- LIBS = -lSDL_mixer \ +- -lSDL \ - -lhunspell \ -+ -lhunspell-1.3 \ - -lglibmm-2.4 \ - -lcurl \ - -lxml++-2.6 \ +- -lglibmm-2.4 \ +- -lcurl \ +- -lxml++-2.6 \ ++ LIBS = \ $$TOPDIR/lib/libflo.a - data.path = /usr/share/sounds + data.path = $$PREFIX/share/sounds @@ -68,8 +72,7 @@ + mime.path = $$PREFIX/share/textroom mime.files = resource/desktop/textroom-txr-mime.xml - uninstaller.path = /usr/bin -+ uninstaller.path = $$PREFIX/bin - uninstaller.files = resource/desktop/textroom-uninstall +- uninstaller.files = resource/desktop/textroom-uninstall - dict.path = /usr/share/hunspell + dict.path = $$PREFIX/share/hunspell dict.files = resource/dict/* Modified: head/editors/textroom/pkg-plist ============================================================================== --- head/editors/textroom/pkg-plist Sat Dec 21 11:03:03 2013 (r337138) +++ head/editors/textroom/pkg-plist Sat Dec 21 11:19:14 2013 (r337139) @@ -1,13 +1,12 @@ bin/textroom -bin/textroom-uninstall share/applications/textroom.desktop -share/textroom/textroom-txr-mime.xml -share/textroom/words.txt share/hunspell/tr.aff share/hunspell/tr.dic share/pixmaps/textroom.png share/sounds/keyany.wav share/sounds/keyenter.wav +%%DATADIR%%/textroom-txr-mime.xml +%%DATADIR%%/words.txt +@dirrm %%DATADIR%% @dirrmtry share/sounds @dirrmtry share/hunspell -@dirrm share/textroom
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312211119.rBLBJEIN097980>