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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -38,6 +38,7 @@ BuildRequires: pkgconfig
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(atk)
|
||||
BuildRequires: pkgconfig(cairo)
|
||||
BuildRequires: pkgconfig(gladeui-2.0)
|
||||
BuildRequires: pkgconfig(gobject-2.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
@ -123,7 +124,6 @@ License: LGPL-2.1-or-later
|
||||
Group: System/Localization
|
||||
Requires: %{libname_gtk3} = %{version}
|
||||
Provides: %{name}-lang-all = %{version}
|
||||
Supplements: packageand(bundle-lang-other:%{libname_gtk2})
|
||||
Supplements: packageand(bundle-lang-other:%{libname_gtk3})
|
||||
BuildArch: noarch
|
||||
|
||||
@ -153,13 +153,15 @@ NOCONFIGURE=1 ./autogen.sh
|
||||
--enable-startup-notification \
|
||||
--with-vendor-info=openSUSE \
|
||||
--disable-static \
|
||||
--enable-vala=yes
|
||||
--enable-vala=yes \
|
||||
--enable-gladeui2
|
||||
%else
|
||||
%configure \
|
||||
--enable-startup-notification \
|
||||
--with-vendor-info=openSUSE \
|
||||
--disable-static \
|
||||
--enable-vala=yes
|
||||
--enable-vala=yes \
|
||||
--enable-gladeui2
|
||||
%endif
|
||||
%make_build
|
||||
|
||||
@ -195,10 +197,12 @@ rm -rf %{buildroot}%{_datadir}/locale/{ast,kk,tl_PH,ur_PK}
|
||||
%{_libdir}/libxfce4kbd-private-*.so
|
||||
%{_libdir}/pkgconfig/libxfce4ui-*.pc
|
||||
%{_libdir}/pkgconfig/libxfce4kbd-private-*.pc
|
||||
%{_libdir}/glade/*
|
||||
%{_includedir}/xfce4/libxfce4ui-2/
|
||||
%{_includedir}/xfce4/libxfce4kbd-private-3/
|
||||
%{_datadir}/vala/vapi/
|
||||
%{_datadir}/gir-1.0/Libxfce4ui-2.0.gir
|
||||
%{_datadir}/glade/*
|
||||
|
||||
%files tools
|
||||
%{_bindir}/xfhelp4
|
||||
|
Loading…
x
Reference in New Issue
Block a user