diff options
author | miwi <miwi@FreeBSD.org> | 2009-08-05 17:03:55 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-08-05 17:03:55 +0800 |
commit | eccf8b2e4a294398688e0ed16ed7e77ee10a5930 (patch) | |
tree | ca0ace2058ab37ff21a499d3e4686d2ed5d86f16 /editors | |
parent | 95bcde7be2f462f45a99fa64702e5f19c2a21828 (diff) | |
download | freebsd-ports-gnome-eccf8b2e4a294398688e0ed16ed7e77ee10a5930.tar.gz freebsd-ports-gnome-eccf8b2e4a294398688e0ed16ed7e77ee10a5930.tar.zst freebsd-ports-gnome-eccf8b2e4a294398688e0ed16ed7e77ee10a5930.zip |
- Update to 0.8.16
PR: 137006
Submitted by: Ports Fury
Approved by: maintainer timeout
Diffstat (limited to 'editors')
-rw-r--r-- | editors/leafpad/Makefile | 11 | ||||
-rw-r--r-- | editors/leafpad/distinfo | 6 | ||||
-rw-r--r-- | editors/leafpad/pkg-plist | 14 |
3 files changed, 22 insertions, 9 deletions
diff --git a/editors/leafpad/Makefile b/editors/leafpad/Makefile index 9e533b0cf694..9b33a21f5a7e 100644 --- a/editors/leafpad/Makefile +++ b/editors/leafpad/Makefile @@ -6,8 +6,7 @@ # PORTNAME= leafpad -PORTVERSION= 0.8.9 -PORTREVISION= 6 +PORTVERSION= 0.8.16 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,12 +15,12 @@ MAINTAINER= radek@raadradd.com COMMENT= GTK+ based simple text editor USE_GNOME= gtk20 desktopfileutils intlhack -USE_GETTEXT= YES +USE_GETTEXT= yes +USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" \ - PTHREAD_LIB="${PTHREAD_LIBS}" +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-chooser - +INSTALLS_ICONS= yes CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS} diff --git a/editors/leafpad/distinfo b/editors/leafpad/distinfo index e8bd0b9d8d80..c779e56240e7 100644 --- a/editors/leafpad/distinfo +++ b/editors/leafpad/distinfo @@ -1,3 +1,3 @@ -MD5 (leafpad-0.8.9.tar.gz) = 66a502c2c9e87b8f7ef0370ecb83cbbb -SHA256 (leafpad-0.8.9.tar.gz) = 5e8014be4fbebd0ced491d16eef8ef38a03382c25ef0ce41f0ee22a9ada30a6f -SIZE (leafpad-0.8.9.tar.gz) = 247117 +MD5 (leafpad-0.8.16.tar.gz) = 65c17a9ed866b059856b5513f5eaae17 +SHA256 (leafpad-0.8.16.tar.gz) = a4d682894a45e5ad66d7ed1d24caeb67b3e4b9014d503149425d3deb134d8bb2 +SIZE (leafpad-0.8.16.tar.gz) = 271750 diff --git a/editors/leafpad/pkg-plist b/editors/leafpad/pkg-plist index 941b037b7c61..7c1e08dcad05 100644 --- a/editors/leafpad/pkg-plist +++ b/editors/leafpad/pkg-plist @@ -1,24 +1,38 @@ bin/leafpad share/applications/leafpad.desktop +share/icons/hicolor/16x16/apps/leafpad.png +share/icons/hicolor/22x22/apps/leafpad.png +share/icons/hicolor/24x24/apps/leafpad.png +share/icons/hicolor/32x32/apps/leafpad.png +share/icons/hicolor/scalable/apps/leafpad.svg share/locale/bg/LC_MESSAGES/leafpad.mo share/locale/ca/LC_MESSAGES/leafpad.mo share/locale/cs/LC_MESSAGES/leafpad.mo +share/locale/da/LC_MESSAGES/leafpad.mo share/locale/de/LC_MESSAGES/leafpad.mo share/locale/el/LC_MESSAGES/leafpad.mo share/locale/es/LC_MESSAGES/leafpad.mo +share/locale/eu/LC_MESSAGES/leafpad.mo +share/locale/fi/LC_MESSAGES/leafpad.mo share/locale/fr/LC_MESSAGES/leafpad.mo +share/locale/ga/LC_MESSAGES/leafpad.mo share/locale/he/LC_MESSAGES/leafpad.mo share/locale/hu/LC_MESSAGES/leafpad.mo +share/locale/id/LC_MESSAGES/leafpad.mo share/locale/it/LC_MESSAGES/leafpad.mo share/locale/ja/LC_MESSAGES/leafpad.mo +share/locale/ko/LC_MESSAGES/leafpad.mo share/locale/lt/LC_MESSAGES/leafpad.mo +share/locale/nl/LC_MESSAGES/leafpad.mo share/locale/pl/LC_MESSAGES/leafpad.mo share/locale/pt/LC_MESSAGES/leafpad.mo +share/locale/pt_BR/LC_MESSAGES/leafpad.mo share/locale/ru/LC_MESSAGES/leafpad.mo share/locale/sk/LC_MESSAGES/leafpad.mo share/locale/sv/LC_MESSAGES/leafpad.mo share/locale/ta/LC_MESSAGES/leafpad.mo share/locale/tr/LC_MESSAGES/leafpad.mo +share/locale/uk/LC_MESSAGES/leafpad.mo share/locale/vi/LC_MESSAGES/leafpad.mo share/locale/zh_CN/LC_MESSAGES/leafpad.mo share/locale/zh_TW/LC_MESSAGES/leafpad.mo |