Update to 1.3.6

This commit is contained in:
giovanni 2009-09-25 16:12:41 +00:00
parent a24b18c60e
commit 977734011e
4 changed files with 37 additions and 17 deletions

View File

@ -1,9 +1,8 @@
# $OpenBSD: Makefile,v 1.9 2009/08/11 08:42:08 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.10 2009/09/25 16:12:41 giovanni Exp $
COMMENT= gui cd image editor
DISTNAME= isomaster-1.3.5
PKGNAME= ${DISTNAME}p1
DISTNAME= isomaster-1.3.6
CATEGORIES= x11
HOMEPAGE= http://littlesvr.ca/isomaster/

View File

@ -1,5 +1,5 @@
MD5 (isomaster-1.3.5.tar.bz2) = zuw8ADTUQ/TVFFWCVgONzQ==
RMD160 (isomaster-1.3.5.tar.bz2) = gTxym1MI5yXLz+pojeNDJguuY8U=
SHA1 (isomaster-1.3.5.tar.bz2) = dq3K6JShaTZeQ+qsMPSnw5Jvp4w=
SHA256 (isomaster-1.3.5.tar.bz2) = J7m1PV42G1am4wITGvLcl/cTX3R4ZjfmJE4HVgYiZZc=
SIZE (isomaster-1.3.5.tar.bz2) = 196042
MD5 (isomaster-1.3.6.tar.bz2) = NkPy1Bp4/onNG0od8pNstA==
RMD160 (isomaster-1.3.6.tar.bz2) = AkBnW+KISffimpY7Jnc1gwqBJUY=
SHA1 (isomaster-1.3.6.tar.bz2) = nZtWlB7NDHE9W8GLqhOHg47YNPo=
SHA256 (isomaster-1.3.6.tar.bz2) = pvu5T+Pc319GWFGlK5+na/iKIk+HIZotmH0ixz+/Jro=
SIZE (isomaster-1.3.6.tar.bz2) = 208056

View File

@ -1,12 +1,32 @@
$OpenBSD: patch-Makefile,v 1.5 2008/03/28 11:31:49 ajacoutot Exp $
--- Makefile.orig Wed Dec 12 22:48:16 2007
+++ Makefile Sat Mar 15 12:50:37 2008
@@ -64,7 +64,7 @@ all: translations isomaster.desktop isomaster
$OpenBSD: patch-Makefile,v 1.6 2009/09/25 16:12:41 giovanni Exp $
--- Makefile.orig Tue Sep 1 06:05:28 2009
+++ Makefile Fri Sep 25 18:04:43 2009
@@ -67,7 +67,7 @@ all: translations isomaster.desktop isomaster
isomaster: $(OBJECTS) lib iniparser
@echo 'Linking isomaster'
- @$(CC) $(OBJECTS) bk/bk.a iniparser-2.17/libiniparser.a $(CFLAGS) $(CPPFLAGS) `pkg-config --libs gtk+-2.0` -o isomaster
+ @$(CC) $(OBJECTS) bk/bk.a iniparser-2.17/libiniparser.a $(CFLAGS) $(CPPFLAGS) -lcompat `pkg-config --libs gtk+-2.0` -o isomaster
- @$(CC) $(OBJECTS) bk/bk.a iniparser-2.17/libiniparser.a $(LDFLAGS) $(CFLAGS) $(CPPFLAGS) `pkg-config --libs gtk+-2.0` -o isomaster
+ @$(CC) $(OBJECTS) bk/bk.a iniparser-2.17/libiniparser.a $(LDFLAGS) $(CFLAGS) $(CPPFLAGS) -lcompat `pkg-config --libs gtk+-2.0` -o isomaster
# static pattern rule
$(OBJECTS): %.o: %.c %.h bk/bk.h Makefile
@@ -102,7 +102,7 @@ endif
# for info about DESTDIR see http://www.gnu.org/prep/standards/html_node/DESTDIR.html
-install: all bk-doc
+install: all
$(INSTALL) -d $(DESTDIR)$(BINPATH)
$(INSTALL) isomaster $(DESTDIR)$(BINPATH)
cd icons && $(MAKE) install
@@ -113,10 +113,6 @@ endif
$(INSTALL) -m 644 isomaster.1 $(DESTDIR)$(MYMANPATH)
$(INSTALL) -d $(DESTDIR)$(DESKTOPPATH)
$(INSTALL) -m 644 isomaster.desktop $(DESTDIR)$(DESKTOPPATH)
- $(INSTALL) -d $(DESTDIR)$(MYDOCPATH)
- for FILE in bkisofs-manual/*html; do \
- $(INSTALL) -m 644 $$FILE $(DESTDIR)$(MYDOCPATH); \
- done;
uninstall:
$(RM) $(DESTDIR)$(BINPATH)/isomaster

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.7 2009/03/05 10:34:25 giovanni Exp $
@comment $OpenBSD: PLIST,v 1.8 2009/09/25 16:12:41 giovanni Exp $
@bin bin/isomaster
@man man/man1/isomaster.1
share/applications/isomaster.desktop
@ -10,6 +10,8 @@ share/isomaster/icons/extract2-kearone.png
share/isomaster/icons/folder-new-kearone.png
share/isomaster/icons/go-back-kearone.png
share/isomaster/icons/isomaster.png
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database
share/locale/ar/
share/locale/ar/LC_MESSAGES/
share/locale/ar/LC_MESSAGES/isomaster.mo
@ -34,6 +36,7 @@ share/locale/hr/LC_MESSAGES/isomaster.mo
share/locale/hu/LC_MESSAGES/isomaster.mo
share/locale/id/LC_MESSAGES/isomaster.mo
share/locale/it/LC_MESSAGES/isomaster.mo
share/locale/lv/LC_MESSAGES/isomaster.mo
share/locale/nb/LC_MESSAGES/isomaster.mo
share/locale/nl/LC_MESSAGES/isomaster.mo
share/locale/nn/LC_MESSAGES/isomaster.mo
@ -59,5 +62,3 @@ share/locale/tr/LC_MESSAGES/isomaster.mo
share/locale/uk/LC_MESSAGES/isomaster.mo
share/locale/zh_CN/LC_MESSAGES/isomaster.mo
share/locale/zh_TW/LC_MESSAGES/isomaster.mo
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database