|
@@ -1,6 +1,6 @@
|
|
Summary: GTK widgets for xfce
|
|
Summary: GTK widgets for xfce
|
|
Name: libxfcegui4
|
|
Name: libxfcegui4
|
|
-Version: 4.6.1
|
|
|
|
|
|
+Version: 4.6.4
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: LGPL
|
|
License: LGPL
|
|
URL: http://www.xfce.org/
|
|
URL: http://www.xfce.org/
|
|
@@ -8,12 +8,13 @@ Source0: http://www.xfce.org/archive/xfce-%{version}/src/%{name}-%{version}.tar
|
|
Patch0: %{name}-4.4.2-xfce-exec-use-thunar.patch
|
|
Patch0: %{name}-4.4.2-xfce-exec-use-thunar.patch
|
|
Patch1: libxfcegui4-4.6.0-keyboard-shortcuts.patch
|
|
Patch1: libxfcegui4-4.6.0-keyboard-shortcuts.patch
|
|
Group: System Environment/Libraries
|
|
Group: System Environment/Libraries
|
|
|
|
+
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
-BuildRequires: gtk2-devel >= 2.4.0
|
|
|
|
-BuildRequires: libxfce4util-devel >= %{version}
|
|
|
|
|
|
+BuildRequires: gtk2-devel >= 2.10.0
|
|
|
|
+BuildRequires: libxfce4util-devel >= 4.6.0
|
|
BuildRequires: libxml2-devel >= 2.4.0
|
|
BuildRequires: libxml2-devel >= 2.4.0
|
|
BuildRequires: gettext
|
|
BuildRequires: gettext
|
|
-BuildRequires: xfconf-devel
|
|
|
|
|
|
+BuildRequires: xfconf-devel >= 4.6.0
|
|
BuildRequires: startup-notification-devel
|
|
BuildRequires: startup-notification-devel
|
|
BuildRequires: libglade2-devel
|
|
BuildRequires: libglade2-devel
|
|
BuildRequires: perl-XML-Parser
|
|
BuildRequires: perl-XML-Parser
|
|
@@ -28,7 +29,9 @@ The package includes various gtk widgets for Xfce.
|
|
Summary: developpment tools for libxfcegui4 library
|
|
Summary: developpment tools for libxfcegui4 library
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
Requires: libxfcegui4 = %{version}-%{release}
|
|
Requires: libxfcegui4 = %{version}-%{release}
|
|
-Requires: libxfce4util-devel
|
|
|
|
|
|
+Requires: libxfce4util-devel >= 4.6.0
|
|
|
|
+Requires: gtk2-devel >= 2.12.0
|
|
|
|
+Requires: xfconf-devel >= 4.6.0
|
|
Requires: pkgconfig
|
|
Requires: pkgconfig
|
|
|
|
|
|
%description devel
|
|
%description devel
|
|
@@ -38,7 +41,7 @@ Static libraries and header files for the libxfcegui4 library.
|
|
%setup -q
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
%build
|
|
-%configure --enable-xinerama --disable-gladeui --disable-static
|
|
|
|
|
|
+%configure --disable-gladeui --disable-static
|
|
|
|
|
|
make %{?_smp_mflags}
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
@@ -87,6 +90,10 @@ touch --no-create %{_datadir}/icons/hicolor || :
|
|
#%{_datadir}/glade3/pixmaps/hicolor/*/actions/*
|
|
#%{_datadir}/glade3/pixmaps/hicolor/*/actions/*
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sun May 23 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.4-1
|
|
|
|
+- new upstream release
|
|
|
|
+- built with new toolchain
|
|
|
|
+
|
|
* Fri May 22 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-1
|
|
* Fri May 22 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.6.1-1
|
|
- new upstream release
|
|
- new upstream release
|
|
- removed lib*.a files from devel package
|
|
- removed lib*.a files from devel package
|