- update to 1.8.2
This commit is contained in:
parent
acd2ad89b6
commit
57b7a7612f
@ -1,15 +1,15 @@
|
||||
# $OpenBSD: Makefile,v 1.56 2011/07/18 17:26:41 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.57 2011/11/15 19:32:49 jasper Exp $
|
||||
|
||||
COMMENT= extensible window manager
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
VERSION= 1.8.1
|
||||
VERSION= 1.8.2
|
||||
DISTNAME= sawfish-${VERSION}
|
||||
CATEGORIES= x11
|
||||
|
||||
MASTER_SITES= http://download.tuxfamily.org/sawfish/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
||||
HOMEPAGE= http://sawfish.wikia.com/
|
||||
|
||||
@ -21,32 +21,32 @@ PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= archivers/gtar \
|
||||
x11/rep-gtk>=0.90.6
|
||||
x11/rep-gtk>=0.90.7
|
||||
RUN_DEPENDS= devel/desktop-file-utils \
|
||||
x11/rep-gtk>=0.90.6
|
||||
x11/rep-gtk>=0.90.7
|
||||
|
||||
WANTLIB += ICE SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext
|
||||
WANTLIB += Xfixes Xft Xi Xinerama Xrandr Xrender atk-1.0 c cairo
|
||||
WANTLIB += expat fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
|
||||
WANTLIB += gdk_pixbuf_xlib-2.0 gio-2.0 glib-2.0 gmodule-2.0
|
||||
WANTLIB += gmp gobject-2.0 gthread-2.0 gtk-x11-2.0 m pango-1.0
|
||||
WANTLIB += pangocairo-1.0 pangoft2-1.0 pangox-1.0 pangoxft-1.0
|
||||
WANTLIB += pcre pixman-1 png pthread pthread-stubs rep xcb z
|
||||
WANTLIB += GL Xxf86vm drm xcb-render xcb-shm
|
||||
WANTLIB += GL ICE SM X11 Xcomposite Xcursor Xdamage Xext Xfixes
|
||||
WANTLIB += Xft Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat
|
||||
WANTLIB += ffi fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0
|
||||
WANTLIB += gdk_pixbuf_xlib-2.0 gio-2.0 glib-2.0 gmodule-2.0 gmp
|
||||
WANTLIB += gobject-2.0 gthread-2.0 gtk-x11-2.0 m pango-1.0 pangocairo-1.0
|
||||
WANTLIB += pangoft2-1.0 pangox-1.0 pangoxft-1.0 pcre pixman-1
|
||||
WANTLIB += png pthread pthread-stubs rep xcb xcb-render xcb-shm
|
||||
WANTLIB += z
|
||||
|
||||
MODULES= devel/gettext
|
||||
|
||||
USE_GROFF = Yes
|
||||
USE_GMAKE= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
||||
--disable-linguas \
|
||||
--without-kde4session \
|
||||
--with-gnome2session \
|
||||
--with-xdmsession
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I{X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS+=${CONFIGURE_SHARED} \
|
||||
--disable-linguas \
|
||||
--without-kde4session \
|
||||
--with-gnome2session \
|
||||
--with-xdmsession
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I{X11BASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (sawfish-1.8.1.tar.bz2) = 3BIS4H1UtnCw+SpJhSwQOQ==
|
||||
RMD160 (sawfish-1.8.1.tar.bz2) = 8qN87PSN/JSw7tBR1cZi17ttqPE=
|
||||
SHA1 (sawfish-1.8.1.tar.bz2) = 4wO0gAZt3Yiu6D/p1W0pZRiS1Fg=
|
||||
SHA256 (sawfish-1.8.1.tar.bz2) = CMpmRomeyBdGycStp6JhVhZ7VGMRr5BNTHDbkt5SHM0=
|
||||
SIZE (sawfish-1.8.1.tar.bz2) = 5492723
|
||||
MD5 (sawfish-1.8.2.tar.xz) = eOe/wm65WirgWLeh1mRQhw==
|
||||
RMD160 (sawfish-1.8.2.tar.xz) = DR5qHJyNAl9QQn8Wc2hY7lQxVpg=
|
||||
SHA1 (sawfish-1.8.2.tar.xz) = 1HFlFvsAILtygpHG3vofQhoz5dw=
|
||||
SHA256 (sawfish-1.8.2.tar.xz) = QfVX45k3EzT4Gka7HR+jpVTpHK+zyP+VI4MiY8NMElI=
|
||||
SIZE (sawfish-1.8.2.tar.xz) = 3870232
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1 2011/03/02 06:42:20 jasper Exp $
|
||||
$OpenBSD: patch-Makefile_in,v 1.2 2011/11/15 19:32:49 jasper Exp $
|
||||
|
||||
Don't install the directory if it's not going to be used.
|
||||
|
||||
--- Makefile.in.orig Mon Feb 28 17:09:44 2011
|
||||
+++ Makefile.in Mon Feb 28 17:10:01 2011
|
||||
@@ -63,8 +63,7 @@ installdirs : mkinstalldirs
|
||||
--- Makefile.in.orig Sat Sep 10 00:33:57 2011
|
||||
+++ Makefile.in Tue Nov 15 20:13:32 2011
|
||||
@@ -62,8 +62,7 @@ installdirs : mkinstalldirs
|
||||
$(DESTDIR)$(GNOMEDIR)/share/gnome/wm-properties \
|
||||
$(DESTDIR)$(datadir)/applications/ \
|
||||
$(DESTDIR)$(libdir)/pkgconfig/ \
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-man_Makefile_in,v 1.3 2010/03/20 16:58:11 jasper Exp $
|
||||
--- man/Makefile.in.orig Tue Feb 16 10:32:56 2010
|
||||
+++ man/Makefile.in Fri Feb 19 09:33:11 2010
|
||||
@@ -57,13 +57,12 @@ install : sawfish.info installdirs
|
||||
$OpenBSD: patch-man_Makefile_in,v 1.4 2011/11/15 19:32:49 jasper Exp $
|
||||
--- man/Makefile.in.orig Tue Nov 15 20:12:29 2011
|
||||
+++ man/Makefile.in Tue Nov 15 20:13:08 2011
|
||||
@@ -56,13 +56,12 @@ install : sawfish.info installdirs
|
||||
done
|
||||
-install-info --info-dir=$(DESTDIR)$(infodir) sawfish.info
|
||||
for f in sawfish*.1; do \
|
||||
@ -10,7 +10,7 @@ $OpenBSD: patch-man_Makefile_in,v 1.3 2010/03/20 16:58:11 jasper Exp $
|
||||
+ $(INSTALL_DATA) $$f $(DESTDIR)$(prefix)/man/man1/; \
|
||||
done
|
||||
|
||||
installdirs : mkinstalldirs
|
||||
installdirs : $(top_srcdir)/mkinstalldirs
|
||||
$(SHELL) $< $(DESTDIR)$(infodir)
|
||||
- $(SHELL) $< $(DESTDIR)$(prefix)/share/man/man1/
|
||||
+ $(SHELL) $< $(DESTDIR)$(prefix)/man/man1/
|
||||
|
@ -1,4 +1,4 @@
|
||||
$OpenBSD: patch-themes_Makefile_in,v 1.2 2011/05/02 17:23:03 jasper Exp $
|
||||
$OpenBSD: patch-themes_Makefile_in,v 1.3 2011/11/15 19:32:49 jasper Exp $
|
||||
|
||||
BSD tar cannot handle the StyleTar.tar.gz file:
|
||||
tar: Cannot identify format. Searching...
|
||||
@ -6,14 +6,14 @@ tar: Cpio file name length 20804 is out of range
|
||||
tar: Invalid header, starting valid header search.
|
||||
tar: Cpio file name length 59038 is out of range
|
||||
|
||||
--- themes/Makefile.in.orig Sun May 1 10:15:59 2011
|
||||
+++ themes/Makefile.in Mon May 2 19:00:31 2011
|
||||
@@ -56,7 +56,7 @@ install : all installdirs
|
||||
--- themes/Makefile.in.orig Sat Sep 10 00:33:58 2011
|
||||
+++ themes/Makefile.in Tue Nov 15 20:13:32 2011
|
||||
@@ -55,7 +55,7 @@ install : all installdirs
|
||||
done
|
||||
@# Don't use tar for StyleTab. It's not compression, but tar
|
||||
@# itself slows in librep.
|
||||
- cd $(DESTDIR)$(themedir) && tar xf StyleTab.tar.gz && rm StyleTab.tar.gz
|
||||
+ cd $(DESTDIR)$(themedir) && ${LOCALBASE}/bin/gtar xf StyleTab.tar.gz && rm StyleTab.tar.gz
|
||||
|
||||
installdirs : mkinstalldirs
|
||||
installdirs : $(top_srcdir)/mkinstalldirs
|
||||
$(SHELL) $< $(DESTDIR)$(themedir)
|
||||
|
Loading…
x
Reference in New Issue
Block a user