aboutsummaryrefslogtreecommitdiffstats
path: root/testing/nemo-qml-plugin-dbus
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-01-29 00:06:56 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-01-29 00:06:56 +0100
commitc10f2d9b183c51fddfcb61024d01a5bd21197694 (patch)
treebe05642071d1d25f7bd6a17684a76bd9bdfde63c /testing/nemo-qml-plugin-dbus
parent47d62840a0a17ab1d9abf62acd4542370fe5b7ad (diff)
downloadaports-c10f2d9b183c51fddfcb61024d01a5bd21197694.tar.bz2
aports-c10f2d9b183c51fddfcb61024d01a5bd21197694.tar.xz
Remove stale patches from testing
Diffstat (limited to 'testing/nemo-qml-plugin-dbus')
-rw-r--r--testing/nemo-qml-plugin-dbus/fix-makefile.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/testing/nemo-qml-plugin-dbus/fix-makefile.patch b/testing/nemo-qml-plugin-dbus/fix-makefile.patch
deleted file mode 100644
index 9e52bedd89..0000000000
--- a/testing/nemo-qml-plugin-dbus/fix-makefile.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-diff --git a/Makefile b/Makefile
-index 92522fb..fb2d3f5 100644
---- a/Makefile
-+++ b/Makefile
-@@ -3,11 +3,11 @@
- NAME = pure-maps
- VERSION = 1.21.1
- RELEASE = $(NAME)-$(VERSION)
--DESTDIR =
- PREFIX = /usr
- EXEDIR = $(DESTDIR)$(PREFIX)/bin
- EXE = $(EXEDIR)/$(NAME)
- DATADIR = $(DESTDIR)$(PREFIX)/share/$(NAME)
-+LANGDIR = $(DESTDIR)$(PREFIX)/share/locale
- DESKTOPDIR = $(DESTDIR)$(PREFIX)/share/applications
- ICONDIR = $(DESTDIR)$(PREFIX)/share/icons/hicolor
- METADIR = $(DESTDIR)$(PREFIX)/share/metainfo
-@@ -19,8 +19,8 @@ LCONVERT = $(or $(wildcard /usr/lib/qt5/bin/lconvert),\
-
- define install-translation =
- # GNU gettext translations for Python use.
-- mkdir -p $(DATADIR)/locale/$(1)/LC_MESSAGES
-- msgfmt po/$(1).po -o $(DATADIR)/locale/$(1)/LC_MESSAGES/pure-maps.mo
-+ mkdir -p $(LANGDIR)/$(1)/LC_MESSAGES
-+ msgfmt po/$(1).po -o $(LANGDIR)/$(1)/LC_MESSAGES/pure-maps.mo
- # Qt linguist translations for QML use.
- mkdir -p $(DATADIR)/translations
- $(LCONVERT) -o $(DATADIR)/translations/$(NAME)-$(1).qm po/$(1).po