import of 0.3.0
This commit is contained in:
parent
d571b69622
commit
5628217d64
11
x11/xfce4/plugins/xfce4-showdesktop-plugin/Makefile
Normal file
11
x11/xfce4/plugins/xfce4-showdesktop-plugin/Makefile
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# $OpenBSD: Makefile,v 1.1.1.1 2004/01/14 23:05:01 jolan Exp $
|
||||||
|
|
||||||
|
COMMENT= "hides/unhides all unsticky windows with one click"
|
||||||
|
DISTNAME= xfce4-showdesktop-plugin-0.3.0
|
||||||
|
MASTER_SITES= ${MASTER_SITE_GOODIES}
|
||||||
|
|
||||||
|
HOMEPAGE= ${HOMEPAGE_GOODIES}
|
||||||
|
|
||||||
|
WRKDIST= ${WRKDIR}/xfce4-showdesktop-plugin
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
3
x11/xfce4/plugins/xfce4-showdesktop-plugin/distinfo
Normal file
3
x11/xfce4/plugins/xfce4-showdesktop-plugin/distinfo
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
MD5 (xfce4/xfce4-showdesktop-plugin-0.3.0.tar.gz) = b57ee27a30302f036bce64ce03a5e14c
|
||||||
|
RMD160 (xfce4/xfce4-showdesktop-plugin-0.3.0.tar.gz) = 260b826393e986b36012474a678c05fd33785765
|
||||||
|
SHA1 (xfce4/xfce4-showdesktop-plugin-0.3.0.tar.gz) = a6be799bedcd97920126d4e3f8df25dc9f5c8e99
|
@ -0,0 +1,16 @@
|
|||||||
|
$OpenBSD: patch-panel-plugin_showdesktop_c,v 1.1.1.1 2004/01/14 23:05:01 jolan Exp $
|
||||||
|
--- panel-plugin/showdesktop.c.orig 2003-11-05 12:06:04.000000000 -0600
|
||||||
|
+++ panel-plugin/showdesktop.c 2004-01-14 01:16:11.000000000 -0600
|
||||||
|
@@ -225,10 +225,11 @@ create_plugin_control (Control *ctrl)
|
||||||
|
static void
|
||||||
|
plugin_free (Control *ctrl)
|
||||||
|
{
|
||||||
|
+ gui *plugin;
|
||||||
|
g_return_if_fail (ctrl != NULL);
|
||||||
|
g_return_if_fail (ctrl->data != NULL);
|
||||||
|
|
||||||
|
- gui *plugin = ctrl->data;
|
||||||
|
+ plugin = ctrl->data;
|
||||||
|
g_free(plugin);
|
||||||
|
}
|
||||||
|
|
@ -0,0 +1,12 @@
|
|||||||
|
$OpenBSD: patch-po_Makefile_in_in,v 1.1.1.1 2004/01/14 23:05:01 jolan Exp $
|
||||||
|
--- po/Makefile.in.in.orig 2003-11-05 12:04:03.000000000 -0600
|
||||||
|
+++ po/Makefile.in.in 2004-01-14 01:23:17.000000000 -0600
|
||||||
|
@@ -27,7 +27,7 @@ prefix = @prefix@
|
||||||
|
exec_prefix = @exec_prefix@
|
||||||
|
datadir = @datadir@
|
||||||
|
libdir = @libdir@
|
||||||
|
-localedir = $(libdir)/locale
|
||||||
|
+localedir = $(datadir)/locale
|
||||||
|
gnulocaledir = $(datadir)/locale
|
||||||
|
gettextsrcdir = $(datadir)/glib-2.0/gettext/po
|
||||||
|
subdir = po
|
4
x11/xfce4/plugins/xfce4-showdesktop-plugin/pkg/DESCR
Normal file
4
x11/xfce4/plugins/xfce4-showdesktop-plugin/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
xfce4-showdesktop-plugin allows you to hide and unhide unsticky windows
|
||||||
|
on the current workspace with one click. You can unhide all windows
|
||||||
|
with a left-click, or just unhide the last window group with a middle
|
||||||
|
click.
|
5
x11/xfce4/plugins/xfce4-showdesktop-plugin/pkg/PLIST
Normal file
5
x11/xfce4/plugins/xfce4-showdesktop-plugin/pkg/PLIST
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
@comment $OpenBSD: PLIST,v 1.1.1.1 2004/01/14 23:05:01 jolan Exp $
|
||||||
|
lib/xfce4/panel-plugins/libshowdesktop.a
|
||||||
|
lib/xfce4/panel-plugins/libshowdesktop.la
|
||||||
|
lib/xfce4/panel-plugins/libshowdesktop.so
|
||||||
|
share/locale/de/LC_MESSAGES/xfce4-showdesktop.mo
|
Loading…
Reference in New Issue
Block a user