update to 0.9.7, ok pyr@ (maintainer), homepage update from marco@

This commit is contained in:
sthen 2009-09-25 19:26:30 +00:00
parent e105b3f6bb
commit ccd5cd4681
4 changed files with 30 additions and 27 deletions

View File

@ -1,11 +1,12 @@
# $OpenBSD: Makefile,v 1.8 2009/05/31 18:29:53 pyr Exp $
# $OpenBSD: Makefile,v 1.9 2009/09/25 19:26:30 sthen Exp $
COMMENT= small tiling window manager
DISTNAME= scrotwm-0.9.5
DISTNAME= scrotwm-0.9.7
EXTRACT_SUFX= .tgz
CATEGORIES= x11
HOMEPAGE= http://www.peereboom.us/scrotwm/html/scrotwm.html
HOMEPAGE= http://www.scrotwm.org/
MAINTAINER= Pierre-Yves Ritschard <pyr@spootnik.org>
# BSD
@ -14,7 +15,7 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://spootnik.org/scrotwm/
MASTER_SITES= http://www.peereboom.us/scrotwm/snapshot/
NO_REGRESS= Yes
WANTLIB= c X11 Xrandr util

View File

@ -1,5 +1,5 @@
MD5 (scrotwm-0.9.5.tar.gz) = 0K4s3K76lTYnolChgyYWcA==
RMD160 (scrotwm-0.9.5.tar.gz) = Gd6W2UEmZozoRWxOQohhCDmzhYc=
SHA1 (scrotwm-0.9.5.tar.gz) = eqjVUpMrxYxFqUhIZLORT8IOV9E=
SHA256 (scrotwm-0.9.5.tar.gz) = Nafjq4BfxoBFk5Di4WXyJCaM7Dm865Z5OFyGowVANa4=
SIZE (scrotwm-0.9.5.tar.gz) = 36134
MD5 (scrotwm-0.9.7.tgz) = RohMnwHQ7yJ+c8SbLv64Cw==
RMD160 (scrotwm-0.9.7.tgz) = HtgaiHsnByZ7RHOY7UDb4HomO3A=
SHA1 (scrotwm-0.9.7.tgz) = 90qjvvlvQbvugYTtMU0iWJ3nbOo=
SHA256 (scrotwm-0.9.7.tgz) = ftC/sqvjjv99M2mnRedWFZdF+Gsk9HOOtI6gOwh61CQ=
SIZE (scrotwm-0.9.7.tgz) = 38391

View File

@ -1,12 +1,12 @@
$OpenBSD: patch-scrotwm_c,v 1.5 2009/05/31 18:29:53 pyr Exp $
--- scrotwm.c.orig Sun May 31 20:15:54 2009
+++ scrotwm.c Sun May 31 20:16:08 2009
@@ -143,7 +143,7 @@ u_int32_t swm_debug = 0
$OpenBSD: patch-scrotwm_c,v 1.6 2009/09/25 19:26:30 sthen Exp $
--- scrotwm.c.orig Wed Sep 23 06:04:09 2009
+++ scrotwm.c Fri Sep 25 17:28:03 2009
@@ -146,7 +146,7 @@ u_int32_t swm_debug = 0
#define SWM_MAX_FONT_STEPS (3)
#ifndef SWM_LIB
-#define SWM_LIB "/usr/X11R6/lib/swmhack.so"
+#define SWM_LIB "${PREFIX}/lib/swmhack.so"
-#define SWM_LIB "/usr/local/lib/libswmhack.so.0.0"
+#define SWM_LIB "${PREFIX}/lib/libswmhack.so.0.0"
#endif
char **start_argv;

View File

@ -1,6 +1,6 @@
$OpenBSD: patch-scrotwm_conf,v 1.3 2009/03/26 10:27:56 pyr Exp $
--- scrotwm.conf.orig Mon Mar 16 23:50:57 2009
+++ scrotwm.conf Mon Mar 16 23:52:00 2009
$OpenBSD: patch-scrotwm_conf,v 1.4 2009/09/25 19:26:30 sthen Exp $
--- scrotwm.conf.orig Wed Sep 23 06:04:09 2009
+++ scrotwm.conf Fri Sep 25 17:29:15 2009
@@ -10,7 +10,7 @@ bar_border[1] = rgb:00/80/80
bar_color[1] = black
bar_font_color[1] = rgb:a0/a0/a0
@ -9,13 +9,15 @@ $OpenBSD: patch-scrotwm_conf,v 1.3 2009/03/26 10:27:56 pyr Exp $
+#bar_action = ${PREFIX}/share/scrotwm/baraction.sh
#bar_delay = 1
clock_enabled = 1
title_name_enabled = 0
@@ -18,8 +18,8 @@ title_class_enabled = 0
@@ -22,7 +22,7 @@ dialog_ratio = 0.6
# screen shots
# screenshot_enabled = 1
-# screenshot_app = screenshot.sh
+# screenshot_app = ${PREFIX}/share/scrotwm/screenshot.sh
# Split a non-Xrandr dual head setup into one region per monitor
# (non-standard driver-based multihead is not seen by scrotwm)
# spawn app
# program[term] = xterm
-# program[screenshot_all] = screenshot.sh full
-# program[screenshot_wind] = screenshot.sh window
+# program[screenshot_all] = ${PREFIX}/share/scrotwm/screenshot.sh full
+# program[screenshot_wind] = ${PREFIX}/share/scrotwm/screenshot.sh window
# program[lock] = xlock
# program[initscr] = initscreen.sh
# program[menu] = dmenu_run -fn $bar_font -nb $bar_color -nf $bar_font_color -sb $bar_border -sf $bar_color