update to 0.0.4; from maintainer Damien Couderc <couderc.damien@wanadoo.fr>
This commit is contained in:
parent
770cf2e9cb
commit
57f9e5fb3d
@ -1,14 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/11/14 18:04:31 heko Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2002/01/11 00:51:05 naddy Exp $
|
||||
|
||||
COMMENT= "Fast and light window manager with plug-ins"
|
||||
|
||||
DISTNAME= golem-0.0.3
|
||||
DISTNAME= golem-0.0.4
|
||||
CATEGORIES= X11
|
||||
NEED_VERSION= 1.497
|
||||
NEED_VERSION= 1.503
|
||||
|
||||
HOMEPAGE= http://golem.sourceforge.net/
|
||||
|
||||
MAINTAINER= Couderc Damien <couderc.damien@wanadoo.fr>
|
||||
MAINTAINER= Damien Couderc <couderc.damien@wanadoo.fr>
|
||||
|
||||
# License: BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (golem-0.0.3.tar.gz) = 62d47b4258e6ba4aff7e01ec7ff25d58
|
||||
RMD160 (golem-0.0.3.tar.gz) = 8d8a9aa8f85b70a81abc0730096f816fc2f20c29
|
||||
SHA1 (golem-0.0.3.tar.gz) = 3e513c40d4b550ccf9273ed828bd7fbc10e77576
|
||||
MD5 (golem-0.0.4.tar.gz) = 9bc81aaddd85923bce2df66aa4d0b55f
|
||||
RMD160 (golem-0.0.4.tar.gz) = 4cdcee40e841bf2f084ee0975c540b5987cb452e
|
||||
SHA1 (golem-0.0.4.tar.gz) = f535dc3b23ed7de34a1c0159681f8410e87fb1c1
|
||||
|
@ -1,24 +0,0 @@
|
||||
$OpenBSD: patch-Makefile_in,v 1.1.1.1 2001/11/14 18:04:31 heko Exp $
|
||||
--- Makefile.in.orig Thu Jun 28 20:37:37 2001
|
||||
+++ Makefile.in Wed Nov 14 01:52:25 2001
|
||||
@@ -1,5 +1,5 @@
|
||||
# Makefile for golem
|
||||
-SUBDIRS= src plugins doc util
|
||||
+SUBDIRS= src @BUILD_PLUGINS@ doc util
|
||||
|
||||
@SET_MAKE@
|
||||
|
||||
@@ -21,11 +21,12 @@ distclean: clean
|
||||
|
||||
full: clean all
|
||||
|
||||
-install-bin:
|
||||
+install-bin: @INSTALL_PLUGINS@
|
||||
@INSTALL@ -d @prefix@/bin
|
||||
@INSTALL@ build-bin/golem @prefix@/bin/
|
||||
@INSTALL@ build-bin/golem.install @prefix@/bin/
|
||||
|
||||
+install-plugins:
|
||||
@INSTALL@ -d @prefix@/lib/golem/plugins
|
||||
for i in build-plugin/* ; do \
|
||||
@INSTALL@ $$i @prefix@/lib/golem/plugins/ ; \
|
@ -1,31 +0,0 @@
|
||||
$OpenBSD: patch-configure_in,v 1.1.1.1 2001/11/14 18:04:31 heko Exp $
|
||||
--- configure.in.orig Fri Jul 6 06:33:11 2001
|
||||
+++ configure.in Wed Nov 14 02:17:11 2001
|
||||
@@ -41,6 +41,9 @@ case "$host_os" in
|
||||
solaris*)
|
||||
SHARED_FLAG="-Wl,-G"
|
||||
;;
|
||||
+openbsd*)
|
||||
+ SHARED_FLAG="-shared -fpic"
|
||||
+ ;;
|
||||
esac
|
||||
AC_SUBST(SHARED_FLAG)
|
||||
|
||||
@@ -117,6 +120,17 @@ AC_ARG_ENABLE(dmalloc,
|
||||
LIBS="${LIBS} ${DMALLOC_LIB}"
|
||||
AC_DEFINE(USE_DMALLOC)
|
||||
fi])
|
||||
+
|
||||
+BUILD_PLUGINS=plugins
|
||||
+INSTALL_PLUGINS=install-plugins
|
||||
+AC_ARG_ENABLE(plugins,
|
||||
+ [ --disable-plugins do not compile golem plugins ], ,
|
||||
+ [ if test x"$enableval" = x"no"; then
|
||||
+ BUILD_PLUGINS=
|
||||
+ INSTALL_PLUGINS=
|
||||
+ fi])
|
||||
+AC_SUBST(BUILD_PLUGINS)
|
||||
+AC_SUBST(INSTALL_PLUGINS)
|
||||
|
||||
AC_OUTPUT(util/Makefile
|
||||
src/Makefile
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-sample_golem_golemrc,v 1.1.1.1 2001/11/14 18:04:31 heko Exp $
|
||||
--- sample.golem/golemrc.orig Sun Sep 30 12:47:15 2001
|
||||
+++ sample.golem/golemrc Sun Sep 30 12:48:46 2001
|
||||
@@ -136,7 +136,12 @@ keys {
|
||||
$OpenBSD: patch-sample_golem_golemrc,v 1.2 2002/01/11 00:51:05 naddy Exp $
|
||||
--- sample.golem/golemrc.orig Wed Dec 12 16:02:07 2001
|
||||
+++ sample.golem/golemrc Wed Dec 12 16:03:42 2001
|
||||
@@ -160,7 +160,12 @@ keys {
|
||||
# wmclass_defs after mwm_hints if you want it to override
|
||||
# what mwmhints has set.
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2001/11/14 18:04:31 heko Exp $
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.2 2002/01/11 00:51:05 naddy Exp $
|
||||
lib/golem/plugins/animations.so
|
||||
lib/golem/plugins/box_iconify.so
|
||||
lib/golem/plugins/gnome.so
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/11/14 18:04:31 heko Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2002/01/11 00:51:05 naddy Exp $
|
||||
bin/golem
|
||||
bin/golem.install
|
||||
%%SHARED%%
|
||||
@ -12,7 +12,6 @@ share/golem/themes/AbsoluteE/bar_focused_near.xpm
|
||||
share/golem/themes/AbsoluteE/bar_normal_far.xpm
|
||||
share/golem/themes/AbsoluteE/bar_normal_mid.xpm
|
||||
share/golem/themes/AbsoluteE/bar_normal_near.xpm
|
||||
share/golem/themes/AbsoluteE/bevel_bg_normal.png
|
||||
share/golem/themes/AbsoluteE/border_horiz_far.xpm
|
||||
share/golem/themes/AbsoluteE/border_horiz_far_foc.xpm
|
||||
share/golem/themes/AbsoluteE/border_horiz_mid.xpm
|
||||
@ -31,6 +30,11 @@ share/golem/themes/AbsoluteE/forplug/setroot/bg_v.jpg
|
||||
share/golem/themes/AbsoluteE/forplug/setroot/rc
|
||||
share/golem/themes/AbsoluteE/rc
|
||||
share/golem/themes/MudGolem/README
|
||||
share/golem/themes/MudGolem/forplug/pager/focpagedwin.xpm
|
||||
share/golem/themes/MudGolem/forplug/pager/nonsel.xpm
|
||||
share/golem/themes/MudGolem/forplug/pager/pagedwin.xpm
|
||||
share/golem/themes/MudGolem/forplug/pager/rc
|
||||
share/golem/themes/MudGolem/forplug/pager/sel.xpm
|
||||
share/golem/themes/MudGolem/forplug/pier/rc
|
||||
share/golem/themes/MudGolem/forplug/pier/tile.xpm
|
||||
share/golem/themes/MudGolem/forplug/setroot/Enigmas-Oven-2.jpg
|
||||
@ -153,6 +157,9 @@ share/golem/themes/microGUI/bottom_near.xpm
|
||||
share/golem/themes/microGUI/close.xpm
|
||||
share/golem/themes/microGUI/close_clicked.xpm
|
||||
share/golem/themes/microGUI/close_unfoc.xpm
|
||||
share/golem/themes/microGUI/forplug/pager/focpagedwin.xpm
|
||||
share/golem/themes/microGUI/forplug/pager/pagedwin.xpm
|
||||
share/golem/themes/microGUI/forplug/pager/rc
|
||||
share/golem/themes/microGUI/forplug/pier/rc
|
||||
share/golem/themes/microGUI/forplug/pier/tile.xpm
|
||||
share/golem/themes/microGUI/forplug/start_slide/greybg.xpm
|
||||
@ -194,6 +201,7 @@ share/golem/themes/twm/topbar.xpm
|
||||
@dirrm share/golem/themes/twm
|
||||
@dirrm share/golem/themes/microGUI/forplug/start_slide
|
||||
@dirrm share/golem/themes/microGUI/forplug/pier
|
||||
@dirrm share/golem/themes/microGUI/forplug/pager
|
||||
@dirrm share/golem/themes/microGUI/forplug
|
||||
@dirrm share/golem/themes/microGUI
|
||||
@dirrm share/golem/themes/eBlueSteel/styles
|
||||
@ -217,6 +225,7 @@ share/golem/themes/twm/topbar.xpm
|
||||
@dirrm share/golem/themes/MudGolem/forplug/simple_menus
|
||||
@dirrm share/golem/themes/MudGolem/forplug/setroot
|
||||
@dirrm share/golem/themes/MudGolem/forplug/pier
|
||||
@dirrm share/golem/themes/MudGolem/forplug/pager
|
||||
@dirrm share/golem/themes/MudGolem/forplug
|
||||
@dirrm share/golem/themes/MudGolem
|
||||
@dirrm share/golem/themes/AbsoluteE/forplug/setroot
|
||||
|
Loading…
Reference in New Issue
Block a user