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

(-)notecase/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	notecase
8
PORTNAME=	notecase
9
PORTVERSION=	1.8.1
9
PORTVERSION=	1.8.4
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
(-)notecase/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (notecase-1.8.1_src.tar.gz) = 303f56e1929d069f805ef87abbff363e
1
MD5 (notecase-1.8.4_src.tar.gz) = 434aad729ede68a87b7527593a34a40c
2
SHA256 (notecase-1.8.1_src.tar.gz) = 94f434f6e8c68136978fde763d375dd33e60676cc9d5737192b867318069c2f7
2
SHA256 (notecase-1.8.4_src.tar.gz) = bb779a0c75b35264977587a1a9c3fbf7bb7151dcf1913dd06b31f9c36351f167
3
SIZE (notecase-1.8.1_src.tar.gz) = 883359
3
SIZE (notecase-1.8.4_src.tar.gz) = 887484
(-)notecase/files/patch-Makefile (-7 / +16 lines)
Lines 1-5 Link Here
1
--- Makefile.orig	2008-02-27 10:24:44.000000000 +0100
1
--- Makefile.orig	2008-03-25 07:15:46.000000000 +0100
2
+++ Makefile	2008-03-20 17:06:20.445074259 +0100
2
+++ Makefile	2008-03-29 09:39:23.279570569 +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
@@ -129,12 +130,18 @@
11
@@ -134,12 +135,18 @@
12
 ifdef OSX_BUILD
12
 ifdef OSX_BUILD
13
  INSTALL=install -c
13
  INSTALL=install -c
14
 endif 
14
 endif 
Lines 27-33 Link Here
27
 
27
 
28
 MD5SUM=md5sum
28
 MD5SUM=md5sum
29
 ifneq ($(OSX_BUILD),)
29
 ifneq ($(OSX_BUILD),)
30
@@ -164,7 +171,7 @@
30
@@ -170,7 +177,7 @@
31
 ifdef WINDIR
31
 ifdef WINDIR
32
  LD=$(QL) $(CXX) $(DEBUG) $(PROFILE) $(LDFLAGS) -L$(OBJ) -lz 
32
  LD=$(QL) $(CXX) $(DEBUG) $(PROFILE) $(LDFLAGS) -L$(OBJ) -lz 
33
 else
33
 else
Lines 36-42 Link Here
36
 endif
36
 endif
37
 
37
 
38
 ifndef OSX_BUILD 
38
 ifndef OSX_BUILD 
39
@@ -520,7 +527,7 @@
39
@@ -526,7 +533,7 @@
40
 		rm -f po/messages.mo; \
40
 		rm -f po/messages.mo; \
41
 		msgfmt $$i -o po/messages.mo; \
41
 		msgfmt $$i -o po/messages.mo; \
42
 		echo "Installing: $(DESTDIR)$(datadir)/locale/$$loc/LC_MESSAGES/notecase.mo";\
42
 		echo "Installing: $(DESTDIR)$(datadir)/locale/$$loc/LC_MESSAGES/notecase.mo";\
Lines 45-51 Link Here
45
 			mkdir -p $(DESTDIR)$(datadir)/locale/$$loc/LC_MESSAGES/; \
45
 			mkdir -p $(DESTDIR)$(datadir)/locale/$$loc/LC_MESSAGES/; \
46
 		fi; \
46
 		fi; \
47
 		$(INSTALL) -m 644 po/messages.mo "$(DESTDIR)$(datadir)/locale/$$loc/LC_MESSAGES/notecase.mo"; \
47
 		$(INSTALL) -m 644 po/messages.mo "$(DESTDIR)$(datadir)/locale/$$loc/LC_MESSAGES/notecase.mo"; \
48
@@ -531,12 +538,17 @@
48
@@ -537,12 +544,17 @@
49
 pouninstall:
49
 pouninstall:
50
 	@rm -vf $(DESTDIR)$(datadir)/locale/*/LC_MESSAGES/notecase.mo
50
 	@rm -vf $(DESTDIR)$(datadir)/locale/*/LC_MESSAGES/notecase.mo
51
 	@echo done uninstalling translations
51
 	@echo done uninstalling translations
Lines 65-71 Link Here
65
 		mkdir -p $(DESTDIR)$(bindir); \
65
 		mkdir -p $(DESTDIR)$(bindir); \
66
 		mkdir -p $(DESTDIR)$(datadir)/doc/notecase/; \
66
 		mkdir -p $(DESTDIR)$(datadir)/doc/notecase/; \
67
 		mkdir -p $(DESTDIR)$(datadir)/applications/; \
67
 		mkdir -p $(DESTDIR)$(datadir)/applications/; \
68
@@ -544,7 +556,6 @@
68
@@ -550,7 +562,6 @@
69
 		mkdir -p $(DESTDIR)$(datadir)/pixmaps/; \
69
 		mkdir -p $(DESTDIR)$(datadir)/pixmaps/; \
70
 	fi;
70
 	fi;
71
 	$(INSTALL) -m 755 $(BIN)/notecase$(EXE) "$(DESTDIR)$(bindir)/notecase$(EXE)"
71
 	$(INSTALL) -m 755 $(BIN)/notecase$(EXE) "$(DESTDIR)$(bindir)/notecase$(EXE)"
Lines 73-75 Link Here
73
 	$(INSTALL) -m 644 docs/notecase.xml "$(DESTDIR)$(datadir)/mime/packages/notecase.xml"
73
 	$(INSTALL) -m 644 docs/notecase.xml "$(DESTDIR)$(datadir)/mime/packages/notecase.xml"
74
 	$(Q)if [ -n "$(NOKIA_MAEMO_BUILD)" ]; then \
74
 	$(Q)if [ -n "$(NOKIA_MAEMO_BUILD)" ]; then \
75
 		$(INSTALL) -m 644 docs/notecase.desktop "$(DESTDIR)$(datadir)/applications/hildon/notecase.desktop"; \
75
 		$(INSTALL) -m 644 docs/notecase.desktop "$(DESTDIR)$(datadir)/applications/hildon/notecase.desktop"; \
76
@@ -742,7 +753,7 @@
77
 #
78
 # Note: first "make" command forces generating correct help file path in "config.h"
79
 #
80
-DEBSIZE:=$(shell du -ks ./notecase/ | cut -f 1)
81
+#DEBSIZE:=$(shell du -ks ./notecase/ | cut -f 1)
82
 
83
 deb: clean
84
 	$(Q)mkdir ./notecase
(-)notecase/pkg-plist (-2 / +2 lines)
Lines 33-42 Link Here
33
share/locale/tr/LC_MESSAGES/notecase.mo
33
share/locale/tr/LC_MESSAGES/notecase.mo
34
share/locale/zh_CN/LC_MESSAGES/notecase.mo
34
share/locale/zh_CN/LC_MESSAGES/notecase.mo
35
share/locale/zh_TW/LC_MESSAGES/notecase.mo
35
share/locale/zh_TW/LC_MESSAGES/notecase.mo
36
share/mime/application/notecase-enc.xml
37
share/mime/application/notecase-plain.xml
36
share/mime/packages/notecase.xml
38
share/mime/packages/notecase.xml
37
share/pixmaps/notecase.xpm
39
share/pixmaps/notecase.xpm
38
@dirrmtry share/mime/packages
39
@dirrmtry share/mime
40
@dirrmtry share/locale/fr_CA/LC_MESSAGES
40
@dirrmtry share/locale/fr_CA/LC_MESSAGES
41
@dirrmtry share/locale/fr_CA
41
@dirrmtry share/locale/fr_CA
42
@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
42
@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime

Return to bug 122227