1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Update to 0.5.1.

This commit is contained in:
Joe Marcus Clarke 2002-06-18 19:19:55 +00:00
parent 8adebe1b7e
commit f6be7d5ba5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61516
5 changed files with 22 additions and 22 deletions

View File

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

View File

@ -1 +1 @@
MD5 (metacity-setup-0.5.tar.gz) = cba131bfa64ed66e478611e59e4da5df
MD5 (metacity-setup-0.5.1.tar.gz) = f312ad8c77a891281bb995ee7010cd06

View File

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

View File

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

View File

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