[Midnightbsd-cvs] mports: mports/x11-themes: Introducing MidnightBSD-backgrounds, a set of

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Sep 24 12:29:39 EDT 2008


Log Message:
-----------
Introducing MidnightBSD-backgrounds, a set of background pictures for MidnightBSD.

This release includes .desktop files that KDE can use.  More changes will need to be made for Gnome and other environments.

Modified Files:
--------------
    mports/x11-themes:
        Makefile (r1.15 -> r1.16)

Added Files:
-----------
    mports/x11-themes/midnightbsd-backgrounds:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11-themes/Makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -L x11-themes/Makefile -L x11-themes/Makefile -u -r1.15 -r1.16
--- x11-themes/Makefile
+++ x11-themes/Makefile
@@ -18,6 +18,7 @@
     SUBDIR += kdeartwork3
     SUBDIR += linux-gtk-bluecurve-theme
     SUBDIR += linux-hicolor-icon-theme
+    SUBDIR += midnightbsd-backgrounds
     SUBDIR += ubuntulooks
     SUBDIR += xcursor-themes
 
--- /dev/null
+++ x11-themes/midnightbsd-backgrounds/pkg-descr
@@ -0,0 +1,4 @@
+Common backgrounds for MidnightBSD
+
+AUTHOR: Lucas Holt
+WWW: http://people.midnightbsd.org/~laffer1
--- /dev/null
+++ x11-themes/midnightbsd-backgrounds/pkg-plist
@@ -0,0 +1,18 @@
+ at comment $MidnightBSD: mports/x11-themes/midnightbsd-backgrounds/pkg-plist,v 1.1 2008/09/24 16:29:39 laffer1 Exp $
+share/wallpapers/MidnightBSD-Space.jpg
+share/wallpapers/MidnightBSD-Space.jpg.desktop
+share/wallpapers/mnbsd_bg_gray.png
+share/wallpapers/mnbsd_bg_gray.png.desktop
+share/wallpapers/mnbsd_bg_purple.png
+share/wallpapers/mnbsd_bg_purple.png.desktop
+share/wallpapers/mnbsd_bg_black.png
+share/wallpapers/mnbsd_bg_black.png.desktop
+share/wallpapers/mnbsd_bg_green.png
+share/wallpapers/mnbsd_bg_green.png.desktop
+share/wallpapers/mnbsd_bg_yellow.png
+share/wallpapers/mnbsd_bg_yellow.png.desktop
+share/wallpapers/mnbsd_bg_blue.png
+share/wallpapers/mnbsd_bg_blue.png.desktop
+share/wallpapers/mnbsd_bg_pink.png
+share/wallpapers/mnbsd_bg_pink.png.desktop
+ at dirrmtry share/wallpapers
--- /dev/null
+++ x11-themes/midnightbsd-backgrounds/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: midnightbsd-desktop
+# Date created:		September 24, 2008
+# Whom:			Lucas Holt <luke at midnightbsd.org>
+#
+# $MidnightBSD: mports/x11-themes/midnightbsd-backgrounds/Makefile,v 1.1 2008/09/24 16:29:39 laffer1 Exp $
+#
+
+PORTNAME=	midnightbsd-backgrounds
+PORTVERSION=	1.0
+CATEGORIES=	x11-themes graphics gnome kde
+MASTER_SITES=	http://people.midnightbsd.org/~laffer1/
+DISTFILES=	dtps.tar.bz2
+
+MAINTAINER=     luke at MidnightBSD.org
+COMMENT=        MidnightBSD desktop environment
+LICENSE=	agg
+
+USE_BZIP2=	yes
+NO_BUILD=	yes
+WRKSRC=		${WRKDIR}/dtps
+
+BACKGROUNDS=	MidnightBSD-Space.jpg mnbsd_bg_gray.png mnbsd_bg_purple.png mnbsd_bg_black.png mnbsd_bg_green.png mnbsd_bg_yellow.png mnbsd_bg_blue.png mnbsd_bg_pink.png
+
+do-install:
+	${MKDIR} ${PREFIX}/share/wallpapers
+.for b in ${BACKGROUNDS}
+	${INSTALL_DATA}	 ${WRKSRC}/${b} ${PREFIX}/share/wallpapers/${b}
+	${INSTALL_DATA}  ${WRKSRC}/${b}.desktop ${PREFIX}/share/wallpapers/${b}.desktop
+.endfor
+
+.include <bsd.port.mk>
--- /dev/null
+++ x11-themes/midnightbsd-backgrounds/distinfo
@@ -0,0 +1,3 @@
+MD5 (dtps.tar.bz2) = 5d06abb7b5f0b2993f8afdbe0a8a81b8
+SHA256 (dtps.tar.bz2) = 73940eda3c300600c24f48f92a0dc54d1aa6c9b1bfcd3e633166705ebced7806
+SIZE (dtps.tar.bz2) = 1836489


More information about the Midnightbsd-cvs mailing list