summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjnemeth <jnemeth@pkgsrc.org>2015-07-30 13:24:28 +0000
committerjnemeth <jnemeth@pkgsrc.org>2015-07-30 13:24:28 +0000
commite26c8475372393bde6d40747396310244b83163a (patch)
tree6d2d7ccd5f1f9c51079f3a34e8bd641f07d3607d /textproc
parent695e1f6c95cd1459aa2d24b9ec1b707d401c3fd0 (diff)
downloadpkgsrc-e26c8475372393bde6d40747396310244b83163a.tar.gz
complete removal of package
Diffstat (limited to 'textproc')
-rw-r--r--textproc/xfce4-dict-plugin/patches/patch-panel-plugin_Makefile.in32
1 files changed, 0 insertions, 32 deletions
diff --git a/textproc/xfce4-dict-plugin/patches/patch-panel-plugin_Makefile.in b/textproc/xfce4-dict-plugin/patches/patch-panel-plugin_Makefile.in
deleted file mode 100644
index 359a781ea03..00000000000
--- a/textproc/xfce4-dict-plugin/patches/patch-panel-plugin_Makefile.in
+++ /dev/null
@@ -1,32 +0,0 @@
-$NetBSD: patch-panel-plugin_Makefile.in,v 1.1 2015/04/21 08:56:42 jperkin Exp $
-
-Adjust config path.
---- panel-plugin/Makefile.in.orig 2008-03-08 16:14:44.000000000 +0000
-+++ panel-plugin/Makefile.in
-@@ -266,7 +266,7 @@ sysconfdir = @sysconfdir@
- target_alias = @target_alias@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
--plugindir = $(libexecdir)/xfce4/panel-plugins
-+plugindir = $(libexecdir)/xfce4/panel/plugins
- xfce4_popup_dict_SOURCES = \
- xfce4-popup-dict.c \
- xfce4-popup-dict.h
-@@ -299,7 +299,7 @@ xfce4_dict_plugin_LDADD = \
- $(EXO_LIBS) \
- @GTHREAD_LIBS@
-
--desktopdir = $(datadir)/xfce4/panel-plugins
-+desktopdir = $(datadir)/xfce4/panel/plugins
- desktop_in_in_files = dict.desktop.in.in
- desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in)
- desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
-@@ -711,7 +711,7 @@ uninstall-am: uninstall-binPROGRAMS unin
- inline-icon.h: $(srcdir)/dict-icon.svg
- gdk-pixbuf-csource --raw --name=dict_icon_data dict-icon.svg > inline-icon.h
- %.desktop.in: %.desktop.in.in
-- sed -e "s,\@libexecdir\@,$(libexecdir),g" < $< > $@
-+ sed -e "s,\@libexecdir\@/xfce4/panel-plugins,$(libexecdir)/xfce4/panel/plugins,g" < $< > $@
- @INTLTOOL_DESKTOP_RULE@
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.