aboutsummaryrefslogtreecommitdiffstats
path: root/community/remmina/no-gnome-keyring.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2015-11-16 13:05:05 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2015-11-16 13:52:48 +0000
commit2fd223a89538e1349152c3926710e776ec94f443 (patch)
tree8bdf990221a3e46c3f958c0c52e7d53580a57e88 /community/remmina/no-gnome-keyring.patch
parent2e395b14da2254fc4ac374895f6e884dfaede224 (diff)
downloadaports-2fd223a89538e1349152c3926710e776ec94f443.tar.bz2
aports-2fd223a89538e1349152c3926710e776ec94f443.tar.xz
community/remmina: move from main
Diffstat (limited to 'community/remmina/no-gnome-keyring.patch')
-rw-r--r--community/remmina/no-gnome-keyring.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/remmina/no-gnome-keyring.patch b/community/remmina/no-gnome-keyring.patch
new file mode 100644
index 0000000000..fed2768a43
--- /dev/null
+++ b/community/remmina/no-gnome-keyring.patch
@@ -0,0 +1,11 @@
+--- ./CMakeLists.txt.orig
++++ ./CMakeLists.txt
+@@ -96,7 +96,7 @@
+ if(GTK_FOUND)
+ add_subdirectory(remmina)
+ add_subdirectory(remmina-plugins)
+- add_subdirectory(remmina-plugins-gnome)
++# add_subdirectory(remmina-plugins-gnome)
+ endif()
+
+ find_suggested_package(AVAHI)