From owner-freebsd-gnome Sat Aug 24 2:30:49 2002 Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A797637B400 for ; Sat, 24 Aug 2002 02:30:45 -0700 (PDT) Received: from ncc-1701.webonaut.com (static62-99-136-018.adsl.inode.at [62.99.136.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF38343E3B for ; Sat, 24 Aug 2002 02:30:43 -0700 (PDT) (envelope-from klammer@webonaut.com) Received: from quikquik (quikquik [127.0.0.1]) by ncc-1701.webonaut.com (Postfix) with ESMTP id C461B6FB0F; Sat, 24 Aug 2002 11:30:41 +0200 (CEST) Subject: Re: metacity-2.4.0 From: Franz Klammer To: Joe Marcus Clarke Cc: gnome@freebsd.org In-Reply-To: <1030137881.320.109.camel@gyros.marcuscom.com> References: <1030137713.49160.127.camel@ncc-1701.webonaut.com> <1030137881.320.109.camel@gyros.marcuscom.com> Content-Type: multipart/mixed; boundary="=-eWux7rwGn2eXEiJifyH8" X-Mailer: Ximian Evolution 1.0.8 Date: 24 Aug 2002 11:30:41 +0200 Message-Id: <1030181441.788.66.camel@ncc-1701.webonaut.com> Mime-Version: 1.0 Sender: owner-freebsd-gnome@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-eWux7rwGn2eXEiJifyH8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Joe, have you seen the two new patches i add to the port i send you? metacity have changed the path of the themes from=20 ${X11BASE}/share/gnome/metacity/themes/* to=20 ${X11BASE}/share/gnome/themes/*/metacity-1=20 (the same in the homedir: ~/.themes/*/metacity-1)=20 the patches put them back to=20 ${X11BASE}/share/gnome/metacity/themes/*/metacity-1=20 ~/.metacity/themes/*/metacity-1 my "problems": * metacity-setup=B9) searchs on the old places for themes. + only for one port a new theme-dir? - or will */(.)themes/ the new gnome-standard? * my ~-theme cannot be found.=B2) franz.=20 =B9) 0.6.1 is out there too =B2) also the theme-format has been changed.=20 i had add one line on my local theme: wich is not realy accurate but it works. and i had to moved the theme into one subdir more: metacity-1 Am Fr, 2002-08-23 um 23.24 schrieb Joe Marcus Clarke:=20 > On Fri, 2002-08-23 at 17:21, Franz Klammer wrote: > > metacity-2.4.0 is out. because i like it to > > hold my pc up-to-date i made, just for fun, > > my own port. > > as the maintainer/committers are members of=20 > > this list and i'm not shure that i don't made > > any mistakes i send it to the list. > > i hope you can use my work. >=20 > Thanks for the heads up. I'm working on the latest round of GNOME 2 > updates. Franz, when submitting changes to existing ports, can you > submit diffs? They are much easier to work with. Thanks. >=20 > Joe >=20 --=20 WEBONAUT.com http://webonaut.com mailto:klammer@webonaut.com --=-eWux7rwGn2eXEiJifyH8 Content-Disposition: attachment; filename="patch-src::theme-parser.c" Content-Transfer-Encoding: quoted-printable Content-Type: text/x-c; name="patch-src::theme-parser.c"; charset=ISO-8859-1 --- src/theme-parser.c.orig Wed Jul 24 20:26:04 2002 +++ src/theme-parser.c Mon Aug 19 01:13:20 2002 @@ -4238,7 +4238,7 @@ if (text =3D=3D NULL) { theme_dir =3D g_build_filename (g_get_home_dir (), - ".themes", + ".metacity/themes", theme_name, THEME_SUBDIR, NULL); @@ -4265,7 +4265,7 @@ if (text =3D=3D NULL) { theme_dir =3D g_build_filename (METACITY_DATADIR, - "themes", + "metacity/themes", theme_name, THEME_SUBDIR, NULL); --=-eWux7rwGn2eXEiJifyH8 Content-Disposition: attachment; filename="patch-src::themes::Makefiles.in" Content-Transfer-Encoding: quoted-printable Content-Type: text/x-makefile; name="patch-src::themes::Makefiles.in"; charset=ISO-8859-1 --- src/themes/Makefile.in.orig Sun Aug 18 23:51:07 2002 +++ src/themes/Makefile.in Sun Aug 18 23:51:40 2002 @@ -120,8 +120,8 @@ Metabox =20 =20 -THEME_DIR =3D $(datadir)/themes -THEME_SUBDIR =3D metacity-1 +THEME_DIR =3D $(datadir)/metacity/themes +THEME_SUBDIR =3D metacity-1 mkinstalldirs =3D $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER =3D ../../config.h CONFIG_CLEAN_FILES =3D=20 --=-eWux7rwGn2eXEiJifyH8-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-gnome" in the body of the message