From 48d38958e22df6e9bbdd1f49c6df05f8bc391247 Mon Sep 17 00:00:00 2001 From: Alejandro Pulver Date: Wed, 8 Nov 2006 00:52:56 +0000 Subject: A gui gtkrc configuration tool for the Murrine GTK engine. Murrine Configurator gives users the opportunity to configure all the Murrine Engine style options. The usage is very simple and the dialogs explain step by step the style options you can edit. WWW: http://cimi.netsons.org/pages/murrine/configurator.php PR: ports/105076 Submitted by: Ted Stodgell --- x11-themes/murrine-configurator/Makefile | 36 ++++++++++++++++++++++++++ x11-themes/murrine-configurator/distinfo | 3 +++ x11-themes/murrine-configurator/files/patch-aa | 5 ++++ x11-themes/murrine-configurator/pkg-descr | 7 +++++ 4 files changed, 51 insertions(+) create mode 100644 x11-themes/murrine-configurator/Makefile create mode 100644 x11-themes/murrine-configurator/distinfo create mode 100644 x11-themes/murrine-configurator/files/patch-aa create mode 100644 x11-themes/murrine-configurator/pkg-descr (limited to 'x11-themes/murrine-configurator') diff --git a/x11-themes/murrine-configurator/Makefile b/x11-themes/murrine-configurator/Makefile new file mode 100644 index 000000000000..86ca30472b1b --- /dev/null +++ b/x11-themes/murrine-configurator/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: murrine-configurator +# Date created: 2006-11-02 +# Whom: Ted Stodgell +# +# $FreeBSD$ +# + +PORTNAME= murrine-configurator +PORTVERSION= 0.4.1 +CATEGORIES= x11-themes +MASTER_SITES= http://cimi.netsons.org/media/download_gallery/murrie/ +DISTNAME= murrine-configurator-${PORTVERSION} + +MAINTAINER= tstodgell@gmail.com +COMMENT= GUI gtkrc configuration tool for the Murrine GTK engine + +RUN_DEPENDS= ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash \ + ${NONEXISTENT}:${PORTSDIR}/x11-themes/gtk-murrine-engine \ + ${LOCALBASE}/bin/zenity:${PORTSDIR}/x11/zenity + +NO_BUILD= yes +USE_BZIP2= yes +USE_GNOME= gtk20 + +PLIST_FILES= bin/murrine-configurator \ + share/pixmaps/murrine-configurator.png \ + share/applications/murrine-configurator.desktop + +do-install: + @${INSTALL_SCRIPT} ${WRKSRC}/files/${PORTNAME} ${PREFIX}/bin + @${INSTALL_DATA} ${WRKSRC}/files/${PORTNAME}.png \ + ${PREFIX}/share/pixmaps + @${INSTALL_DATA} ${WRKSRC}/files/${PORTNAME}.desktop \ + ${PREFIX}/share/applications + +.include diff --git a/x11-themes/murrine-configurator/distinfo b/x11-themes/murrine-configurator/distinfo new file mode 100644 index 000000000000..1a460c722ab4 --- /dev/null +++ b/x11-themes/murrine-configurator/distinfo @@ -0,0 +1,3 @@ +MD5 (murrine-configurator-0.4.1.tar.bz2) = 09bc8a515998cc94d11b2f2053d4f6ee +SHA256 (murrine-configurator-0.4.1.tar.bz2) = c3c5541f59663d12d8840cb02c77783ef333d35e5234fc2b361a92ebd862acaa +SIZE (murrine-configurator-0.4.1.tar.bz2) = 15084 diff --git a/x11-themes/murrine-configurator/files/patch-aa b/x11-themes/murrine-configurator/files/patch-aa new file mode 100644 index 000000000000..d4d1588d2ea7 --- /dev/null +++ b/x11-themes/murrine-configurator/files/patch-aa @@ -0,0 +1,5 @@ +--- files/murrine-configurator.orig ++++ files/murrine-configurator +@@ -1,4 +1,4 @@ +-#!/bin/bash ++#!/usr/local/bin/bash diff --git a/x11-themes/murrine-configurator/pkg-descr b/x11-themes/murrine-configurator/pkg-descr new file mode 100644 index 000000000000..de498b4c64f4 --- /dev/null +++ b/x11-themes/murrine-configurator/pkg-descr @@ -0,0 +1,7 @@ +A gui gtkrc configuration tool for the Murrine GTK engine. + +Murrine Configurator gives users the opportunity to configure all the Murrine +Engine style options. The usage is very simple and the dialogs explain step +by step the style options you can edit. + +WWW: http://cimi.netsons.org/pages/murrine/configurator.php -- cgit v1.2.3