update to version 0.9.3;
This commit is contained in:
parent
10b1db565b
commit
fb9df7b6a3
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2005/11/13 14:23:21 wilfried Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2006/07/20 21:00:11 robert Exp $
|
||||
# XXX hardcoded apm list
|
||||
|
||||
COMMENT= "window bar for holding application launchers"
|
||||
DISTNAME= matchbox-panel-0.9.2
|
||||
PKGNAME= ${DISTNAME}p2
|
||||
DISTNAME= matchbox-panel-0.9.3
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://projects.o-hand.com/matchbox/sources/matchbox-panel/0.9/
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
MD5 (matchbox-panel-0.9.2.tar.gz) = 3122b8d8a796824f9266235b38b0ff1f
|
||||
RMD160 (matchbox-panel-0.9.2.tar.gz) = b982b08f788b3c8d0fc33a75906cb835b9fcd7fa
|
||||
SHA1 (matchbox-panel-0.9.2.tar.gz) = d01b9d9c4f796c57e5085313498904660737fcae
|
||||
SIZE (matchbox-panel-0.9.2.tar.gz) = 191947
|
||||
MD5 (matchbox-panel-0.9.3.tar.gz) = 48b58a2e9ada4ae4de6555315ee3506f
|
||||
RMD160 (matchbox-panel-0.9.3.tar.gz) = 3ed4a6bfb18b594cbb7579e94d65f83762e1074d
|
||||
SHA1 (matchbox-panel-0.9.3.tar.gz) = 39af07b7c6af6a90969f970bf07c7f5921ae8ae4
|
||||
SIZE (matchbox-panel-0.9.3.tar.gz) = 197235
|
||||
|
@ -1,10 +1,10 @@
|
||||
$OpenBSD: patch-applets_Makefile_in,v 1.1.1.1 2005/06/17 02:57:30 jolan Exp $
|
||||
--- applets/Makefile.in.orig Mon Apr 11 04:18:53 2005
|
||||
+++ applets/Makefile.in Mon Jun 6 22:42:33 2005
|
||||
@@ -231,7 +231,7 @@ PKGDATADIR = $(datadir)/matchbox
|
||||
DATADIR = $(datadir)
|
||||
INCLUDES = -DDATADIR=\"$(DATADIR)\" -DPKGDATADIR=\"$(PKGDATADIR)\" -DPREFIX=\"$(PREFIXDIR)\" $(LIBMB_CFLAGS) $(SN_CFLAGS)
|
||||
$OpenBSD: patch-applets_Makefile_in,v 1.2 2006/07/20 21:00:11 robert Exp $
|
||||
--- applets/Makefile.in.orig Tue Mar 7 19:46:57 2006
|
||||
+++ applets/Makefile.in Thu Jul 20 17:50:40 2006
|
||||
@@ -239,7 +239,7 @@
|
||||
@WANT_ACPI_TRUE@mb_applet_battery_SOURCES = mb-applet-battery.c
|
||||
@WANT_APM_TRUE@mb_applet_battery_SOURCES = mb-applet-battery.c
|
||||
@WANT_ACPI_TRUE@mb_applet_battery_LDADD = $(LIBMB_LIBS) $(SN_LIBS)
|
||||
-@WANT_APM_TRUE@mb_applet_battery_LDADD = $(LIBMB_LIBS) $(SN_LIBS) -lapm
|
||||
+@WANT_APM_TRUE@mb_applet_battery_LDADD = $(LIBMB_LIBS) $(SN_LIBS)
|
||||
LDADD = $(LIBMB_LIBS) $(SN_LIBS)
|
||||
|
@ -1,11 +1,11 @@
|
||||
$OpenBSD: patch-install-sh,v 1.1.1.1 2005/06/17 02:57:30 jolan Exp $
|
||||
--- install-sh.orig Sun Mar 20 11:43:33 2005
|
||||
+++ install-sh Mon Jun 6 22:42:33 2005
|
||||
@@ -207,7 +207,7 @@ do
|
||||
$OpenBSD: patch-install-sh,v 1.2 2006/07/20 21:00:11 robert Exp $
|
||||
--- install-sh.orig Wed Nov 2 01:30:12 2005
|
||||
+++ install-sh Thu Jul 20 17:51:44 2006
|
||||
@@ -213,7 +213,7 @@
|
||||
fi
|
||||
|
||||
# This sed command emulates the dirname command.
|
||||
- dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
|
||||
- dstdir=`echo "$dst" | sed -e 's,/*$,,;s,[^/]*$,,;s,/*$,,;s,^$,.,'`
|
||||
+ dstdir=`echo "$dst" | sed -e 's,/$,,g' -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
|
||||
|
||||
# Make sure that the destination directory exists.
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2005/06/30 21:50:51 jolan Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2006/07/20 21:00:11 robert Exp $
|
||||
%%APM%%
|
||||
bin/matchbox-panel
|
||||
bin/mb-applet-clock
|
||||
@ -11,7 +11,12 @@ share/applications/mb-applet-clock.desktop
|
||||
share/applications/mb-applet-menu-launcher.desktop
|
||||
@comment share/applications/mb-applet-system-monitor.desktop
|
||||
share/applications/mb-launcher-term.desktop
|
||||
share/locale/
|
||||
share/locale/cs/
|
||||
share/locale/cs/LC_MESSAGES/
|
||||
share/locale/cs/LC_MESSAGES/matchbox-panel.mo
|
||||
share/locale/de/
|
||||
share/locale/de/LC_MESSAGES/
|
||||
share/locale/de/LC_MESSAGES/matchbox-panel.mo
|
||||
share/locale/en_GB/
|
||||
share/locale/en_GB/LC_MESSAGES/
|
||||
@ -25,6 +30,8 @@ share/locale/fi_FI/LC_MESSAGES/matchbox-panel.mo
|
||||
share/locale/fr_FR/
|
||||
share/locale/fr_FR/LC_MESSAGES/
|
||||
share/locale/fr_FR/LC_MESSAGES/matchbox-panel.mo
|
||||
share/locale/zh_TW/
|
||||
share/locale/zh_TW/LC_MESSAGES/
|
||||
share/locale/zh_TW/LC_MESSAGES/matchbox-panel.mo
|
||||
share/pixmaps/broken-0.png
|
||||
share/pixmaps/mbmenu.png
|
||||
|
Loading…
Reference in New Issue
Block a user