pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/matchbox-panel Initial import of matchbox-panel in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8d1673b69e14
branches:  trunk
changeset: 505186:8d1673b69e14
user:      peter <peter%pkgsrc.org@localhost>
date:      Sat Dec 31 13:32:30 2005 +0000

description:
Initial import of matchbox-panel into the NetBSD Packages Collection.

A flexible always present 'window bar' for holding application launchers
and small 'applet' style applications. A number of applets are included
in the module.

diffstat:

 x11/matchbox-panel/DESCR            |   3 +++
 x11/matchbox-panel/Makefile         |  36 ++++++++++++++++++++++++++++++++++++
 x11/matchbox-panel/PLIST            |  34 ++++++++++++++++++++++++++++++++++
 x11/matchbox-panel/distinfo         |   9 +++++++++
 x11/matchbox-panel/patches/patch-aa |  13 +++++++++++++
 x11/matchbox-panel/patches/patch-ab |  13 +++++++++++++
 x11/matchbox-panel/patches/patch-ae |  20 ++++++++++++++++++++
 x11/matchbox-panel/patches/patch-af |  13 +++++++++++++
 8 files changed, 141 insertions(+), 0 deletions(-)

diffs (173 lines):

diff -r d9b0f9c47eef -r 8d1673b69e14 x11/matchbox-panel/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/matchbox-panel/DESCR  Sat Dec 31 13:32:30 2005 +0000
@@ -0,0 +1,3 @@
+A flexible always present 'window bar' for holding application launchers
+and small 'applet' style applications. A number of applets are included
+in the module.
diff -r d9b0f9c47eef -r 8d1673b69e14 x11/matchbox-panel/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/matchbox-panel/Makefile       Sat Dec 31 13:32:30 2005 +0000
@@ -0,0 +1,36 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/12/31 13:32:30 peter Exp $
+#
+
+DISTNAME=              matchbox-panel-0.9.2
+CATEGORIES=            x11
+MASTER_SITES=          http://projects.o-hand.com/matchbox/sources/matchbox-panel/0.9/
+EXTRACT_SUFX=          .tar.bz2
+
+MAINTAINER=            tech-pkg%NetBSD.org@localhost
+HOMEPAGE=              http://projects.o-hand.com/matchbox/
+COMMENT=               Panel for Matchbox
+
+BUILD_USES_MSGFMT=     yes
+
+USE_DIRS+=             gnome2-1.5
+USE_TOOLS+=            gmake
+USE_PKGLOCALEDIR=      yes
+GNU_CONFIGURE=         yes
+
+CONFIGURE_ARGS+=       --enable-small-icons
+CONFIGURE_ARGS+=       --enable-startup-notification
+CONFIGURE_ARGS+=       --enable-nls
+
+BUILD_USES_MSGFMT=     yes
+
+CONFIGURE_ENV+=                XGETTEXT=${LOCALBASE}/bin/xgettext
+CONFIGURE_ENV+=                GMSGFMT=${LOCALBASE}/bin/msgfmt
+CONFIGURE_ENV+=                MSGFMT=${LOCALBASE}/bin/msgfmt
+CONFIGURE_ENV+=                MSGMERGE=${LOCALBASE}/bin/msgmerge
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../fonts/Xft2/buildlink3.mk"
+.include "../../devel/libmatchbox/buildlink3.mk"
+.include "../../x11/startup-notification/buildlink3.mk"
+.include "../../mk/x11.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d9b0f9c47eef -r 8d1673b69e14 x11/matchbox-panel/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/matchbox-panel/PLIST  Sat Dec 31 13:32:30 2005 +0000
@@ -0,0 +1,34 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/12/31 13:32:30 peter Exp $
+bin/matchbox-panel
+bin/mb-applet-battery
+bin/mb-applet-clock
+bin/mb-applet-launcher
+bin/mb-applet-menu-launcher
+bin/mb-applet-system-monitor
+bin/mb-applet-xterm-wrapper.sh
+share/applications/mb-applet-battery.desktop
+share/applications/mb-applet-clock.desktop
+share/applications/mb-applet-menu-launcher.desktop
+share/applications/mb-applet-system-monitor.desktop
+share/applications/mb-launcher-term.desktop
+${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/matchbox-panel.mo
+${PKGLOCALEDIR}/locale/de/LC_MESSAGES/matchbox-panel.mo
+${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/matchbox-panel.mo
+${PKGLOCALEDIR}/locale/es_ES/LC_MESSAGES/matchbox-panel.mo
+${PKGLOCALEDIR}/locale/fi_FI/LC_MESSAGES/matchbox-panel.mo
+${PKGLOCALEDIR}/locale/fr_FR/LC_MESSAGES/matchbox-panel.mo
+${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/matchbox-panel.mo
+share/pixmaps/broken-0.png
+share/pixmaps/mbmenu.png
+share/pixmaps/mbterm.png
+share/pixmaps/miniapm-power.png
+share/pixmaps/miniapm.png
+share/pixmaps/minisys.png
+share/pixmaps/minitime.png
+share/pixmaps/no-link-0.png
+share/pixmaps/signal-1-40.png
+share/pixmaps/signal-41-60.png
+share/pixmaps/signal-61-80.png
+share/pixmaps/signal-81-100.png
+@comment in xdg-dirs: @dirrm share/pixmaps
+@comment in xdg-dirs: @dirrm share/applications
diff -r d9b0f9c47eef -r 8d1673b69e14 x11/matchbox-panel/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/matchbox-panel/distinfo       Sat Dec 31 13:32:30 2005 +0000
@@ -0,0 +1,9 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/12/31 13:32:30 peter Exp $
+
+SHA1 (matchbox-panel-0.9.2.tar.bz2) = 438830e4f4bd59e953f1c131939a2081c0b6ec95
+RMD160 (matchbox-panel-0.9.2.tar.bz2) = 65e5849c04433354cae645af05aff7f6dd9e21e2
+Size (matchbox-panel-0.9.2.tar.bz2) = 157604 bytes
+SHA1 (patch-aa) = 58b5fd75675823bd3b8d74e5c782aac146902d26
+SHA1 (patch-ab) = 344b035bc716fad713d70f2e64578b2792799ebb
+SHA1 (patch-ae) = 052c516dd8d3e404f98c2b6233fb43ddda1f38e7
+SHA1 (patch-af) = 994f4097ca63201a7606b75bcca52b366172cf85
diff -r d9b0f9c47eef -r 8d1673b69e14 x11/matchbox-panel/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/matchbox-panel/patches/patch-aa       Sat Dec 31 13:32:30 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/12/31 13:32:30 peter Exp $
+
+--- configure.ac.orig  2005-01-11 14:24:31.000000000 -0800
++++ configure.ac
+@@ -183,7 +183,7 @@ if test x$enable_linux_apm = xyes; then
+    AC_DEFINE(HAVE_APM_H, [1], [Have Linux APM headers])
+ fi
+ 
+-AC_CHECK_HEADERS(apmvar.h, enable_bsd_apm=yes, enable_bsd_apm=no)
++AC_CHECK_HEADERS(machine/apmvar.h, enable_bsd_apm=yes, enable_bsd_apm=no)
+ if test x$enable_bsd_apm = xyes; then
+    AC_DEFINE(HAVE_APMVAR_H, [1], [Have BSD APM headers])
+    miniapm_enabled="yes"
diff -r d9b0f9c47eef -r 8d1673b69e14 x11/matchbox-panel/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/matchbox-panel/patches/patch-ab       Sat Dec 31 13:32:30 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 2005/12/31 13:32:30 peter Exp $
+
+--- configure.orig     2005-01-21 09:46:10.000000000 -0800
++++ configure
+@@ -6446,7 +6446,7 @@ _ACEOF
+ fi
+ 
+ 
+-for ac_header in apmvar.h
++for ac_header in machine/apmvar.h
+ do
+ as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
+ if eval "test \"\${$as_ac_Header+set}\" = set"; then
diff -r d9b0f9c47eef -r 8d1673b69e14 x11/matchbox-panel/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/matchbox-panel/patches/patch-ae       Sat Dec 31 13:32:30 2005 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-ae,v 1.1.1.1 2005/12/31 13:32:30 peter Exp $
+
+--- applets/Makefile.am.orig   2004-12-01 03:22:22.000000000 -0800
++++ applets/Makefile.am
+@@ -14,7 +14,7 @@ bin_PROGRAMS =                          
+   mb-applet-launcher mb-applet-system-monitor 
+ 
+   mb_applet_battery_SOURCES =        mb-applet-battery.c
+-  mb_applet_battery_LDADD   =        $(LIBMB_LIBS) $(SN_LIBS) -lapm  
++  mb_applet_battery_LDADD   =        $(LIBMB_LIBS) $(SN_LIBS)
+ 
+ else
+ bin_PROGRAMS =                                 \
+@@ -34,4 +34,4 @@ mb_applet_wireless_SOURCES =       mb-ap
+ mb_applet_launcher_SOURCES =       mb-applet-launcher.c  
+ mb_applet_system_monitor_SOURCES = mb-applet-system-monitor.c 
+ 
+-bin_SCRIPTS = mb-applet-xterm-wrapper.sh
+\ No newline at end of file
++bin_SCRIPTS = mb-applet-xterm-wrapper.sh
diff -r d9b0f9c47eef -r 8d1673b69e14 x11/matchbox-panel/patches/patch-af
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/matchbox-panel/patches/patch-af       Sat Dec 31 13:32:30 2005 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-af,v 1.1.1.1 2005/12/31 13:32:30 peter Exp $
+
+--- applets/Makefile.in.orig   2005-01-21 09:46:13.000000000 -0800
++++ applets/Makefile.in
+@@ -231,7 +231,7 @@ PKGDATADIR = $(datadir)/matchbox
+ DATADIR = $(datadir)
+ INCLUDES = -DDATADIR=\"$(DATADIR)\" -DPKGDATADIR=\"$(PKGDATADIR)\" -DPREFIX=\"$(PREFIXDIR)\" $(LIBMB_CFLAGS) $(SN_CFLAGS)
+ @WANT_APM_TRUE@mb_applet_battery_SOURCES = mb-applet-battery.c
+-@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)
+ mb_applet_clock_SOURCES = mb-applet-clock.c
+ mb_applet_menu_launcher_SOURCES = mb-applet-menu-launcher.c



Home | Main Index | Thread Index | Old Index