- better diff to take care of the gtar-isms (from david coppa, thanks!)
- regen WANTLIB and PLIST while here
This commit is contained in:
parent
57ef8dc6f2
commit
12719c79e1
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2009/01/24 11:49:55 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2009/01/26 10:20:39 jasper Exp $
|
||||
|
||||
COMMENT= configuration utility for openbox
|
||||
|
||||
DISTNAME= obconf-2.0.3
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
CATEGORIES= x11
|
||||
|
||||
HOMEPAGE= http://icculus.org/openbox/index.php/Obconf
|
||||
@ -16,11 +16,11 @@ PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://icculus.org/openbox/obconf/
|
||||
|
||||
WANTLIB= ICE SM X11 Xau Xcursor Xdmcp Xext Xfixes Xft Xi \
|
||||
Xinerama Xrandr Xrender atk-1.0 c cairo expat \
|
||||
fontconfig freetype gio-2.0 glib-2.0 glitz gmodule-2.0 \
|
||||
WANTLIB= ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
|
||||
Xfixes Xft Xi Xinerama Xrandr Xrender atk-1.0 c cairo \
|
||||
expat fontconfig freetype gio-2.0 glib-2.0 glitz gmodule-2.0 \
|
||||
gobject-2.0 m pango-1.0 pangocairo-1.0 pangoft2-1.0 \
|
||||
pangoxft-1.0 pixman-1 png xml2 z Xcomposite Xdamage
|
||||
pangoxft-1.0 pixman-1 png xml2 z
|
||||
|
||||
MODULES= devel/gettext
|
||||
LIB_DEPENDS= gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2 \
|
||||
|
@ -1,8 +1,15 @@
|
||||
--- src/archive.c.orig Fri Jan 11 19:22:11 2008
|
||||
+++ src/archive.c Sat Jan 24 12:57:36 2009
|
||||
@@ -173,18 +173,17 @@ static gchar* install_theme_to(const gchar *file, cons
|
||||
$OpenBSD: patch-src_archive_c,v 1.3 2009/01/26 10:20:39 jasper Exp $
|
||||
|
||||
Fix GNU-ism unsupported by our tar(1).
|
||||
|
||||
--- src/archive.c.orig Mon Jan 26 11:15:29 2009
|
||||
+++ src/archive.c Mon Jan 26 11:16:04 2009
|
||||
@@ -171,20 +171,19 @@ static gchar* install_theme_to(const gchar *file, cons
|
||||
GError *e = NULL;
|
||||
gchar *name = NULL;
|
||||
|
||||
glob = g_strdup_printf("*/openbox-3/", name);
|
||||
- glob = g_strdup_printf("*/openbox-3/", name);
|
||||
+ glob = g_strdup_printf("*/openbox-3/*", name);
|
||||
|
||||
- argv = g_new(gchar*, 11);
|
||||
+ argv = g_new(gchar*, 10);
|
||||
|
@ -1,5 +1,5 @@
|
||||
@comment $OpenBSD: PLIST,v 1.6 2008/02/09 09:28:33 bernd Exp $
|
||||
bin/obconf
|
||||
@comment $OpenBSD: PLIST,v 1.7 2009/01/26 10:20:39 jasper Exp $
|
||||
@bin bin/obconf
|
||||
share/applications/obconf.desktop
|
||||
share/locale/cs/LC_MESSAGES/obconf.mo
|
||||
share/locale/en@boldquot/LC_MESSAGES/obconf.mo
|
||||
|
Loading…
x
Reference in New Issue
Block a user