summaryrefslogtreecommitdiff
path: root/x11-plugins/pidgin-gnome-keyring/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-31 20:59:14 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-31 20:59:14 +0100
commite748ba9741f6540f4675c23e3e37b73e822c13a4 (patch)
tree23dece8beabb3a3d7c6c0273b0eb40b21c62a889 /x11-plugins/pidgin-gnome-keyring/files
parent908778078736bd36f7a60a2d576d415cb8e000fa (diff)
gentoo resync : 31.05.2021
Diffstat (limited to 'x11-plugins/pidgin-gnome-keyring/files')
-rw-r--r--x11-plugins/pidgin-gnome-keyring/files/pidgin-gnome-keyring-2.0-plugindir.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/x11-plugins/pidgin-gnome-keyring/files/pidgin-gnome-keyring-2.0-plugindir.patch b/x11-plugins/pidgin-gnome-keyring/files/pidgin-gnome-keyring-2.0-plugindir.patch
deleted file mode 100644
index a96080fc6aa3..000000000000
--- a/x11-plugins/pidgin-gnome-keyring/files/pidgin-gnome-keyring-2.0-plugindir.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -2,6 +2,7 @@
-
- SECRETFLAGS = `pkg-config --libs --cflags libsecret-1`
- PURPLEFLAGS = `pkg-config --cflags purple`
-+PLUGINDIR = `${PKG_CONFIG} --variable=plugindir purple`
- VERSION = $(shell cat VERSION)
- ifeq ($(strip $(VERSION)),)
- VERSION = `git describe --tags`
-@@ -18,8 +19,8 @@
- ${CC} ${CFLAGS} ${LDFLAGS} -Wall -I. -g -O2 ${TARGET}.c -o ${TARGET}.so -shared -fPIC -DPIC -ggdb ${PURPLEFLAGS} ${SECRETFLAGS} -DVERSION=\"${VERSION}\"
-
- install: ${TARGET}.so
-- mkdir -p ${DESTDIR}/usr/lib/purple-2/
-- cp ${TARGET}.so ${DESTDIR}/usr/lib/purple-2/
-+ mkdir -p ${DESTDIR}/$(PLUGINDIR)/
-+ cp ${TARGET}.so ${DESTDIR}/$(PLUGINDIR)/
-
- install_local: ${TARGET}.so
- mkdir -p ~/.purple/plugins