diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-11-08 01:54:59 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2008-11-08 01:54:59 +0000 |
commit | 86f294e4713fda75d1e578e32eebb9446e993fb5 (patch) | |
tree | 51eb417cc61daf0b4d8d2d8c90b6ab2baa233c6c /deskutils | |
parent | 020349626824c725f56c5940811118513a4d1d45 (diff) |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/notecase/Makefile | 12 | ||||
-rw-r--r-- | deskutils/notecase/distinfo | 6 | ||||
-rw-r--r-- | deskutils/notecase/files/patch-Makefile | 8 | ||||
-rw-r--r-- | deskutils/notecase/pkg-plist | 1 |
4 files changed, 11 insertions, 16 deletions
diff --git a/deskutils/notecase/Makefile b/deskutils/notecase/Makefile index 55ce77a08038..9724c74c921e 100644 --- a/deskutils/notecase/Makefile +++ b/deskutils/notecase/Makefile @@ -6,7 +6,7 @@ # PORTNAME= notecase -PORTVERSION= 1.9.5 +PORTVERSION= 1.9.7 CATEGORIES= deskutils textproc MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION}_src @@ -15,7 +15,7 @@ MAINTAINER= ganael.laplanche@martymac.com COMMENT= A hierarchical text notes manager USE_GMAKE= yes -USE_GNOME= gtk20 gnomevfs2 desktopfileutils +USE_GNOME= gtk20 gnomevfs2 desktopfileutils pkgconfig USE_GETTEXT= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} @@ -25,12 +25,6 @@ PORTDOCS= help.ncd license.txt INSTALL_TARGET= install docinstall .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 600000 -BROKEN= Does not compile -.endif - post-patch: @${REINPLACE_CMD} -e 's|prefix=/usr|prefix=${PREFIX}|' \ ${WRKSRC}/Makefile @@ -41,4 +35,4 @@ post-install: @-update-mime-database ${PREFIX}/share/mime @-update-desktop-database -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/deskutils/notecase/distinfo b/deskutils/notecase/distinfo index eedaf26b9d18..4d7fadd05c8a 100644 --- a/deskutils/notecase/distinfo +++ b/deskutils/notecase/distinfo @@ -1,3 +1,3 @@ -MD5 (notecase-1.9.5_src.tar.gz) = 715882a3704aade999a3cdbf72c9d38c -SHA256 (notecase-1.9.5_src.tar.gz) = 7db801741bee2cc1051ed6b74edc3b307973bbc3f225f1ab14b9ea9e73095681 -SIZE (notecase-1.9.5_src.tar.gz) = 913590 +MD5 (notecase-1.9.7_src.tar.gz) = e4f18591e87a9d119b1ff4f503ba6d20 +SHA256 (notecase-1.9.7_src.tar.gz) = 1993bb71a36f8e0b20bf78f25d826a3ea1dc0a007d3c6981890462dd91c42ae5 +SIZE (notecase-1.9.7_src.tar.gz) = 930981 diff --git a/deskutils/notecase/files/patch-Makefile b/deskutils/notecase/files/patch-Makefile index d41fac86ada1..7ae44b4f69e5 100644 --- a/deskutils/notecase/files/patch-Makefile +++ b/deskutils/notecase/files/patch-Makefile @@ -1,5 +1,5 @@ ---- Makefile.orig 2008-09-03 14:35:44.168798355 +0200 -+++ Makefile 2008-09-03 14:46:25.884603576 +0200 +--- Makefile.orig 2008-10-28 13:39:40.000000000 +0100 ++++ Makefile 2008-11-04 15:51:07.000000000 +0100 @@ -13,6 +13,7 @@ prefix=/usr bindir=$(prefix)/bin @@ -8,7 +8,7 @@ # define top of RPM build area topdir=/usr/src/redhat -@@ -591,18 +592,21 @@ +@@ -592,18 +593,21 @@ pouninstall: @rm -vf $(DESTDIR)$(datadir)/locale/*/LC_MESSAGES/notecase.mo @echo done uninstalling translations @@ -33,7 +33,7 @@ $(INSTALL) -m 644 docs/notecase.xml "$(DESTDIR)$(datadir)/mime/packages/notecase.xml" $(Q)if [ -n "$(NOKIA_MAEMO_BUILD)" ]; then \ $(INSTALL) -m 644 docs/notecase.desktop "$(DESTDIR)$(datadir)/applications/hildon/notecase.desktop"; \ -@@ -794,7 +798,7 @@ +@@ -800,7 +804,7 @@ # # Note: first "make" command forces generating correct help file path in "config.h" # diff --git a/deskutils/notecase/pkg-plist b/deskutils/notecase/pkg-plist index 1c48ab47110e..6dd3f664f913 100644 --- a/deskutils/notecase/pkg-plist +++ b/deskutils/notecase/pkg-plist @@ -6,6 +6,7 @@ share/locale/cs/LC_MESSAGES/notecase.mo share/locale/da/LC_MESSAGES/notecase.mo share/locale/de/LC_MESSAGES/notecase.mo share/locale/el/LC_MESSAGES/notecase.mo +share/locale/en_GB/LC_MESSAGES/notecase.mo share/locale/es/LC_MESSAGES/notecase.mo share/locale/et/LC_MESSAGES/notecase.mo share/locale/fi/LC_MESSAGES/notecase.mo |