1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

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 <tstodgell at gmail.com>
This commit is contained in:
Alejandro Pulver 2006-11-08 00:52:56 +00:00
parent 0ddc0c1e5a
commit 48d38958e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=176768
5 changed files with 52 additions and 0 deletions

View File

@ -159,6 +159,7 @@
SUBDIR += metacity-theme-microgui
SUBDIR += metacity-themes
SUBDIR += moodin
SUBDIR += murrine-configurator
SUBDIR += notif2
SUBDIR += openbox-themes
SUBDIR += phase

View File

@ -0,0 +1,36 @@
# New ports collection makefile for: murrine-configurator
# Date created: 2006-11-02
# Whom: Ted Stodgell <tstodgell@gmail.com>
#
# $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 <bsd.port.mk>

View File

@ -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

View File

@ -0,0 +1,5 @@
--- files/murrine-configurator.orig
+++ files/murrine-configurator
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/local/bin/bash

View File

@ -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