Date: Thu, 17 Jun 2004 16:12:57 +0400 (MSD) From: Sergey Akifyev <asa@gascom.ru> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/68041: [new port] deskutils/gtweakui - A collection of simple dialogs as a front end to GConf Message-ID: <200406171212.i5HCCviq088089@asa.gascom.net.ru> Resent-Message-ID: <200406171220.i5HCKDgN093162@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 68041 >Category: ports >Synopsis: [new port] deskutils/gtweakui - A collection of simple dialogs as a front end to GConf >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 17 12:20:13 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Sergey Akifyev >Release: FreeBSD 5.2.1-RELEASE i386 >Organization: JSC Gascom >Environment: System: FreeBSD asa.gascom.net.ru 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #4: Mon Apr 12 11:41:25 MSD 2004 asa@boulder-current.gascom.ru:/usr/src/sys/i386/compile/ASA i386 >Description: This is a fairly simple project. A collection of simple dialogs as a front end to GConf. We will provide extra configuration settings for GNOME that power users have been requesting since the release of GNOME 2.0. WWW: http://gtweakui.sourceforge.net/ >How-To-Repeat: >Fix: --- gtweakui.sh begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # gtweakui/ # gtweakui/pkg-plist # gtweakui/pkg-descr # gtweakui/distinfo # gtweakui/Makefile # gtweakui/files # gtweakui/files/patch-Makefile.in # echo c - gtweakui/ mkdir -p gtweakui/ > /dev/null 2>&1 echo x - gtweakui/pkg-plist sed 's/^X//' >gtweakui/pkg-plist << 'END-of-gtweakui/pkg-plist' Xbin/gtweakui-menus Xbin/gtweakui-session Xbin/gtweakui-nautilus Xshare/gnome/gTweakUI/g.png Xshare/gnome/gTweakUI/menus0.png Xshare/gnome/gTweakUI/menus1.png Xshare/gnome/gTweakUI/menus2.png Xshare/gnome/gTweakUI/menus3.png Xshare/gnome/gTweakUI/menus.glade Xshare/gnome/gTweakUI/session.glade Xshare/gnome/gTweakUI/nautilus.glade Xshare/gnome/gTweakUI/about.glade Xshare/gnome/gTweakUI/notice.glade Xshare/gnome/gTweakUI/bullet.png Xshare/gnome/applications/gtweakui-menus.desktop Xshare/gnome/applications/gtweakui-session.desktop Xshare/gnome/applications/gtweakui-nautilus.desktop X@dirrm share/gnome/applications X@dirrm share/gnome/gTweakUI END-of-gtweakui/pkg-plist echo x - gtweakui/pkg-descr sed 's/^X//' >gtweakui/pkg-descr << 'END-of-gtweakui/pkg-descr' XThis is a fairly simple project. XA collection of simple dialogs as Xa front end to GConf. We will provide Xextra configuration settings for GNOME Xthat power users have been requesting Xsince the release of GNOME 2.0. X XWWW: http://gtweakui.sourceforge.net/ END-of-gtweakui/pkg-descr echo x - gtweakui/distinfo sed 's/^X//' >gtweakui/distinfo << 'END-of-gtweakui/distinfo' XMD5 (gnome2/gTweakUI-0.0.6.tar.bz2) = 92a0f0eee8a43e0a158329ffa0465411 XSIZE (gnome2/gTweakUI-0.0.6.tar.bz2) = 182120 END-of-gtweakui/distinfo echo x - gtweakui/Makefile sed 's/^X//' >gtweakui/Makefile << 'END-of-gtweakui/Makefile' X# New ports collection makefile for: gTweakUI X# Date Created: 17 June 2004 X# Whom: Sergey Akifyev <asa@gascom.ru> X# X# $FreeBSD$ X# X XPORTNAME= gTweakUI XPORTVERSION= 0.0.6 XCATEGORIES= deskutils gnome XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= gtweakui XDIST_SUBDIR= gnome2 X XMAINTAINER= asa@gascom.ru XCOMMENT= A collection of simple dialogs as a front end to GConf X XUSE_X_PREFIX= yes XUSE_BZIP2= yes XUSE_GNOME= gnomehack gnomeprefix libgnomeui gconf2 libglade2 XUSE_GMAKE= yes XGNU_CONFIGURE= yes X X.include <bsd.port.mk> END-of-gtweakui/Makefile echo c - gtweakui/files mkdir -p gtweakui/files > /dev/null 2>&1 echo x - gtweakui/files/patch-Makefile.in sed 's/^X//' >gtweakui/files/patch-Makefile.in << 'END-of-gtweakui/files/patch-Makefile.in' X--- Makefile.in.orig Thu Jun 17 15:44:56 2004 X+++ Makefile.in Thu Jun 17 15:45:47 2004 X@@ -39,9 +39,6 @@ X AMDEP_FALSE = @AMDEP_FALSE@ X AMDEP_TRUE = @AMDEP_TRUE@ X AMTAR = @AMTAR@ X-AUTOCONF = @AUTOCONF@ X-AUTOHEADER = @AUTOHEADER@ X-AUTOMAKE = @AUTOMAKE@ X AWK = @AWK@ X CATALOGS = @CATALOGS@ X CATOBJEXT = @CATOBJEXT@ X@@ -175,19 +172,9 @@ X X .SUFFIXES: X X-am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ X- configure.lineno X-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) X- cd $(top_srcdir) && \ X- $(AUTOMAKE) --gnu Makefile X Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status X cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe) X X-$(top_builddir)/config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) X- $(SHELL) ./config.status --recheck X-$(srcdir)/configure: $(srcdir)/configure.ac $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) X- cd $(srcdir) && $(AUTOCONF) X- X $(ACLOCAL_M4): configure.ac X cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) X X@@ -200,10 +187,6 @@ X stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status X @rm -f stamp-h1 X cd $(top_builddir) && $(SHELL) ./config.status config.h X- X-$(srcdir)/config.h.in: $(top_srcdir)/configure.ac $(ACLOCAL_M4) X- cd $(top_srcdir) && $(AUTOHEADER) X- touch $(srcdir)/config.h.in X X distclean-hdr: X -rm -f config.h stamp-h1 END-of-gtweakui/files/patch-Makefile.in exit --- gtweakui.sh ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406171212.i5HCCviq088089>