- update bubblemon-docktapp to 1.46
- switch to gtk+2 ok wilfried@ (MAINTAINER)
This commit is contained in:
parent
b3067884bd
commit
20d76fc935
@ -1,26 +1,31 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2009/08/10 06:34:29 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2010/03/25 06:23:34 jasper Exp $
|
||||
|
||||
COMMENT= wm-dockapp; display CPU and memory load
|
||||
|
||||
DISTNAME= bubblemon-dockapp-1.4
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
DISTNAME= bubblemon-dockapp-1.46
|
||||
CATEGORIES= sysutils x11 x11/windowmaker
|
||||
|
||||
HOMEPAGE= http://www.ne.jp/asahi/linux/timecop/
|
||||
|
||||
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
|
||||
|
||||
# GPL
|
||||
# GPLv2
|
||||
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 \
|
||||
pthread-stubs xcb
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}software/
|
||||
MASTER_SITES= ${HOMEPAGE}/software/
|
||||
|
||||
LIB_DEPENDS= gdk.>=1::x11/gtk+
|
||||
MODULES= devel/gettext
|
||||
|
||||
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
|
||||
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 c cairo expat fontconfig
|
||||
WANTLIB += freetype gio-2.0 glib-2.0 glitz gmodule-2.0 gobject-2.0
|
||||
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png
|
||||
WANTLIB += pthread-stubs xcb z
|
||||
|
||||
LIB_DEPENDS= gdk_pixbuf-2.0,gdk-x11-2.0,gtk-x11-2.0::x11/gtk+2
|
||||
|
||||
USE_X11= Yes
|
||||
USE_GMAKE= Yes
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (bubblemon-dockapp-1.4.tar.gz) = t37uqrJTQi3AOqFDk0s3iA==
|
||||
RMD160 (bubblemon-dockapp-1.4.tar.gz) = GqPDLIeLmHdD3YzZx5qwa5cbBcs=
|
||||
SHA1 (bubblemon-dockapp-1.4.tar.gz) = YIR3T2bJTn/OXwhaavpsE82I+0Y=
|
||||
SHA256 (bubblemon-dockapp-1.4.tar.gz) = fDTLpr7E6zVn/uPtkm51DQm+qoeB/nJlovKQM+cOJuc=
|
||||
SIZE (bubblemon-dockapp-1.4.tar.gz) = 38503
|
||||
MD5 (bubblemon-dockapp-1.46.tar.gz) = 8fhv5cclvzpvX++HCZkpMQ==
|
||||
RMD160 (bubblemon-dockapp-1.46.tar.gz) = eei+Ns0Rosb0mYzXR7YSVpZgOoE=
|
||||
SHA1 (bubblemon-dockapp-1.46.tar.gz) = Fy3p6n145FeBQ0aRh6ctqPg2ZHo=
|
||||
SHA256 (bubblemon-dockapp-1.46.tar.gz) = +SgHPTxpsmaOibk83MpfOQQ3gxqrPqw6ohKfhxPnnb8=
|
||||
SIZE (bubblemon-dockapp-1.46.tar.gz) = 40001
|
||||
|
@ -1,12 +1,12 @@
|
||||
$OpenBSD: patch-Makefile,v 1.2 2001/08/30 08:46:21 wilfried Exp $
|
||||
--- Makefile.orig Tue Aug 28 12:05:05 2001
|
||||
+++ Makefile Thu Aug 30 10:34:30 2001
|
||||
@@ -10,17 +10,17 @@ PREFIX = /usr/local
|
||||
$OpenBSD: patch-Makefile,v 1.3 2010/03/25 06:23:34 jasper Exp $
|
||||
--- Makefile.orig Sat Oct 4 02:22:07 2003
|
||||
+++ Makefile Wed Mar 24 18:28:37 2010
|
||||
@@ -12,17 +12,17 @@ PREFIX = /usr/local
|
||||
# no user serviceable parts below
|
||||
EXTRA += $(WMAN)
|
||||
# optimization cflags
|
||||
-CFLAGS = -O3 -ansi -Wall `gtk-config --cflags` ${EXTRA}
|
||||
+CFLAGS += -Wall `gtk-config --cflags` ${EXTRA}
|
||||
+CFLAGS += -Wall `pkg-config --cflags gtk+-2.0` ${EXTRA}
|
||||
# profiling cflags
|
||||
# CFLAGS = -ansi -Wall -pg -O3 `gtk-config --cflags` ${EXTRA} -DPRO
|
||||
# test coverage cflags
|
||||
@ -22,3 +22,12 @@ $OpenBSD: patch-Makefile,v 1.2 2001/08/30 08:46:21 wilfried Exp $
|
||||
|
||||
# special things for Linux
|
||||
ifeq ($(OS), Linux)
|
||||
@@ -41,7 +41,7 @@ endif
|
||||
# special things for OpenBSD
|
||||
ifeq ($(OS), OpenBSD)
|
||||
OBJS += sys_openbsd.o
|
||||
- LIBS = `gtk-config --libs | sed "s/-lgtk//g"`
|
||||
+ LIBS = `pkg-config --libs gtk+-2.0`
|
||||
endif
|
||||
|
||||
#special things for SunOS
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2004/09/15 18:39:32 espie Exp $
|
||||
bin/bubblemon
|
||||
@comment $OpenBSD: PLIST,v 1.3 2010/03/25 06:23:34 jasper Exp $
|
||||
@bin bin/bubblemon
|
||||
share/doc/bubblemon/
|
||||
share/doc/bubblemon/README
|
||||
|
Loading…
Reference in New Issue
Block a user