- big gkrellm plugins cleanup:
* fix WANTLIB after recent gtk update * use $V as version variable everywhere it is needed * rework comments: lowercase, typo * remove dead homepage, master_sites * PKGNAME harmonization (ie. gkrellmpluginname) * add sysutils/gkrellm to CATEGORIES in Makefile.inc instead of all plugins Makefiles
This commit is contained in:
parent
e483fdb12b
commit
d74e953a69
@ -1,7 +1,9 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.16 2007/10/25 07:30:24 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.17 2007/10/25 15:15:54 ajacoutot Exp $
|
||||
|
||||
MAINTAINER?= Antoine Jacoutot <ajacoutot@openbsd.org>
|
||||
|
||||
CATEGORIES+= sysutils/gkrellm
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM?= Yes
|
||||
PERMIT_PACKAGE_FTP?= Yes
|
||||
@ -13,7 +15,7 @@ WANTLIB?= X11 Xau Xcursor Xdmcp Xext Xfixes Xi Xinerama Xrandr \
|
||||
glib-2.0 gmodule-2.0 gobject-2.0 glitz png \
|
||||
gthread-2.0 gtk-x11-2.0 iconv intl m \
|
||||
pango-1.0 pangocairo-1.0 pangoft2-1.0 \
|
||||
cairo
|
||||
cairo Xcomposite Xdamage
|
||||
.if defined(EXTRA_WANTLIB)
|
||||
WANTLIB+= ${EXTRA_WANTLIB}
|
||||
.endif
|
||||
|
@ -1,17 +1,17 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2007/10/25 07:30:24 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2007/10/25 15:15:54 ajacoutot Exp $
|
||||
|
||||
COMMENT= Analog clock for GkrellM2
|
||||
COMMENT= analog clock for GkrellM2
|
||||
|
||||
VERSION= 0.3.3
|
||||
DISTNAME= gkrellaclock-${VERSION}
|
||||
PKGNAME= ${DISTNAME}p6
|
||||
CATEGORIES= misc sysutils/gkrellm
|
||||
V= 0.3.3
|
||||
DISTNAME= gkrellaclock-${V}
|
||||
PKGNAME= ${DISTNAME}p7
|
||||
CATEGORIES= misc
|
||||
|
||||
HOMEPAGE= http://www.geocities.com/m_muthukumar/gkrellaclock.html
|
||||
|
||||
MASTER_SITES= http://www.geocities.com/m_muthukumar/
|
||||
|
||||
WRKDIST= ${WRKDIR}/gkrellAclock-${VERSION}
|
||||
WRKDIST= ${WRKDIR}/gkrellAclock-${V}
|
||||
ALL_TARGET= gkrellaclock.so
|
||||
|
||||
PLUGIN= ${WRKSRC}/gkrellaclock.so
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.16 2007/10/25 07:30:24 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.17 2007/10/25 15:15:54 ajacoutot Exp $
|
||||
|
||||
COMMENT= Change Background Image with GkrellM2
|
||||
COMMENT= change background image with GkrellM2
|
||||
|
||||
DISTNAME= gkrellmbgchg2-0.1.3
|
||||
PKGNAME= ${DISTNAME}p7
|
||||
CATEGORIES= x11 sysutils/gkrellm
|
||||
PKGNAME= ${DISTNAME}p8
|
||||
CATEGORIES= x11
|
||||
|
||||
HOMEPAGE= http://www.bender-suhl.de/stefan/english/comp/gkrellmbgchg.html
|
||||
|
||||
|
@ -1,14 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2007/10/25 07:30:24 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2007/10/25 15:15:54 ajacoutot Exp $
|
||||
|
||||
COMMENT= GkrellM2 load meter with a familiar face
|
||||
|
||||
DISTNAME= gkrellflynn-0.8
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
CATEGORIES= x11 sysutils/gkrellm
|
||||
|
||||
HOMEPAGE= http://horus.comlab.uni-rostock.de/flynn/
|
||||
|
||||
MASTER_SITES= ${HOMEPAGE}
|
||||
PKGNAME= ${DISTNAME}p4
|
||||
CATEGORIES= x11
|
||||
|
||||
ALL_TARGET= gkrellm2
|
||||
|
||||
|
@ -1,15 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2007/10/25 07:30:24 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2007/10/25 15:15:54 ajacoutot Exp $
|
||||
|
||||
COMMENT= GkrellM2 plugin that shows Interet Time
|
||||
COMMENT= GkrellM2 plugin that shows Internet time
|
||||
|
||||
VERSION= 1.0.1
|
||||
DISTNAME= gkrellmitime-${VERSION}
|
||||
PKGNAME= ${DISTNAME}p7
|
||||
CATEGORIES= net sysutils/gkrellm
|
||||
|
||||
HOMEPAGE= http://eric.bianchi.free.fr/gkrellm/
|
||||
|
||||
MASTER_SITES= http://eric.bianchi.free.fr/Softwares/
|
||||
V= 1.0.1
|
||||
DISTNAME= gkrellmitime-${V}
|
||||
PKGNAME= ${DISTNAME}p8
|
||||
CATEGORIES= net
|
||||
|
||||
ALL_TARGET= gkrellm_itime.so
|
||||
PLUGIN= ${WRKSRC}/gkrellm_itime.so
|
||||
|
@ -1,16 +1,16 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2007/10/25 07:30:24 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2007/10/25 15:15:54 ajacoutot Exp $
|
||||
|
||||
COMMENT= Web cam plugin for GkrellM2
|
||||
COMMENT= webcam plugin for GkrellM2
|
||||
|
||||
VERSION= 2.0.0
|
||||
DISTNAME= gkrellkam-${VERSION}
|
||||
PKGNAME= ${DISTNAME}p3
|
||||
CATEGORIES= graphics sysutils/gkrellm
|
||||
V= 2.0.0
|
||||
DISTNAME= gkrellkam-${V}
|
||||
PKGNAME= ${DISTNAME}p4
|
||||
CATEGORIES= graphics
|
||||
|
||||
HOMEPAGE= http://gkrellkam.sourceforge.net
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gkrellkam/}
|
||||
DISTFILES= gkrellkam_${VERSION}.tar.gz
|
||||
DISTFILES= gkrellkam_${V}.tar.gz
|
||||
|
||||
RUN_DEPENDS+= :wget-*:net/wget
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2007/10/25 07:30:24 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2007/10/25 15:15:54 ajacoutot Exp $
|
||||
|
||||
COMMENT= launch commonly used apps from GkrellM2
|
||||
|
||||
DISTNAME= gkrellmlaunch-0.5
|
||||
PKGNAME= ${DISTNAME}p7
|
||||
CATEGORIES= x11 sysutils/gkrellm
|
||||
PKGNAME= ${DISTNAME}p8
|
||||
CATEGORIES= x11
|
||||
|
||||
HOMEPAGE= http://gkrellmlaunch.sourceforge.net/
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gkrellmlaunch/}
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2007/10/25 07:30:24 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2007/10/25 15:15:54 ajacoutot Exp $
|
||||
|
||||
COMMENT= GkrellM2 plugin to monitor multiple mailboxes
|
||||
|
||||
DISTNAME= gkrellm-mailwatch-2.4.3
|
||||
PKGNAME= ${DISTNAME}p7
|
||||
CATEGORIES= mail sysutils/gkrellm
|
||||
V= 2.4.3
|
||||
DISTNAME= gkrellm-mailwatch-${V}
|
||||
PKGNAME= gkrellmmailwatch-${V}
|
||||
CATEGORIES= mail
|
||||
|
||||
HOMEPAGE= http://gkrellm.luon.net/mailwatch.phtml
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2005/01/20 20:19:39 sturm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2007/10/25 15:15:54 ajacoutot Exp $
|
||||
@conflict gkrellm-mailwatch-*
|
||||
@pkgpath ${BASE_PKGPATH}
|
||||
lib/gkrellm2/
|
||||
lib/gkrellm2/plugins/
|
||||
lib/gkrellm2/plugins/mailwatch.so
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.15 2007/10/25 07:30:24 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.16 2007/10/25 15:15:54 ajacoutot Exp $
|
||||
|
||||
COMMENT= XMMS plugin for Gkrellm2
|
||||
|
||||
DISTNAME= gkrellmms-2.1.21
|
||||
PKGNAME= ${DISTNAME}p6
|
||||
CATEGORIES= audio sysutils/gkrellm
|
||||
PKGNAME= ${DISTNAME}p7
|
||||
CATEGORIES= audio
|
||||
|
||||
HOMEPAGE= http://gkrellm.luon.net/gkrellmms.phtml
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2007/10/25 07:30:24 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2007/10/25 15:15:54 ajacoutot Exp $
|
||||
|
||||
COMMENT= Phase of the Moon for GkrellM2
|
||||
COMMENT= phase of the Moon for GkrellM2
|
||||
|
||||
DISTNAME= gkrellmoon-0.6
|
||||
PKGNAME= ${DISTNAME}p7
|
||||
CATEGORIES= astro sysutils/gkrellm
|
||||
PKGNAME= ${DISTNAME}p8
|
||||
CATEGORIES= astro
|
||||
|
||||
HOMEPAGE= http://gkrellmoon.sourceforge.net/
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.17 2007/10/25 07:30:24 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.18 2007/10/25 15:15:54 ajacoutot Exp $
|
||||
|
||||
COMMENT= Soundscope for GkrellM2 using ESD
|
||||
COMMENT= soundscope for GkrellM2 using ESD
|
||||
|
||||
DISTNAME= gkrellmss-2.6
|
||||
PKGNAME= ${DISTNAME}p7
|
||||
CATEGORIES= audio sysutils/gkrellm
|
||||
PKGNAME= ${DISTNAME}p8
|
||||
CATEGORIES= audio
|
||||
|
||||
HOMEPAGE=http://members.dslextreme.com/users/billw/gkrellmss/gkrellmss.html
|
||||
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2007/10/25 07:30:24 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2007/10/25 15:15:54 ajacoutot Exp $
|
||||
|
||||
COMMENT= GKrellM2 will remind you to do important events
|
||||
|
||||
DISTNAME= gkrellm-reminder-2.0.0
|
||||
PKGNAME= ${DISTNAME}p8
|
||||
CATEGORIES= misc sysutils/gkrellm
|
||||
V= 2.0.0
|
||||
DISTNAME= gkrellm-reminder-${V}
|
||||
PKGNAME= gkrellmreminder-${V}
|
||||
CATEGORIES= misc
|
||||
|
||||
HOMEPAGE= http://members.dslextreme.com/users/billw/gkrellm/Plugins.html\#REMINDER
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2005/01/20 20:19:40 sturm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2007/10/25 15:15:54 ajacoutot Exp $
|
||||
@conflict gkrellm-reminder-*
|
||||
@pkgpath ${BASE_PKGPATH}
|
||||
lib/gkrellm2/
|
||||
lib/gkrellm2/plugins/
|
||||
lib/gkrellm2/plugins/reminder.so
|
||||
|
@ -1,18 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2007/10/25 07:30:25 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2007/10/25 15:15:54 ajacoutot Exp $
|
||||
|
||||
COMMENT= Snapshot and background plugin for Gkrellm2
|
||||
COMMENT= snapshot and background plugin for Gkrellm2
|
||||
|
||||
VERSION= 0.4.3
|
||||
DISTNAME= gkrellshoot-${VERSION}
|
||||
PKGNAME= ${DISTNAME}p8
|
||||
CATEGORIES= x11 sysutils/gkrellm
|
||||
V= 0.4.3
|
||||
DISTNAME= gkrellshoot-${V}
|
||||
PKGNAME= ${DISTNAME}p9
|
||||
CATEGORIES= x11
|
||||
|
||||
HOMEPAGE= http://gkrellshoot.sourceforge.net
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gkrellshoot/}
|
||||
|
||||
RUN_DEPENDS= :ImageMagick-*:graphics/ImageMagick
|
||||
|
||||
WRKDIST= ${WRKDIR}/gkrellShoot-${VERSION}
|
||||
WRKDIST= ${WRKDIR}/gkrellShoot-${V}
|
||||
ALL_TARGET= gkrellshoot.so
|
||||
PLUGIN= ${WRKSRC}/gkrellshoot.so
|
||||
|
||||
|
@ -1,18 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2007/10/25 07:30:25 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2007/10/25 15:15:54 ajacoutot Exp $
|
||||
|
||||
COMMENT= Stock Ticker for GkrellM2
|
||||
COMMENT= stock ticker for GkrellM2
|
||||
|
||||
VERSION= 0.5.1
|
||||
DISTNAME= gkrellstock-${VERSION}
|
||||
PKGNAME= ${DISTNAME}p7
|
||||
CATEGORIES= misc sysutils/gkrellm
|
||||
V= 0.5.1
|
||||
DISTNAME= gkrellstock-${V}
|
||||
PKGNAME= ${DISTNAME}p8
|
||||
CATEGORIES= misc
|
||||
|
||||
HOMEPAGE= http://gkrellstock.sourceforge.net/
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gkrellstock/}
|
||||
|
||||
RUN_DEPENDS+= :p5-Finance-Quote-*:misc/p5-Finance-Quote
|
||||
|
||||
WRKDIST= ${WRKDIR}/gkrellStock-${VERSION}
|
||||
WRKDIST= ${WRKDIR}/gkrellStock-${V}
|
||||
ALL_TARGET= gkrellstock.so
|
||||
PLUGIN= ${WRKSRC}/gkrellstock.so
|
||||
PERLDIR= ${PREFIX}/libdata/perl5/site_perl/Finance/Quote/
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2007/10/25 07:30:25 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2007/10/25 15:15:54 ajacoutot Exp $
|
||||
|
||||
COMMENT= GkrellM2 plugin to display sun rise/set times
|
||||
|
||||
DISTNAME= gkrellsun-0.12.1
|
||||
PKGNAME= ${DISTNAME}p7
|
||||
CATEGORIES= astro sysutils/gkrellm
|
||||
PKGNAME= ${DISTNAME}p8
|
||||
CATEGORIES= astro
|
||||
|
||||
HOMEPAGE= http://gkrellsun.sourceforge.net/
|
||||
|
||||
|
@ -1,10 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2007/10/25 07:30:25 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2007/10/25 15:15:54 ajacoutot Exp $
|
||||
|
||||
COMMENT= Volume dial for Gkrellm2
|
||||
|
||||
DISTNAME= gkrellm-volume-2.1.13
|
||||
PKGNAME= ${DISTNAME}p6
|
||||
CATEGORIES= audio sysutils/gkrellm
|
||||
V= 2.1.13
|
||||
DISTNAME= gkrellm-volume-${V}
|
||||
PKGNAME= gkrellmvolume-${V}
|
||||
CATEGORIES= audio
|
||||
|
||||
HOMEPAGE= http://gkrellm.luon.net/volume.phtml
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2005/01/20 20:19:40 sturm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2007/10/25 15:15:54 ajacoutot Exp $
|
||||
@conflict gkrellm-volume-*
|
||||
@pkgpath ${BASE_PKGPATH}
|
||||
lib/gkrellm2/
|
||||
lib/gkrellm2/plugins/
|
||||
lib/gkrellm2/plugins/volume.so
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2007/10/25 07:30:25 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2007/10/25 15:15:54 ajacoutot Exp $
|
||||
|
||||
COMMENT= Weather plugin for GkrellM2
|
||||
|
||||
DISTNAME= gkrellweather-2.0.6
|
||||
PKGNAME= ${DISTNAME}p7
|
||||
CATEGORIES= x11 sysutils/gkrellm
|
||||
PKGNAME= ${DISTNAME}p8
|
||||
CATEGORIES= x11
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
HOMEPAGE= http://kmlinux.fjfi.cvut.cz/~makovick/gkrellm/index.html
|
||||
|
@ -1,11 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2007/10/25 07:30:25 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2007/10/25 15:15:55 ajacoutot Exp $
|
||||
|
||||
COMMENT= GkrellM2 plugin to monitor wireless strength
|
||||
|
||||
VERSION= 2.0.3
|
||||
DISTNAME= gkrellmwireless-${VERSION}
|
||||
PKGNAME= gkrellm-wireless-${VERSION}p7
|
||||
CATEGORIES= net sysutils/gkrellm
|
||||
DISTNAME= gkrellmwireless-2.0.3
|
||||
PKGNAME= ${DISTNAME}
|
||||
CATEGORIES= net
|
||||
|
||||
HOMEPAGE= http://gkrellm.luon.net/gkrellmwireless.phtml
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2005/01/20 20:19:40 sturm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2007/10/25 15:15:55 ajacoutot Exp $
|
||||
@conflict gkrellm-wireless-*
|
||||
@pkgpath ${BASE_PKGPATH}
|
||||
lib/gkrellm2/
|
||||
lib/gkrellm2/plugins/
|
||||
lib/gkrellm2/plugins/wireless.so
|
||||
|
Loading…
x
Reference in New Issue
Block a user