rebuilt with debug package and aarch64 build fix [release 2.91.1-2mamba;Fri Dec 18 2020]
This commit is contained in:
parent
2ecfee2a65
commit
115a172e25
@ -3,7 +3,7 @@
|
|||||||
%define api_ver 3.0.0
|
%define api_ver 3.0.0
|
||||||
Name: libgtk-engines
|
Name: libgtk-engines
|
||||||
Version: 2.91.1
|
Version: 2.91.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Theme engines for GTK+ %{gtk_api_ver}
|
Summary: Theme engines for GTK+ %{gtk_api_ver}
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,8 +11,6 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.gnome.org
|
URL: http://www.gnome.org
|
||||||
Source: http://ftp.gnome.org/pub/GNOME/sources/gtk-engines/%{majver}/gtk-engines-%{version}.tar.bz2
|
Source: http://ftp.gnome.org/pub/GNOME/sources/gtk-engines/%{majver}/gtk-engines-%{version}.tar.bz2
|
||||||
#Source: ftp://ftp.archlinux.org/other/gtk-engines/gtk-engines-%{version}.tar.gz
|
|
||||||
#Source: http://ftp.acc.umu.se/pub/GNOME/sources/gtk-engines/%{majver}/gtk-engines-%{version}.tar.gz
|
|
||||||
# from fedora
|
# from fedora
|
||||||
# http://bugzilla.gnome.org/show_bug.cgi?id=593030
|
# http://bugzilla.gnome.org/show_bug.cgi?id=593030
|
||||||
Patch0: gtk-engines-2.18.2-change-bullet.patch
|
Patch0: gtk-engines-2.18.2-change-bullet.patch
|
||||||
@ -23,20 +21,19 @@ Patch2: gtk-engines-2.19.0-auto-mnemonics.patch
|
|||||||
# allow dragging on empty areas in menubars
|
# allow dragging on empty areas in menubars
|
||||||
Patch3: gtk-engines-2.19.0-window-dragging.patch
|
Patch3: gtk-engines-2.19.0-window-dragging.patch
|
||||||
License: LGPL
|
License: LGPL
|
||||||
BuildRequires: gettext
|
|
||||||
BuildRequires: intltool
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libatk-devel
|
BuildRequires: libatk-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libfontconfig-devel
|
|
||||||
BuildRequires: libfreetype-devel
|
|
||||||
BuildRequires: libgdk-pixbuf-devel
|
BuildRequires: libgdk-pixbuf-devel
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libgtk-devel
|
BuildRequires: libgtk-devel
|
||||||
|
BuildRequires: libharfbuzz-devel
|
||||||
BuildRequires: libpango-devel
|
BuildRequires: libpango-devel
|
||||||
BuildRequires: libpng-devel
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: gettext
|
||||||
|
BuildRequires: intltool
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -49,7 +46,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Theme engines for GTK+ %{gtk_api_ver}.
|
Theme engines for GTK+ %{gtk_api_ver}.
|
||||||
This package contains libraries and header files need for development.
|
This package contains libraries and header files needed for development.
|
||||||
|
|
||||||
%package static
|
%package static
|
||||||
Summary: Static libraries for %{name}
|
Summary: Static libraries for %{name}
|
||||||
@ -58,11 +55,13 @@ Requires: %{name}-devel = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
|
|
||||||
%description static
|
%description static
|
||||||
Theme engines for GTK+ %{gtk_api_ver}.
|
Theme engines for GTK+ %{gtk_api_ver}.
|
||||||
This package contains static libraries need for development.
|
This package contains static libraries needed for development.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
|
||||||
%setup -q -n gtk-engines-%{version}
|
%setup -q -n gtk-engines-%{version}
|
||||||
|
sed -i "s,| arm-\* |,| aarch64-\* | arm-\* |," config.sub
|
||||||
#%patch0 -p1 -b .bullet
|
#%patch0 -p1 -b .bullet
|
||||||
#%patch1 -p1 -b .tooltips
|
#%patch1 -p1 -b .tooltips
|
||||||
#%patch2 -p1 -b .mnemonics
|
#%patch2 -p1 -b .mnemonics
|
||||||
@ -132,6 +131,9 @@ This package contains static libraries need for development.
|
|||||||
%{_libdir}/gtk-%{gtk_api_ver}/%{api_ver}/engines/libthinice.la
|
%{_libdir}/gtk-%{gtk_api_ver}/%{api_ver}/engines/libthinice.la
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 18 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.91.1-2mamba
|
||||||
|
- rebuilt with debug package and aarch64 build fix
|
||||||
|
|
||||||
* Tue Oct 29 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.91.1-1mamba
|
* Tue Oct 29 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.91.1-1mamba
|
||||||
- update to 2.91.1
|
- update to 2.91.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user