]> git.pld-linux.org Git - packages/edgar.git/commitdiff
- renamed from usless_files.patch and adjusted for 0.57 version
authorlisu <lisu@pld-linux.org>
Thu, 27 May 2010 12:55:27 +0000 (12:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    edgar-useless_files.patch -> 1.1

edgar-useless_files.patch [new file with mode: 0644]

diff --git a/edgar-useless_files.patch b/edgar-useless_files.patch
new file mode 100644 (file)
index 0000000..a19c7ad
--- /dev/null
@@ -0,0 +1,38 @@
+--- edgar-0.57/makefile~       2010-05-27 09:52:00.852135096 +0200
++++ edgar-0.57/makefile        2010-05-27 09:53:36.901301071 +0200
+@@ -2,7 +2,6 @@
+ RELEASE = 1
+ DEV = 0
+ PAK_FILE = edgar.pak
+-DOCS = doc/*
+ ICONS = icons/
+ MEDAL_SERVER_HOST=www.parallelrealities.co.uk
+ MEDAL_SERVER_PORT=80
+@@ -25,8 +24,6 @@
+ PREFIX = $(DESTDIR)/usr
+ BIN_DIR = $(PREFIX)/bin/
+-DOC_DIR = $(PREFIX)/share/doc/$(PROG)/
+-ICON_DIR = $(PREFIX)/share/icons/hicolor/
+ DESKTOP_DIR = $(PREFIX)/share/applications/
+ LOCALE_DIR = $(PREFIX)/share/locale/
+ LOCALE_MO = $(patsubst %.po,%.mo,$(wildcard locale/*.po))
+@@ -132,18 +129,10 @@
+       mkdir -p $(BIN_DIR)
+       mkdir -p $(DATA_DIR)
+-      mkdir -p $(DOC_DIR)
+-      mkdir -p $(ICON_DIR)16x16/apps
+-      mkdir -p $(ICON_DIR)32x32/apps
+-      mkdir -p $(ICON_DIR)64x64/apps
+       mkdir -p $(DESKTOP_DIR)
+       cp $(PROG) $(BIN_DIR)$(PROG)
+       cp $(PAK_FILE) $(DATA_DIR)$(PAK_FILE)
+-      cp $(DOCS) $(DOC_DIR)
+-      cp $(ICONS)$(PROG).png $(ICON_DIR)16x16/apps/
+-      cp $(ICONS)$(PROG).png $(ICON_DIR)32x32/apps/
+-      cp $(ICONS)$(PROG).png $(ICON_DIR)64x64/apps/
+       cp $(ICONS)$(PROG).desktop $(DESKTOP_DIR)
+       @for f in $(LOCALE_MO); do \
This page took 0.498001 seconds and 4 git commands to generate.