diff --git a/x11-toolkits/termit/Makefile b/x11-toolkits/termit/Makefile index 720e44705b37..c89b234dab27 100644 --- a/x11-toolkits/termit/Makefile +++ b/x11-toolkits/termit/Makefile @@ -1,45 +1,45 @@ PORTNAME= termit PORTVERSION= 3.1 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits gnome MAINTAINER= bob@eager.cx COMMENT= Small terminal emulator with Lua scripting WWW= http://wiki.github.com/nonstop/termit/ LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libpcre2-8.so:devel/pcre2 \ libgnutls.so:security/gnutls USES= cmake gnome lua:53 pkgconfig xorg USE_CSTD= c99 USE_XORG= x11 USE_GNOME= cairo gdkpixbuf2 gtk30 vte3 USE_GITHUB= yes GH_ACCOUNT= nonstop SUB_FILES= pkg-message CPPFLAGS+= -I${LOCALBASE}/include/vte-0.0 TERMIT_ETC= ${STAGEDIR}${PREFIX}/etc/xdg/${PORTNAME} OPTIONS_DEFINE= DEBUG DOCS NLS OPTIONS_SUB= yes DEBUG_CMAKE_ON= -DDEBUG:BOOL=YES NLS_CMAKE_OFF= -DENABLE_NLS:BOOL=NO NLS_USES= gettext post-install: @${MKDIR} ${TERMIT_ETC} .for file in colormaps.lua rc.lua utils.lua ${CP} ${WRKSRC}/etc/termit/${file} ${TERMIT_ETC}/${file}.sample .endfor .include diff --git a/x11-toolkits/termit/files/patch-doc_CMakeLists.txt b/x11-toolkits/termit/files/patch-doc_CMakeLists.txt index c955577b4acb..d678d59c0207 100644 --- a/x11-toolkits/termit/files/patch-doc_CMakeLists.txt +++ b/x11-toolkits/termit/files/patch-doc_CMakeLists.txt @@ -1,15 +1,11 @@ --- doc/CMakeLists.txt.orig 2020-02-17 06:02:21 UTC +++ doc/CMakeLists.txt -@@ -13,10 +13,10 @@ +@@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -SET(TERMIT_DOCS ../COPYING README lua_api.txt rc.lua.example) +SET(TERMIT_DOCS README lua_api.txt rc.lua.example) INSTALL(FILES ${TERMIT_DOCS} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/doc/${TERMIT_PACKAGE}) --INSTALL(FILES termit.1 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1) -+INSTALL(FILES termit.1 DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man1) - INSTALL(FILES termit.desktop DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications) - INSTALL(FILES termit.metainfo.xml DESTINATION ${CMAKE_INSTALL_PREFIX}/share/metainfo) - + INSTALL(FILES termit.1 DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1) diff --git a/x11-toolkits/termit/pkg-plist b/x11-toolkits/termit/pkg-plist index 35228936e4d6..5a31c8ca5d82 100644 --- a/x11-toolkits/termit/pkg-plist +++ b/x11-toolkits/termit/pkg-plist @@ -1,20 +1,20 @@ bin/termit @sample etc/xdg/termit/colormaps.lua.sample @sample etc/xdg/termit/rc.lua.sample @sample etc/xdg/termit/utils.lua.sample -man/man1/termit.1.gz +share/man/man1/termit.1.gz share/applications/termit.desktop share/metainfo/termit.metainfo.xml %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/lua_api.txt %%PORTDOCS%%%%DOCSDIR%%/rc.lua.example %%NLS%%share/locale/de/LC_MESSAGES/termit.mo %%NLS%%share/locale/es/LC_MESSAGES/termit.mo %%NLS%%share/locale/fr/LC_MESSAGES/termit.mo %%NLS%%share/locale/hu/LC_MESSAGES/termit.mo %%NLS%%share/locale/ja/LC_MESSAGES/termit.mo %%NLS%%share/locale/ko/LC_MESSAGES/termit.mo %%NLS%%share/locale/pl/LC_MESSAGES/termit.mo %%NLS%%share/locale/ru/LC_MESSAGES/termit.mo %%NLS%%share/locale/sv/LC_MESSAGES/termit.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/termit.mo