Accepting request 877535 from X11:xfce
- Build package with glade support (forwarded request 876926 from mauriziogalli) OBS-URL: https://build.opensuse.org/request/show/877535 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libxfce4ui?expand=0&rev=37
This commit is contained in:
commit
fef50b92d8
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 5 08:57:40 UTC 2021 - Maurizio Galli <maurizio.galli@gmail.com>
|
||||||
|
|
||||||
|
- Build package with glade support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Dec 24 07:19:04 UTC 2020 - Maurizio Galli <maurizio.galli@gmail.com>
|
Thu Dec 24 07:19:04 UTC 2020 - Maurizio Galli <maurizio.galli@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libxfce4ui
|
# spec file for package libxfce4ui
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -38,6 +38,7 @@ BuildRequires: pkgconfig
|
|||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: pkgconfig(atk)
|
BuildRequires: pkgconfig(atk)
|
||||||
BuildRequires: pkgconfig(cairo)
|
BuildRequires: pkgconfig(cairo)
|
||||||
|
BuildRequires: pkgconfig(gladeui-2.0)
|
||||||
BuildRequires: pkgconfig(gobject-2.0)
|
BuildRequires: pkgconfig(gobject-2.0)
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
@ -123,7 +124,6 @@ License: LGPL-2.1-or-later
|
|||||||
Group: System/Localization
|
Group: System/Localization
|
||||||
Requires: %{libname_gtk3} = %{version}
|
Requires: %{libname_gtk3} = %{version}
|
||||||
Provides: %{name}-lang-all = %{version}
|
Provides: %{name}-lang-all = %{version}
|
||||||
Supplements: packageand(bundle-lang-other:%{libname_gtk2})
|
|
||||||
Supplements: packageand(bundle-lang-other:%{libname_gtk3})
|
Supplements: packageand(bundle-lang-other:%{libname_gtk3})
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -153,13 +153,15 @@ NOCONFIGURE=1 ./autogen.sh
|
|||||||
--enable-startup-notification \
|
--enable-startup-notification \
|
||||||
--with-vendor-info=openSUSE \
|
--with-vendor-info=openSUSE \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-vala=yes
|
--enable-vala=yes \
|
||||||
|
--enable-gladeui2
|
||||||
%else
|
%else
|
||||||
%configure \
|
%configure \
|
||||||
--enable-startup-notification \
|
--enable-startup-notification \
|
||||||
--with-vendor-info=openSUSE \
|
--with-vendor-info=openSUSE \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-vala=yes
|
--enable-vala=yes \
|
||||||
|
--enable-gladeui2
|
||||||
%endif
|
%endif
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
@ -195,10 +197,12 @@ rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
|
|||||||
%{_libdir}/libxfce4kbd-private-*.so
|
%{_libdir}/libxfce4kbd-private-*.so
|
||||||
%{_libdir}/pkgconfig/libxfce4ui-*.pc
|
%{_libdir}/pkgconfig/libxfce4ui-*.pc
|
||||||
%{_libdir}/pkgconfig/libxfce4kbd-private-*.pc
|
%{_libdir}/pkgconfig/libxfce4kbd-private-*.pc
|
||||||
|
%{_libdir}/glade/*
|
||||||
%{_includedir}/xfce4/libxfce4ui-2/
|
%{_includedir}/xfce4/libxfce4ui-2/
|
||||||
%{_includedir}/xfce4/libxfce4kbd-private-3/
|
%{_includedir}/xfce4/libxfce4kbd-private-3/
|
||||||
%{_datadir}/vala/vapi/
|
%{_datadir}/vala/vapi/
|
||||||
%{_datadir}/gir-1.0/Libxfce4ui-2.0.gir
|
%{_datadir}/gir-1.0/Libxfce4ui-2.0.gir
|
||||||
|
%{_datadir}/glade/*
|
||||||
|
|
||||||
%files tools
|
%files tools
|
||||||
%{_bindir}/xfhelp4
|
%{_bindir}/xfhelp4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user