]> git.pld-linux.org Git - packages/pcp.git/commitdiff
- skip more half-assed guesses
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 8 Jul 2018 20:35:43 +0000 (22:35 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 8 Jul 2018 20:35:43 +0000 (22:35 +0200)
install-icons.patch [new file with mode: 0644]
pcp.spec

diff --git a/install-icons.patch b/install-icons.patch
new file mode 100644 (file)
index 0000000..d2798af
--- /dev/null
@@ -0,0 +1,11 @@
+--- pcp-4.1.0/configure.ac~    2018-07-08 22:24:30.000000000 +0200
++++ pcp-4.1.0/configure.ac     2018-07-08 22:34:57.992346081 +0200
+@@ -3239,7 +3239,7 @@
+ inkscape=$INKSCAPE
+ AC_SUBST(inkscape)
+-have_hicolor_icons=false
++have_hicolor_icons=true
+ if test -d /usr/share/icons/hicolor -a -n "$INKSCAPE"
+ then
+     AC_MSG_NOTICE([adding hicolor desktop icons to the build])
index 09cf478f7a7c59805d9a0bc0eacfa129f9970c01..f41ffe7764528fbf1259974e181274b49c4f251a 100644 (file)
--- a/pcp.spec
+++ b/pcp.spec
@@ -24,6 +24,7 @@ Patch2:               %{name}-nspr.patch
 Patch3:                %{name}-saslconfdir.patch
 Patch4:                %{name}-rpm.patch
 Patch5:                python-install.patch
+Patch6:                install-icons.patch
 URL:           http://pcp.io/
 BuildRequires: autoconf >= 2.60
 BuildRequires: avahi-devel
@@ -225,6 +226,7 @@ Sondy systemtap/dtrace dla PCP.
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
+%patch6 -p1
 
 %build
 QTDIR=%{_libdir}/qt5; export QTDIR
This page took 0.072423 seconds and 4 git commands to generate.