diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2007-05-29 17:15:59 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2007-05-29 17:15:59 +0000 |
commit | 712ff4e40c84b74146f914a2f4014e6c973738ca (patch) | |
tree | 68760865c76499af947f66141468e7448b4db6c0 /net-im/pidgin/files | |
parent | Adding ibm-powerpc-utils-papr-1.0.3 and patches (diff) | |
download | gentoo-2-712ff4e40c84b74146f914a2f4014e6c973738ca.tar.gz gentoo-2-712ff4e40c84b74146f914a2f4014e6c973738ca.tar.bz2 gentoo-2-712ff4e40c84b74146f914a2f4014e6c973738ca.zip |
Do not install .desktop file if we don't compile GTK UI.
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-im/pidgin/files')
-rw-r--r-- | net-im/pidgin/files/pidgin-2.0.1-desktop.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net-im/pidgin/files/pidgin-2.0.1-desktop.patch b/net-im/pidgin/files/pidgin-2.0.1-desktop.patch new file mode 100644 index 000000000000..4de3bff28347 --- /dev/null +++ b/net-im/pidgin/files/pidgin-2.0.1-desktop.patch @@ -0,0 +1,15 @@ +--- Makefile.am.orig 2007-05-29 18:26:31.000000000 +0200 ++++ Makefile.am 2007-05-29 18:26:58.000000000 +0200 +@@ -29,12 +29,12 @@ + distcheck-hook: libpurple/plugins/perl/common/Purple.pm pidgin/plugins/perl/common/Pidgin.pm + # cp libpurple/plugins/perl/common/Gaim.pm $(distdir)/libpurple/plugins/perl/common + ++if ENABLE_GTK + appsdir = $(datadir)/applications + apps_in_files = pidgin.desktop.in + apps_DATA = $(apps_in_files:.desktop.in=.desktop) + @INTLTOOL_DESKTOP_RULE@ + +-if ENABLE_GTK + GTK_DIR=pidgin + endif
\ No newline at end of file |