summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-07-15 18:55:17 +0200
committerConrad Kostecki <conikost@gentoo.org>2024-07-21 17:04:29 +0200
commitd6cdfdb6b1b6cbfd725b1dd5786bd349f6401183 (patch)
treecfdf1e96ab5b8a3a818ce46a37bad5776f58f4ab /games-board
parentdev-ruby/tty-screen: remove unused patch(es) (diff)
downloadgentoo-d6cdfdb6b1b6cbfd725b1dd5786bd349f6401183.tar.gz
gentoo-d6cdfdb6b1b6cbfd725b1dd5786bd349f6401183.tar.bz2
gentoo-d6cdfdb6b1b6cbfd725b1dd5786bd349f6401183.zip
games-board/pasang-emas: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r--games-board/pasang-emas/files/pasang-emas-3.1.0-build.patch42
1 files changed, 0 insertions, 42 deletions
diff --git a/games-board/pasang-emas/files/pasang-emas-3.1.0-build.patch b/games-board/pasang-emas/files/pasang-emas-3.1.0-build.patch
deleted file mode 100644
index 93703d8e6d1c..000000000000
--- a/games-board/pasang-emas/files/pasang-emas-3.1.0-build.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- pasang-emas-2.1.0-orig/src/Makefile.in
-+++ pasang-emas-2.1.0/src/Makefile.in
-@@ -221,11 +221,11 @@
- pasang.vapi \
- pasang.h
-
--LDADD = libpasang.a $(DEPS_LIBS)
-+LDADD = libpasang.a $(DEPS_LIBS) -lm
- INCLUDES = $(DEPS_CFLAGS) \
- --include ../config.h \
- -DLOCALEDIR=\"$(localedir)\" \
-- -DPIXMAPSDIR=\"$(datadir)/pixmaps\" \
-+ -DPIXMAPSDIR=\"/usr/share/pixmaps\" \
- -DDATADIR=\"$(datadir)\" \
- -DTHEME_ROOT_DIR=\"$(datadir)/$(PACKAGE_TARNAME)/themes\" \
- -DUSER_THEME_ROOT_DIR=\".$(PACKAGE_TARNAME)/themes\" \
---- pasang-emas-2.1.0-orig/data/Makefile.in
-+++ pasang-emas-2.1.0/data/Makefile.in
-@@ -229,10 +229,10 @@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
- SUBDIRS = kayu
--desktopdir = $(datadir)/applications
-+desktopdir = /usr/share/applications
- desktop_in_files = pasang-emas.desktop.in
- desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
--appicondir = $(datadir)/pixmaps
-+appicondir = /usr/share/pixmaps
- appicon_DATA = \
- pasang-emas.png \
- pasang-emas-flash.png
---- pasang-emas-2.1.0-orig/po/Makefile.in.in
-+++ pasang-emas-2.1.0/po/Makefile.in.in
-@@ -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@.