114 Star 0 Fork 10

src-openEuler / vte291

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
vte291.spec 1.96 KB
一键复制 编辑 原始数据 按行查看 历史
dogsheng 提交于 2019-11-19 11:58 . Package init
Name: vte291
Version: 0.54.1
Release: 4
Summary: Virtual terminal widget
License: LGPLv2+ and GPLv3+
URL: http://www.gnome.org/
Source0: http://download.gnome.org/sources/vte/0.54/vte-%{version}.tar.xz
Patch0000: vte291-Fix-the-build-with-GCC-8.1.1.patch
Patch0001: vte291-command-notify-scroll-speed.patch
BuildRequires: gcc-c++ gettext pkgconfig(gnutls) >= 3.2.7
BuildRequires: gobject-introspection-devel gperf pkgconfig(gtk+-3.0) >= 3.8.0
BuildRequires: pkgconfig(libpcre2-8) >= 10.21 intltool vala
Requires: gnutls >= 3.2.7 gtk3 >= 3.8.0 pcre2 >= 10.21 systemd
Conflicts: gnome-terminal < 3.20.1-2 vte3 < 0.36.1-3
Provides: vte-profile = %{version}-%{release}
Obsoletes: vte-profile < %{version}-%{release}
%description
VTE provides a virtual terminal widget for GTK applications.VTE
is mainly used in gnome-terminal, but can also be used to embed a
console/terminal in games, editors, IDEs, etc.
%package devel
Summary: Development files for %{name}
Requires: %{name} = %{version}-%{release}
%description devel
The package contains libraries and header files for developing applications that use vte291.
%prep
%autosetup -n vte-%{version} -p1
%build
CFLAGS="%optflags -fPIE -DPIE -Wno-nonnull" \
CXXFLAGS="$CFLAGS" \
LDFLAGS="$LDFLAGS -Wl,-z,relro -Wl,-z,now -pie" \
%configure --disable-static --libexecdir=%{_libdir}/vte-2.91 --disable-gtk-doc \
--disable-silent-rules --enable-introspection
%make_build
%install
%make_install
%delete_la
%find_lang vte-2.91
%files -f vte-2.91.lang
%license COPYING.GPL3
%doc NEWS
%{_libdir}/libvte-*.so.0*
%{_libdir}/girepository-1.0/
%{_sysconfdir}/profile.d/vte.sh
%files devel
%{_bindir}/vte-*
%{_includedir}/vte-2.91/
%{_libdir}/libvte-*.so
%{_libdir}/pkgconfig/vte-*.pc
%{_datadir}/gir-1.0/
%doc %{_datadir}/gtk-doc/
%{_datadir}/vala/
%changelog
* Mon Oct 21 2019 Lijin Yang <yanglijin@huawei.com> - 0.54.1-4
- Package init
1
https://gitee.com/src-openeuler/vte291.git
git@gitee.com:src-openeuler/vte291.git
src-openeuler
vte291
vte291
openEuler-20.03-LTS

搜索帮助