diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-11-27 11:20:49 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-11-27 12:20:07 +0100 |
commit | ea87884e67235adbfa0029947137f98ef7d9339b (patch) | |
tree | 59235068172c11d9ea1885f4283a5e62cf3d0a64 /app-mobilephone/gnome-phone-manager/files | |
parent | media-sound/paprefs: adwaita-icon-theme can be used instead of dead gnome-ico... (diff) | |
download | gentoo-ea87884e67235adbfa0029947137f98ef7d9339b.tar.gz gentoo-ea87884e67235adbfa0029947137f98ef7d9339b.tar.bz2 gentoo-ea87884e67235adbfa0029947137f98ef7d9339b.zip |
app-mobilephone/gnome-phone-manager: adwaita-icon-theme can be used instead of dead gnome-icon-theme
Package-Manager: portage-2.3.2
Diffstat (limited to 'app-mobilephone/gnome-phone-manager/files')
-rw-r--r-- | app-mobilephone/gnome-phone-manager/files/gnome-phone-manager-0.69-adwaita-icon-theme.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/app-mobilephone/gnome-phone-manager/files/gnome-phone-manager-0.69-adwaita-icon-theme.patch b/app-mobilephone/gnome-phone-manager/files/gnome-phone-manager-0.69-adwaita-icon-theme.patch new file mode 100644 index 000000000000..238fec315e74 --- /dev/null +++ b/app-mobilephone/gnome-phone-manager/files/gnome-phone-manager-0.69-adwaita-icon-theme.patch @@ -0,0 +1,12 @@ +diff -up ./configure.in.orig ./configure.in +--- a/configure.in.orig 2014-05-04 09:40:07.973480490 +0300 ++++ b/configure.in 2014-05-04 09:40:26.264727691 +0300 +@@ -48,7 +48,7 @@ PKG_CHECK_MODULES(LIBGSM, glib-2.0 gobje + PKG_CHECK_MODULES(PHONEMGR, gtk+-3.0 >= 3.0 glib-2.0 >= 2.31.0 + libcanberra-gtk3 gconf-2.0 + $GNOME_BLUETOOTH_REQS $evo_pc_file libedataserver-1.2 >= 3.6 +- gmodule-2.0 dbus-glib-1 gnome-icon-theme >= 2.19.1 ++ gmodule-2.0 dbus-glib-1 adwaita-icon-theme >= 2.19.1 + ) + + DBUSLIBDIR="`$PKG_CONFIG dbus-glib-1 --variable=libdir`" |