2010-02-11 18:34:33 +00:00
|
|
|
#
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
Name: libxfce4ui
|
2010-12-03 01:57:06 +00:00
|
|
|
Version: 4.7.4
|
2010-10-06 21:15:33 +00:00
|
|
|
Release: 7
|
2010-02-11 18:34:33 +00:00
|
|
|
License: LGPLv2.1+
|
2010-12-03 01:57:06 +00:00
|
|
|
Summary: Widgets library for the Xfce desktop environment
|
2010-02-11 18:34:33 +00:00
|
|
|
Url: http://www.xfce.org/
|
|
|
|
Group: System/GUI/XFCE
|
2010-12-03 01:57:06 +00:00
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: pkgconfig(gladeui-1.0)
|
|
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
|
|
BuildRequires: pkgconfig(gtk+-2.0)
|
|
|
|
BuildRequires: pkgconfig(libstartup-notification-1.0)
|
|
|
|
BuildRequires: pkgconfig(libxfce4util-1.0)
|
|
|
|
BuildRequires: pkgconfig(libxfconf-0)
|
2010-02-11 18:34:33 +00:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
Widgets and other frequently used functions for the Xfce desktop environment.
|
|
|
|
|
2010-10-06 21:15:33 +00:00
|
|
|
%package -n glade3-catalog-libxfce4ui
|
|
|
|
Summary: Widgets library for the Xfce desktop environment -- Catalog for Glade
|
|
|
|
Group: Development/Tools/GUI Builders
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
Requires: glade3
|
|
|
|
Supplements: packageand(glade3:%{name}-devel)
|
|
|
|
|
|
|
|
%description -n glade3-catalog-libxfce4ui
|
|
|
|
Widgets and other frequently used functions for the Xfce desktop environment.
|
|
|
|
|
|
|
|
This package provides a catalog for Glade, to allow the use the Xfce widgets in Glade.
|
|
|
|
|
2010-02-11 18:34:33 +00:00
|
|
|
%package devel
|
|
|
|
Summary: Development files for the libxfce4ui library
|
|
|
|
Group: Development/Libraries/C and C++
|
2010-12-03 01:57:06 +00:00
|
|
|
Requires: libxfce4ui = %{version}
|
|
|
|
Requires: pkgconfig(gladeui-1.0)
|
|
|
|
Requires: pkgconfig(glib-2.0)
|
|
|
|
Requires: pkgconfig(gtk+-2.0)
|
|
|
|
Requires: pkgconfig(libstartup-notification-1.0)
|
|
|
|
Requires: pkgconfig(libxfce4util-1.0)
|
|
|
|
Requires: pkgconfig(libxfconf-0)
|
2010-02-11 18:34:33 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
Development files for the libxfce4ui library.
|
|
|
|
|
|
|
|
%package doc
|
|
|
|
License: LGPLv2.1+
|
|
|
|
Summary: Documentation for the libxfce4ui library
|
2010-12-03 01:57:06 +00:00
|
|
|
Group: Documentation/HTML
|
|
|
|
Requires: libxfce4ui = %{version}
|
2010-02-11 18:34:33 +00:00
|
|
|
|
|
|
|
%description doc
|
|
|
|
Documentation for the libxfce4ui library.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
2010-12-03 01:57:06 +00:00
|
|
|
export CFLAGS="%{optflags} -fno-strict-aliasing"
|
2010-02-11 18:34:33 +00:00
|
|
|
%configure \
|
|
|
|
--enable-startup-notification \
|
|
|
|
--enable-gtk-doc \
|
|
|
|
--disable-static
|
2010-12-03 01:57:06 +00:00
|
|
|
make %{?_smp_mflags}
|
2010-02-11 18:34:33 +00:00
|
|
|
|
|
|
|
%install
|
2010-12-03 01:57:06 +00:00
|
|
|
%make_install
|
|
|
|
rm -f %{buildroot}%{_libdir}/*.la
|
|
|
|
rm -f %{buildroot}%{_libdir}/libglade/2.0/*.la
|
|
|
|
rm -f %{buildroot}%{_libdir}/glade3/modules/*.la
|
2010-02-11 18:34:33 +00:00
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%clean
|
2010-12-03 01:57:06 +00:00
|
|
|
rm -rf %{buildroot}
|
2010-02-11 18:34:33 +00:00
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
2010-12-03 01:57:06 +00:00
|
|
|
%files -f %{name}.lang
|
2010-02-11 18:34:33 +00:00
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc AUTHORS COPYING ChangeLog NEWS README THANKS TODO
|
|
|
|
%dir %{_sysconfdir}/xdg/xfce4
|
|
|
|
%dir %{_sysconfdir}/xdg/xfce4/xfconf
|
|
|
|
%dir %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml
|
2010-08-02 09:37:28 +00:00
|
|
|
%exclude %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
|
2010-02-11 18:34:33 +00:00
|
|
|
%{_libdir}/lib*.so.*
|
2010-10-06 21:15:32 +00:00
|
|
|
%dir %{_datadir}/locale/tl_PH
|
|
|
|
%dir %{_datadir}/locale/tl_PH/LC_MESSAGES
|
2010-10-05 22:46:46 +00:00
|
|
|
|
2010-10-06 21:15:33 +00:00
|
|
|
%files -n glade3-catalog-libxfce4ui
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{_libdir}/glade3/modules/libxfce4uiglade.so
|
|
|
|
%{_datadir}/glade3/catalogs/libxfce4ui.xml*
|
|
|
|
%{_datadir}/glade3/pixmaps/hicolor/*/actions/*.png
|
|
|
|
|
2010-02-11 18:34:33 +00:00
|
|
|
%files devel
|
|
|
|
%defattr(-, root, root)
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
%dir %{_includedir}/xfce4/libxfce4ui-1
|
2010-12-03 01:57:06 +00:00
|
|
|
%{_includedir}/xfce4/libxfce4ui-1/libxfce4ui/
|
2010-02-11 18:34:33 +00:00
|
|
|
%dir %{_includedir}/xfce4/libxfce4kbd-private-2
|
2010-12-03 01:57:06 +00:00
|
|
|
%{_includedir}/xfce4/libxfce4kbd-private-2/libxfce4kbd-private/
|
2010-02-11 18:34:33 +00:00
|
|
|
|
|
|
|
%files doc
|
|
|
|
%defattr(-, root, root)
|
2010-12-03 01:57:06 +00:00
|
|
|
%{_datadir}/gtk-doc/html/libxfce4ui/
|
2010-02-11 18:34:33 +00:00
|
|
|
|
|
|
|
%changelog
|