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

Collapse All | Expand All

(-)enigma-1.30/configure.ac (-1 lines)
Lines 286-292 Link Here
286
	CXXFLAGS="$CXXFLAGS -O2 -ffast-math -fomit-frame-pointer"
286
	CXXFLAGS="$CXXFLAGS -O2 -ffast-math -fomit-frame-pointer"
287
	AC_MSG_RESULT(yes)
287
	AC_MSG_RESULT(yes)
288
else
288
else
289
	CXXFLAGS="$CXXFLAGS -g"
290
	AC_MSG_RESULT(no)
289
	AC_MSG_RESULT(no)
291
fi
290
fi
292
291
(-)enigma-1.30/etc/enigma.desktop (-2 / +2 lines)
Lines 1-5 Link Here
1
[Desktop Entry]
1
[Desktop Entry]
2
Version=1.30
2
Version=1.0
3
Name=Enigma
3
Name=Enigma
4
Name[be]=Enigma
4
Name[be]=Enigma
5
Name[cs]=Enigma
5
Name[cs]=Enigma
Lines 44-48 Link Here
44
StartupNotify=false
44
StartupNotify=false
45
Icon=enigma
45
Icon=enigma
46
Type=Application
46
Type=Application
47
Categories=Application;Game;PuzzleGame;
47
Categories=Game;LogicGame;
48
48
(-)enigma-1.30/etc/Makefile.am (-4 / +4 lines)
Lines 1-18 Link Here
1
# if !MINGW32
1
# if !MINGW32
2
# Comply with xdg icon theme specification
2
# Comply with xdg icon theme specification
3
icondir = $(prefix)/share/icons/hicolor/48x48/apps
3
icondir = /usr/share/icons/hicolor/48x48/apps
4
icon_DATA = enigma.png
4
icon_DATA = enigma.png
5
5
6
# Backwards-compatible global search location for images
6
# Backwards-compatible global search location for images
7
pixmapdir = $(prefix)/share/pixmaps
7
pixmapdir = /usr/share/pixmaps
8
pixmap_DATA = enigma.png
8
pixmap_DATA = enigma.png
9
9
10
# Install .desktop file in xdg standard location
10
# Install .desktop file in xdg standard location
11
desktopdir = $(prefix)/share/applications
11
desktopdir = /usr/share/applications
12
desktop_DATA = enigma.desktop
12
desktop_DATA = enigma.desktop
13
13
14
# Install AppData file
14
# Install AppData file
15
appdatadir = $(prefix)/share/appdata
15
appdatadir = /usr/share/metainfo
16
dist_appdata_DATA = enigma.appdata.xml
16
dist_appdata_DATA = enigma.appdata.xml
17
# endif !MINGW32
17
# endif !MINGW32
18
18
(-)enigma-1.30/Makefile.am (-4 / +1 lines)
Lines 3-14 Link Here
3
#   tools -> lib-src/lua
3
#   tools -> lib-src/lua
4
#   src   -> tools, lib-src
4
#   src   -> tools, lib-src
5
#
5
#
6
SUBDIRS = m4 lib-src tools intl src data doc etc
6
SUBDIRS = m4 lib-src tools intl src data etc
7
EXTRA_DIST = enigma CHANGES ACKNOWLEDGEMENTS
7
EXTRA_DIST = enigma CHANGES ACKNOWLEDGEMENTS
8
8
9
docdir = @datadir@/doc/enigma
10
doc_DATA = README CHANGES COPYING ACKNOWLEDGEMENTS
11
12
ACLOCAL_AMFLAGS = -I m4
9
ACLOCAL_AMFLAGS = -I m4
13
10
14
.PHONY: tolua
11
.PHONY: tolua

Return to bug 778542