diff options
author | 2007-05-30 22:22:07 +0000 | |
---|---|---|
committer | 2007-05-30 22:22:07 +0000 | |
commit | 979cc8e7f7d8c27aa250c6939f30705e6d1ce9d9 (patch) | |
tree | c468d99d31be141111a15714c52a95244aa26640 /games-board/gnono/files | |
parent | Keyword ~ppc. (diff) | |
download | historical-979cc8e7f7d8c27aa250c6939f30705e6d1ce9d9.tar.gz historical-979cc8e7f7d8c27aa250c6939f30705e6d1ce9d9.tar.bz2 historical-979cc8e7f7d8c27aa250c6939f30705e6d1ce9d9.zip |
Version bump to 1.9.1 Bug #158261
Package-Manager: portage-2.1.2.7
Diffstat (limited to 'games-board/gnono/files')
-rw-r--r-- | games-board/gnono/files/digest-gnono-1.9.1 | 3 | ||||
-rw-r--r-- | games-board/gnono/files/gnono-1.9.1-gentoo.patch | 38 |
2 files changed, 41 insertions, 0 deletions
diff --git a/games-board/gnono/files/digest-gnono-1.9.1 b/games-board/gnono/files/digest-gnono-1.9.1 new file mode 100644 index 000000000000..7232a21daa21 --- /dev/null +++ b/games-board/gnono/files/digest-gnono-1.9.1 @@ -0,0 +1,3 @@ +MD5 b147fc2c4c7cea5ed16a31a0fba5c4d8 gnono-1.9.1.tar.bz2 421461 +RMD160 2e86cf671e409f5c96cd5df904b3ea795d363547 gnono-1.9.1.tar.bz2 421461 +SHA256 1fd8ddcd2da5333210046ae1d6e710b597193c6f550ae1c82f729a0473bde60c gnono-1.9.1.tar.bz2 421461 diff --git a/games-board/gnono/files/gnono-1.9.1-gentoo.patch b/games-board/gnono/files/gnono-1.9.1-gentoo.patch new file mode 100644 index 000000000000..e87ae4acfa8f --- /dev/null +++ b/games-board/gnono/files/gnono-1.9.1-gentoo.patch @@ -0,0 +1,38 @@ +--- pixmaps/Makefile.am.old 2007-05-30 21:38:38.000000000 +0200 ++++ pixmaps/Makefile.am 2007-05-30 21:39:48.000000000 +0200 +@@ -1,9 +1,9 @@ + ## Process this file with automake to produce Makefile.in + +-pixmapdir = $(datadir)/pixmaps ++pixmapdir = $(pkgdatadir)/pixmaps + pixmap_DATA = gnono-about.png + +-hicolordir = $(datadir)/icons/hicolor ++hicolordir = /usr/share/icons/hicolor + + install-data-local: + @for depth in 16x16 22x22 24x24 32x32 48x48 ; do \ +--- po/Makefile.in.in.old 2007-05-30 23:38:43.000000000 +0200 ++++ po/Makefile.in.in 2007-05-30 23:39:14.000000000 +0200 +@@ -34,7 +34,7 @@ + datarootdir = @datarootdir@ + libdir = @libdir@ + DATADIRNAME = @DATADIRNAME@ +-itlocaledir = $(prefix)/$(DATADIRNAME)/locale ++itlocaledir = /usr/share/locale + subdir = po + install_sh = @install_sh@ + # Automake >= 1.8 provides @mkdir_p@. +--- src/Makefile.am.old 2007-05-30 23:49:20.000000000 +0200 ++++ src/Makefile.am 2007-05-30 23:50:45.000000000 +0200 +@@ -7,8 +7,8 @@ + -DG_LOG_DOMAIN=\"$(PACKAGE)\" \ + -DG_DISABLE_DEPRECATED \ + -DGTK_DISABLE_DEPRECATED \ +- -DLOCALEDIR="\"$(datadir)/locale\"" \ +- -DPIXMAPDIR="\"$(datadir)/pixmaps\"" \ ++ -DLOCALEDIR="\"/usr/share/locale\"" \ ++ -DPIXMAPDIR="\"$(pkgdatadir)/pixmaps\"" \ + $(LIBGNOMEUI_CFLAGS) + + bin_PROGRAMS = gnono |