diff options
-rw-r--r-- | editors/leafpad/Makefile | 7 | ||||
-rw-r--r-- | editors/leafpad/distinfo | 4 | ||||
-rw-r--r-- | editors/leafpad/pkg-plist | 7 |
3 files changed, 11 insertions, 7 deletions
diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile index 396a979..c4a7463 100644 --- a/editors/leafpad/Makefile +++ b/editors/leafpad/Makefile @@ -6,7 +6,7 @@ # PORTNAME= leafpad -PORTVERSION= 0.7.4 +PORTVERSION= 0.7.5 CATEGORIES= editors MASTER_SITES= http://tarot.freeshell.org/leafpad/ @@ -32,8 +32,9 @@ PLIST_SUB+= NLS:="@comment " .endif post-patch: - @${REINPLACE_CMD} -e 's|/pixmaps|/${PORTNAME}|g' \ - ${WRKSRC}/Makefile.in ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e 's|/pixmaps|/gnome/pixmaps|; \ + s|/applications|/gnome/applications|' \ + ${WRKSRC}/Makefile.in ${WRKSRC}/src/Makefile.in .ifndef (NOPORTDOCS) post-install: diff --git a/editors/leafpad/distinfo b/editors/leafpad/distinfo index 002fae9..19743f6 100644 --- a/editors/leafpad/distinfo +++ b/editors/leafpad/distinfo @@ -1,2 +1,2 @@ -MD5 (leafpad-0.7.4.tar.gz) = 3aa3495d6071b1b2c049f0d52f35afe5 -SIZE (leafpad-0.7.4.tar.gz) = 165158 +MD5 (leafpad-0.7.5.tar.gz) = 182ea09a1f2f1efcd519d8aa1470f41f +SIZE (leafpad-0.7.5.tar.gz) = 172262 diff --git a/editors/leafpad/pkg-plist b/editors/leafpad/pkg-plist index 0107e2e..fc8c041 100644 --- a/editors/leafpad/pkg-plist +++ b/editors/leafpad/pkg-plist @@ -4,9 +4,12 @@ bin/leafpad %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/README -share/leafpad/leafpad.png +share/gnome/applications/leafpad.desktop +share/gnome/pixmaps/leafpad.png +%%NLS:%%share/locale/de/LC_MESSAGES/leafpad.mo %%NLS:%%share/locale/ja/LC_MESSAGES/leafpad.mo +%%NLS:%%share/locale/ru/LC_MESSAGES/leafpad.mo +%%NLS:%%share/locale/sv/LC_MESSAGES/leafpad.mo %%NLS:%%share/locale/zh_CN/LC_MESSAGES/leafpad.mo %%NLS:%%share/locale/zh_TW/LC_MESSAGES/leafpad.mo -@dirrm share/leafpad %%PORTDOCS%%@dirrm %%DOCSDIR%% |