summaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2006-11-03 19:35:53 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2006-11-03 19:35:53 +0000
commit2ef2bbab0fca38ad19330c1d926cf00344a6ac5f (patch)
tree49857fbaa57a863659535ebb0648153714baa46d /deskutils
parentUpdate to 3.6.1. (diff)
Update to 0.8.2.
Notes
Notes: svn path=/head/; revision=176290
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/buoh/Makefile11
-rw-r--r--deskutils/buoh/distinfo6
-rw-r--r--deskutils/buoh/files/patch-src_buoh-comic-loader.c10
-rw-r--r--deskutils/buoh/pkg-plist7
4 files changed, 10 insertions, 24 deletions
diff --git a/deskutils/buoh/Makefile b/deskutils/buoh/Makefile
index 06ead610ab50..3275aa6f9c7f 100644
--- a/deskutils/buoh/Makefile
+++ b/deskutils/buoh/Makefile
@@ -3,11 +3,11 @@
# Whom: Mezz <mezz@FreeBSD.org>
#
# $FreeBSD$
+# $MCom: ports-stable/deskutils/buoh/Makefile,v 1.1 2006/10/23 21:43:08 mezz Exp $
#
PORTNAME= buoh
-PORTVERSION= 0.8.1
-PORTREVISION= 5
+PORTVERSION= 0.8.2
CATEGORIES= deskutils www gnome
MASTER_SITES= http://buoh.steve-o.org/downloads/
@@ -16,9 +16,11 @@ COMMENT= A reader for online strips comics
LIB_DEPENDS= soup-2.2.8:${PORTSDIR}/devel/libsoup
+USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix intlhack libgnomeui
USE_XLIB= yes
+INSTALLS_ICONS= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
@@ -49,15 +51,12 @@ post-patch:
@${REINPLACE_CMD} -e 's|[$$][(]datadir[)]/applications|${LOCALBASE}/share/applications|g' \
${WRKSRC}/data/Makefile.in
-post-install:
.ifndef (NOPORTDOCS)
+post-install:
@${MKDIR} ${DOCSDIR}
.for i in ${DOCS}
@${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
- @${MKDIR} ${LOCALBASE}/share/pixmaps
- @${LN} -sf ${DATADIR}/pixmaps/buoh64x64.png \
- ${LOCALBASE}/share/pixmaps/buoh64x64.png
.include <bsd.port.post.mk>
diff --git a/deskutils/buoh/distinfo b/deskutils/buoh/distinfo
index 92de48946296..ce0b18f7a1bd 100644
--- a/deskutils/buoh/distinfo
+++ b/deskutils/buoh/distinfo
@@ -1,3 +1,3 @@
-MD5 (buoh-0.8.1.tar.gz) = 5d05a51d7c6616d93e93df3465b49fe7
-SHA256 (buoh-0.8.1.tar.gz) = 5284ac85b53d65f6653bbf6bb50f15628618595244247cafbf426a5f6761e4c9
-SIZE (buoh-0.8.1.tar.gz) = 411656
+MD5 (buoh-0.8.2.tar.bz2) = 50474a8712ad20ab36d8f8058a4647fb
+SHA256 (buoh-0.8.2.tar.bz2) = eb9c8dc728b77f8e4c638c7f6a0b65d06c4549d0b6a2fc4f5bae51639bc041d5
+SIZE (buoh-0.8.2.tar.bz2) = 323984
diff --git a/deskutils/buoh/files/patch-src_buoh-comic-loader.c b/deskutils/buoh/files/patch-src_buoh-comic-loader.c
deleted file mode 100644
index 6133d783e0de..000000000000
--- a/deskutils/buoh/files/patch-src_buoh-comic-loader.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/buoh-comic-loader.c.orig Sun Dec 11 00:25:18 2005
-+++ src/buoh-comic-loader.c Sun Dec 11 00:25:39 2005
-@@ -184,6 +184,7 @@
- }
-
- if (loader->thread_mutex) {
-+ g_mutex_unlock (loader->thread_mutex);
- g_mutex_free (loader->thread_mutex);
- loader->thread_mutex = NULL;
- }
diff --git a/deskutils/buoh/pkg-plist b/deskutils/buoh/pkg-plist
index f1923d82b3aa..270838d8e078 100644
--- a/deskutils/buoh/pkg-plist
+++ b/deskutils/buoh/pkg-plist
@@ -1,8 +1,6 @@
bin/buoh
share/applications/buoh.desktop
%%DATADIR%%/comics/comics.xml
-%%DATADIR%%/pixmaps/buoh16x16.png
-%%DATADIR%%/pixmaps/buoh64x64.png
%%DATADIR%%/ui/buoh-ui.xml
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
%%PORTDOCS%%%%DOCSDIR%%/COPYING
@@ -10,11 +8,10 @@ share/applications/buoh.desktop
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/TODO
-share/pixmaps/buoh64x64.png
-@dirrmtry share/pixmaps
+share/icons/hicolor/16x16/apps/buoh.png
+share/icons/hicolor/64x64/apps/buoh.png
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm %%DATADIR%%/ui
-@dirrm %%DATADIR%%/pixmaps
@dirrm %%DATADIR%%/comics
@dirrm %%DATADIR%%
@dirrmtry share/applications