View | Details | Raw Unified | Return to bug 128684
Collapse All | Expand All

(-)notecase/Makefile (-2 / +2 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	notecase
8
PORTNAME=	notecase
9
PORTVERSION=	1.9.5
9
PORTVERSION=	1.9.7
10
CATEGORIES=	deskutils textproc
10
CATEGORIES=	deskutils textproc
11
MASTER_SITES=	SF
11
MASTER_SITES=	SF
12
DISTNAME=	${PORTNAME}-${PORTVERSION}_src
12
DISTNAME=	${PORTNAME}-${PORTVERSION}_src
Lines 15-21 Link Here
15
COMMENT=	A hierarchical text notes manager
15
COMMENT=	A hierarchical text notes manager
16
16
17
USE_GMAKE=	yes
17
USE_GMAKE=	yes
18
USE_GNOME=	gtk20 gnomevfs2 desktopfileutils
18
USE_GNOME=	gtk20 gnomevfs2 desktopfileutils pkgconfig
19
USE_GETTEXT=	yes
19
USE_GETTEXT=	yes
20
20
21
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
21
WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
(-)notecase/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (notecase-1.9.5_src.tar.gz) = 715882a3704aade999a3cdbf72c9d38c
1
MD5 (notecase-1.9.7_src.tar.gz) = e4f18591e87a9d119b1ff4f503ba6d20
2
SHA256 (notecase-1.9.5_src.tar.gz) = 7db801741bee2cc1051ed6b74edc3b307973bbc3f225f1ab14b9ea9e73095681
2
SHA256 (notecase-1.9.7_src.tar.gz) = 1993bb71a36f8e0b20bf78f25d826a3ea1dc0a007d3c6981890462dd91c42ae5
3
SIZE (notecase-1.9.5_src.tar.gz) = 913590
3
SIZE (notecase-1.9.7_src.tar.gz) = 930981
(-)notecase/files/patch-Makefile (-4 / +4 lines)
Lines 1-5 Link Here
1
--- Makefile.orig	2008-09-03 14:35:44.168798355 +0200
1
--- Makefile.orig	2008-10-28 13:39:40.000000000 +0100
2
+++ Makefile	2008-09-03 14:46:25.884603576 +0200
2
+++ Makefile	2008-11-04 15:51:07.000000000 +0100
3
@@ -13,6 +13,7 @@
3
@@ -13,6 +13,7 @@
4
 prefix=/usr
4
 prefix=/usr
5
 bindir=$(prefix)/bin
5
 bindir=$(prefix)/bin
Lines 8-14 Link Here
8
 
8
 
9
 # define top of RPM build area
9
 # define top of RPM build area
10
 topdir=/usr/src/redhat
10
 topdir=/usr/src/redhat
11
@@ -591,18 +592,21 @@
11
@@ -592,18 +593,21 @@
12
 pouninstall:
12
 pouninstall:
13
 	@rm -vf $(DESTDIR)$(datadir)/locale/*/LC_MESSAGES/notecase.mo
13
 	@rm -vf $(DESTDIR)$(datadir)/locale/*/LC_MESSAGES/notecase.mo
14
 	@echo done uninstalling translations
14
 	@echo done uninstalling translations
Lines 33-39 Link Here
33
 	$(INSTALL) -m 644 docs/notecase.xml "$(DESTDIR)$(datadir)/mime/packages/notecase.xml"
33
 	$(INSTALL) -m 644 docs/notecase.xml "$(DESTDIR)$(datadir)/mime/packages/notecase.xml"
34
 	$(Q)if [ -n "$(NOKIA_MAEMO_BUILD)" ]; then \
34
 	$(Q)if [ -n "$(NOKIA_MAEMO_BUILD)" ]; then \
35
 		$(INSTALL) -m 644 docs/notecase.desktop "$(DESTDIR)$(datadir)/applications/hildon/notecase.desktop"; \
35
 		$(INSTALL) -m 644 docs/notecase.desktop "$(DESTDIR)$(datadir)/applications/hildon/notecase.desktop"; \
36
@@ -794,7 +798,7 @@
36
@@ -800,7 +804,7 @@
37
 #
37
 #
38
 # Note: first "make" command forces generating correct help file path in "config.h"
38
 # Note: first "make" command forces generating correct help file path in "config.h"
39
 #
39
 #
(-)notecase/pkg-plist (+1 lines)
Lines 6-11 Link Here
6
share/locale/da/LC_MESSAGES/notecase.mo
6
share/locale/da/LC_MESSAGES/notecase.mo
7
share/locale/de/LC_MESSAGES/notecase.mo
7
share/locale/de/LC_MESSAGES/notecase.mo
8
share/locale/el/LC_MESSAGES/notecase.mo
8
share/locale/el/LC_MESSAGES/notecase.mo
9
share/locale/en_GB/LC_MESSAGES/notecase.mo
9
share/locale/es/LC_MESSAGES/notecase.mo
10
share/locale/es/LC_MESSAGES/notecase.mo
10
share/locale/et/LC_MESSAGES/notecase.mo
11
share/locale/et/LC_MESSAGES/notecase.mo
11
share/locale/fi/LC_MESSAGES/notecase.mo
12
share/locale/fi/LC_MESSAGES/notecase.mo

Return to bug 128684