[xfce4-clipman-plugin] Enable qr code

Kevin Fenzi kevin at fedoraproject.org
Sun Mar 1 19:46:08 UTC 2015


commit 756f0b487d6e0b7b01ce1d408e100b5e2dedbeed
Author: Kevin Fenzi <kevin at scrye.com>
Date:   Sun Mar 1 12:46:01 2015 -0700

    Enable qr code

 xfce4-clipman-plugin.spec | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/xfce4-clipman-plugin.spec b/xfce4-clipman-plugin.spec
index f108d20..c1bc147 100644
--- a/xfce4-clipman-plugin.spec
+++ b/xfce4-clipman-plugin.spec
@@ -5,7 +5,7 @@
 
 Name:           xfce4-clipman-plugin
 Version:        1.2.6
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Clipboard manager plugin for the Xfce panel
 
 Group:          User Interface/Desktops
@@ -24,6 +24,7 @@ BuildRequires:  gettext
 BuildRequires:  intltool
 BuildRequires:  desktop-file-utils
 BuildRequires:  unique-devel >= 1.0.0
+BuildRequires:  qrencode-devel
 Requires:       xfce4-panel >= 4.4.0
 
 %description
@@ -36,7 +37,7 @@ clipboard" option, and a drag-and-drop paste feature.
 
 
 %build
-%configure --disable-static --enable-unique
+%configure --disable-static --enable-unique --enable-libqrencode
 make %{?_smp_mflags}
 
 
@@ -91,6 +92,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/appdata/xfce4-clipman.appdata.xml
 
 %changelog
+* Sun Mar 01 2015 Kevin Fenzi <kevin at scrye.com> 1.2.6-6
+- Enable qr code
+
 * Sat Feb 28 2015 Kevin Fenzi <kevin at scrye.com> 1.2.6-5
 - Rebuild for Xfce 4.12
 


More information about the scm-commits mailing list