diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-18 19:19:55 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-18 19:19:55 +0000 |
commit | f6be7d5ba544410683abf5dd3c8843781c722ef9 (patch) | |
tree | 9f53ac044e3690a3c59ec3b6853eaa0ebf943172 | |
parent | add p5-Crypt-PasswordMD5 1.2 (diff) |
Update to 0.5.1.
Notes
Notes:
svn path=/head/; revision=61516
-rw-r--r-- | x11-wm/metacity-setup/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/metacity-setup/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/metacity-setup/files/patch-Makefile.in | 26 | ||||
-rw-r--r-- | x11-wm/metacity-setup/files/patch-src_main.c | 11 | ||||
-rw-r--r-- | x11-wm/metacity-setup/pkg-plist | 3 |
5 files changed, 22 insertions, 22 deletions
diff --git a/x11-wm/metacity-setup/Makefile b/x11-wm/metacity-setup/Makefile index 9769f5716582..afedfce3615e 100644 --- a/x11-wm/metacity-setup/Makefile +++ b/x11-wm/metacity-setup/Makefile @@ -6,7 +6,7 @@ # PORTNAME= metacity-setup -PORTVERSION= 0.5 +PORTVERSION= 0.5.1 CATEGORIES= x11-wm MASTER_SITES= http://plastercast.tzo.com/~plastercast/Projects/ \ http://www.marcuscom.com/downloads/ \ diff --git a/x11-wm/metacity-setup/distinfo b/x11-wm/metacity-setup/distinfo index 442f30aed326..efa206eb1311 100644 --- a/x11-wm/metacity-setup/distinfo +++ b/x11-wm/metacity-setup/distinfo @@ -1 +1 @@ -MD5 (metacity-setup-0.5.tar.gz) = cba131bfa64ed66e478611e59e4da5df +MD5 (metacity-setup-0.5.1.tar.gz) = f312ad8c77a891281bb995ee7010cd06 diff --git a/x11-wm/metacity-setup/files/patch-Makefile.in b/x11-wm/metacity-setup/files/patch-Makefile.in index 5a5149947f51..13df87f8f2b8 100644 --- a/x11-wm/metacity-setup/files/patch-Makefile.in +++ b/x11-wm/metacity-setup/files/patch-Makefile.in @@ -1,15 +1,23 @@ ---- Makefile.in.orig Sun Jun 16 23:05:24 2002 -+++ Makefile.in Sun Jun 16 23:06:31 2002 -@@ -398,10 +398,10 @@ - install-data-local: +--- Makefile.in.orig Mon Jun 17 12:05:59 2002 ++++ Makefile.in Mon Jun 17 16:11:32 2002 +@@ -90,7 +90,7 @@ + EXTRA_DIST = autogen.sh metacity-setup.desktop metacity-setup.desktop.in + + +-pixmapdir = $(prefix)/share/pixmaps ++pixmapdir = $(datadir)/pixmaps + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = config.h +@@ -399,9 +399,10 @@ @$(NORMAL_INSTALL) if test -d $(srcdir)/pixmaps; then \ -- $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/pixmaps; \ -+ $(mkinstalldirs) $(pixmapdir); \ + $(mkinstalldirs) $(DESTDIR)$(pixmapdir); \ ++ $(mkinstalldirs) $(DESTDIR)$(datadir)/metacity-setup/pixmaps; \ for pixmap in $(srcdir)/pixmaps/*; do \ if test -f $$pixmap; then \ -- $(INSTALL_DATA) $$pixmap $(DESTDIR)$(prefix)share/pixmaps; \ -+ $(INSTALL_DATA) $$pixmap $(pixmapdir); \ +- $(INSTALL_DATA) $$pixmap $(DESTDIR)$(prefix)/share/pixmaps; \ ++ $(INSTALL_DATA) $$pixmap $(DESTDIR)$(pixmapdir); \ + $(INSTALL_DATA) $$pixmap $(DESTDIR)$(datadir)/metacity-setup/pixmaps; \ fi \ done \ - fi diff --git a/x11-wm/metacity-setup/files/patch-src_main.c b/x11-wm/metacity-setup/files/patch-src_main.c deleted file mode 100644 index 5c6ff5032fce..000000000000 --- a/x11-wm/metacity-setup/files/patch-src_main.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/main.c.orig Sun Jun 16 23:17:13 2002 -+++ src/main.c Sun Jun 16 23:17:22 2002 -@@ -26,7 +26,7 @@ - gtk_set_locale (); - gtk_init (&argc, &argv); - -- add_pixmap_directory (PACKAGE_DATA_DIR "/" PACKAGE "/pixmaps"); -+ add_pixmap_directory (PACKAGE_DATA_DIR "/pixmaps"); - - /* - * The following code was added by Glade to create one of each component diff --git a/x11-wm/metacity-setup/pkg-plist b/x11-wm/metacity-setup/pkg-plist index 9895a7b8ad6a..6dab983dda9e 100644 --- a/x11-wm/metacity-setup/pkg-plist +++ b/x11-wm/metacity-setup/pkg-plist @@ -1,3 +1,6 @@ bin/metacity-setup share/gnome/control-center-2.0/capplets/metacity-setup.desktop +share/gnome/metacity-setup/pixmaps/metacity-setup-icon.png share/gnome/pixmaps/metacity-setup-icon.png +@dirrm share/gnome/metacity-setup/pixmaps +@dirrm share/gnome/metacity-setup |