- remove old and unmaintained utility. who'se still using a gtk+1 window manager anyway?
"zap zap zapit" landry@
This commit is contained in:
parent
9bc76f0fe3
commit
11a6f2665b
@ -1,35 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.19 2008/05/19 18:42:56 simon Exp $
|
||||
|
||||
COMMENT= window manager theme utility
|
||||
|
||||
DISTNAME= wmtheme-1.3.2
|
||||
PKGNAME= ${DISTNAME}p0
|
||||
CATEGORIES= x11
|
||||
|
||||
HOMEPAGE= http://wmtheme.sourceforge.net/
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= X11 Xext Xi c glib gmodule iconv intl m
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wmtheme/}
|
||||
|
||||
NO_REGRESS= Yes
|
||||
|
||||
LIB_DEPENDS= gtk.>=1.2,gdk.>=1.2::x11/gtk+
|
||||
USE_GMAKE= Yes
|
||||
USE_X11= Yes
|
||||
EXTRA_THEMES= gotheme ortheme
|
||||
|
||||
FAKE_FLAGS+= prefix=${PREFIX}
|
||||
|
||||
post-install:
|
||||
.for i in ${EXTRA_THEMES}
|
||||
cd ${PREFIX}/bin; ln -sf wmtheme $i;
|
||||
cd ${PREFIX}/man/man1; ln -sf wmtheme.1 $i.1
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,5 +0,0 @@
|
||||
MD5 (wmtheme-1.3.2.tar.gz) = su5l63QfzJMYwOGB3X/WjA==
|
||||
RMD160 (wmtheme-1.3.2.tar.gz) = B9mVg3o+dW+ndzQwio3ziYvcUUs=
|
||||
SHA1 (wmtheme-1.3.2.tar.gz) = Sc/QW7V/loFpiyRxai7QY9vX0z0=
|
||||
SHA256 (wmtheme-1.3.2.tar.gz) = s6k3W+FV80gv4sJaKl5ZHx0GZ8WW34+TkNG74A635Mk=
|
||||
SIZE (wmtheme-1.3.2.tar.gz) = 73847
|
@ -1,61 +0,0 @@
|
||||
$OpenBSD: patch-Makefile,v 1.1 2008/05/19 18:42:56 simon Exp $
|
||||
--- Makefile.orig Mon May 19 20:28:40 2008
|
||||
+++ Makefile Mon May 19 20:30:38 2008
|
||||
@@ -60,13 +60,13 @@ install: all install-dirs
|
||||
for SUPT in $(SUPPORTFILES) ; do \
|
||||
$(INSTALL) -m 644 $$SUPT $(DESTDIR)$(LIBDIR); \
|
||||
done;
|
||||
- $(INSTALL) -m 644 wmtheme.1.gz $(DESTDIR)$(MANDIR)
|
||||
+ $(INSTALL) -m 644 wmtheme.1 $(DESTDIR)$(MANDIR)
|
||||
for INVOCATION in $(INVOCATIONS); do \
|
||||
if [ ! -e $(DESTDIR)$(BINDIR)/$$INVOCATION ] ; then \
|
||||
ln -s wmtheme $(DESTDIR)$(BINDIR)/$$INVOCATION; \
|
||||
fi; \
|
||||
- if [ ! -e $(DESTDIR)$(MANDIR)/$$INVOCATION.1.gz ] ; then \
|
||||
- ln -s wmtheme.1.gz $(DESTDIR)$(MANDIR)/$$INVOCATION.1.gz; \
|
||||
+ if [ ! -e $(DESTDIR)$(MANDIR)/$$INVOCATION.1 ] ; then \
|
||||
+ ln -s wmtheme.1 $(DESTDIR)$(MANDIR)/$$INVOCATION.1; \
|
||||
fi; \
|
||||
done;
|
||||
$(INSTALL) -m 755 wminstallfonts $(DESTDIR)$(BINDIR)
|
||||
@@ -87,23 +87,20 @@ uninstall:
|
||||
if [ -h $(DESTDIR)$(BINDIR)/$$INVOCATION ]; \
|
||||
then rm $(DESTDIR)$(BINDIR)/$$INVOCATION; \
|
||||
fi; \
|
||||
- if [ -h $(DESTDIR)$(MANDIR)/$$INVOCATION.1.gz ]; \
|
||||
- then rm $(DESTDIR)$(MANDIR)/$$INVOCATION.1.gz; \
|
||||
+ if [ -h $(DESTDIR)$(MANDIR)/$$INVOCATION.1 ]; \
|
||||
+ then rm $(DESTDIR)$(MANDIR)/$$INVOCATION.1; \
|
||||
fi; \
|
||||
done;
|
||||
rm -f $(DESTDIR)$(BINDIR)/wminstallfonts
|
||||
rm -f $(DESTDIR)$(BINDIR)/apply-gtk-theme
|
||||
- rm -f $(DESTDIR)$(MANDIR)/wmtheme.1.gz
|
||||
+ rm -f $(DESTDIR)$(MANDIR)/wmtheme.1
|
||||
# This is removes a symlink created by install-dev
|
||||
rm -f $(DESTDIR)$(MANDIR)/wmtheme.1
|
||||
|
||||
-manpage: wmtheme.1.gz
|
||||
+manpage: wmtheme.1
|
||||
|
||||
-wmtheme.1.gz: wmtheme.1
|
||||
- gzip -9 < wmtheme.1 > wmtheme.1.gz
|
||||
-
|
||||
clean:
|
||||
- rm -f wmtheme.1.gz
|
||||
+ rm -f wmtheme.1
|
||||
rm -f apply-gtk-theme
|
||||
rm -f $(LSM)
|
||||
rm -f $(TARBALL)
|
||||
@@ -178,9 +175,9 @@ speclist:
|
||||
echo $(LIBDIR) >> spec-file-list
|
||||
for invocation in $(INVOCATIONS); do \
|
||||
echo "$(BINDIR)/$$invocation" >> spec-file-list; \
|
||||
- echo "$(MANDIR)/$$invocation.1.gz" >> spec-file-list; \
|
||||
+ echo "$(MANDIR)/$$invocation.1" >> spec-file-list; \
|
||||
done
|
||||
- echo "$(MANDIR)/wmtheme.1.gz" >> spec-file-list
|
||||
+ echo "$(MANDIR)/wmtheme.1" >> spec-file-list
|
||||
echo "$(BINDIR)/wmtheme" >> spec-file-list
|
||||
echo "$(BINDIR)/wminstallfonts" >> spec-file-list
|
||||
if [ $(GCONF) ]; then \
|
@ -1,21 +0,0 @@
|
||||
$OpenBSD: patch-wmtheme,v 1.3 2002/04/22 14:40:09 lebel Exp $
|
||||
--- wmtheme.orig Sat Dec 8 23:11:28 2001
|
||||
+++ wmtheme Mon Apr 22 10:36:42 2002
|
||||
@@ -1361,7 +1361,7 @@ sub screensize {
|
||||
my ($rows, $cols);
|
||||
|
||||
$rows = ($sttyout =~ /\brows (\d+)/ and $1 > 4) ? $1 : 24;
|
||||
- $cols = ($sttyout =~ /\bcolumns (\d+)/ and $1 > 49) ? $1 : 50;
|
||||
+ $cols = ($sttyout =~ /\bcolumns (\d+)/ and $1 > 79) ? $1 : 80;
|
||||
($rows, $cols);
|
||||
}
|
||||
|
||||
@@ -1531,7 +1531,7 @@ sub getfiletypes {
|
||||
# filename and a colon, and is padded with spaces such that the result
|
||||
# always begins at the same column.
|
||||
|
||||
- my @types = split(/\n/, forktick("file -f \Q$file_input\E"));
|
||||
+ my @types = split(/\n/, forktick("file -f \Q$file_input\E | sed -e \Qs;^[^:]*: *;;g\E"));
|
||||
unlink $file_input or choke("can't remove temporary file $file_input: $!");
|
||||
|
||||
delete $cleanups{getfiletypes};
|
@ -1,25 +0,0 @@
|
||||
wmtheme is a utility which, generally speaking, allows you to perform
|
||||
certain operations on themes by name. For example, to rename do wmtheme
|
||||
-r oldname newname; to activate do wmtheme name, to get from themes.org
|
||||
do wmtheme -g name.
|
||||
|
||||
Furthermore, it takes great care to make installation painless, in spite
|
||||
of evolving formats, packaging carelessness, and incompatibility between
|
||||
old themes and current window managers. wmtheme -i theme-package.tar.gz
|
||||
will almost always result in a correct installation. It will also take
|
||||
steps to clean up settings that don't belong in themes, and disable
|
||||
suspicious-looking shell commands (these sorts of things might occur in
|
||||
Window Maker or Blackbox themes). This behavior can be turned off,
|
||||
however.
|
||||
|
||||
Supports themes for the following:
|
||||
- AfterStep (astheme)
|
||||
- Blackbox (bbtheme)
|
||||
- Enlightenment (etheme)
|
||||
- Golem (gotheme)
|
||||
- gtk+ (gtktheme)
|
||||
- IceWM (itheme)
|
||||
- Oroborus (ortheme)
|
||||
- Sawfish (sftheme)
|
||||
- Window Maker (wmtheme)
|
||||
- xmms (xmtheme)
|
@ -1,38 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.5 2008/05/19 18:42:56 simon Exp $
|
||||
bin/apply-gtk-theme
|
||||
bin/astheme
|
||||
bin/bbtheme
|
||||
bin/etheme
|
||||
bin/gotheme
|
||||
bin/gtktheme
|
||||
bin/itheme
|
||||
bin/ortheme
|
||||
bin/sftheme
|
||||
bin/wminstallfonts
|
||||
bin/wmtheme
|
||||
bin/xmtheme
|
||||
lib/wmtheme/
|
||||
lib/wmtheme/afterstep.pl
|
||||
lib/wmtheme/blackbox.pl
|
||||
lib/wmtheme/conf.default
|
||||
lib/wmtheme/enlightenment.pl
|
||||
lib/wmtheme/golem.pl
|
||||
lib/wmtheme/gtk.pl
|
||||
lib/wmtheme/icewm.pl
|
||||
lib/wmtheme/oroborus.pl
|
||||
lib/wmtheme/sawfish.pl
|
||||
lib/wmtheme/wm_config.pl
|
||||
lib/wmtheme/wm_data.pl
|
||||
lib/wmtheme/wm_fonts.pl
|
||||
lib/wmtheme/wmaker.pl
|
||||
lib/wmtheme/xmms.pl
|
||||
@man man/man1/astheme.1
|
||||
@man man/man1/bbtheme.1
|
||||
@man man/man1/etheme.1
|
||||
@man man/man1/gotheme.1
|
||||
@man man/man1/gtktheme.1
|
||||
@man man/man1/itheme.1
|
||||
@man man/man1/ortheme.1
|
||||
@man man/man1/sftheme.1
|
||||
@man man/man1/wmtheme.1
|
||||
@man man/man1/xmtheme.1
|
Loading…
Reference in New Issue
Block a user