Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 282363 | Differences between
and this patch

Collapse All | Expand All

(-)a/data/Makefile.am (-1 / +1 lines)
Lines 1-7 Link Here
1
glade_DATA = pcsx.glade2
1
glade_DATA = pcsx.glade2
2
gladedir = $(datadir)/pcsx
2
gladedir = $(datadir)/pcsx
3
3
4
desktopdir = $(datadir)/applications
4
desktopdir = /usr/share/applications
5
desktop_DATA = pcsx.desktop
5
desktop_DATA = pcsx.desktop
6
6
7
EXTRA_DIST = $(glade_DATA) pcsx.desktop
7
EXTRA_DIST = $(glade_DATA) pcsx.desktop
(-)a/gui/Makefile.am (-1 / +1 lines)
Lines 1-5 Link Here
1
INCLUDES = -DPACKAGE_DATA_DIR=\"${datadir}/pcsx/\" \
1
INCLUDES = -DPACKAGE_DATA_DIR=\"${datadir}/pcsx/\" \
2
	-DPIXMAPDIR=\"${datadir}/pixmaps/\" \
2
	-DPIXMAPDIR=\"/usr/share/pixmaps/\" \
3
	-DLOCALE_DIR=\"${datadir}/locale/\" \
3
	-DLOCALE_DIR=\"${datadir}/locale/\" \
4
	$(GTK2_CFLAGS) $(GLADE2_CFLAGS) \
4
	$(GTK2_CFLAGS) $(GLADE2_CFLAGS) \
5
	-I$(top_srcdir)/libpcsxcore -I$(top_srcdir)/include \
5
	-I$(top_srcdir)/libpcsxcore -I$(top_srcdir)/include \
(-)a/pixmaps/Makefile.am (-1 / +1 lines)
Lines 1-7 Link Here
1
pixmapdir = "$(datadir)/pcsx"
1
pixmapdir = "$(datadir)/pcsx"
2
pixmap_DATA = pcsx.jpg
2
pixmap_DATA = pcsx.jpg
3
3
4
icondir = "$(datadir)/pixmaps"
4
icondir = "/usr/share/pixmaps"
5
icon_DATA = pcsx-icon.png
5
icon_DATA = pcsx-icon.png
6
6
7
EXTRA_DIST = pcsx.jpg pcsx-icon.png
7
EXTRA_DIST = pcsx.jpg pcsx-icon.png

Return to bug 282363