Hello community, here is the log from the commit of package pantheon-terminal for openSUSE:Factory checked in at 2016-07-15 12:51:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pantheon-terminal (Old) and /work/SRC/openSUSE:Factory/.pantheon-terminal.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pantheon-terminal" Changes: -------- --- /work/SRC/openSUSE:Factory/pantheon-terminal/pantheon-terminal.changes 2016-03-18 21:39:16.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.pantheon-terminal.new/pantheon-terminal.changes 2016-07-15 12:51:57.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Jul 11 12:36:31 UTC 2016 - [email protected] + +- Add pantheon-terminal-fix-cflags.patch: fix CFLAGS. + +------------------------------------------------------------------- New: ---- pantheon-terminal-fix-cflags.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pantheon-terminal.spec ++++++ --- /var/tmp/diff_new_pack.HVtj8X/_old 2016-07-15 12:51:59.000000000 +0200 +++ /var/tmp/diff_new_pack.HVtj8X/_new 2016-07-15 12:51:59.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package pantheon-terminal # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,6 +16,7 @@ # +%define _version 0.3.x Name: pantheon-terminal Version: 0.3.2 Release: 0 @@ -23,27 +24,30 @@ License: GPL-3.0+ Group: System/X11/Terminals Url: https://launchpad.net/pantheon-terminal -Source: https://launchpad.net/%{name}/0.3.x/%{version}/+download/%{name}-%{version}.tar.xz +Source: https://launchpad.net/%{name}/%{_version}/%{version}/+download/%{name}-%{version}.tar.xz +# PATCH-FIX-OPENSUSE pantheon-terminal-fix-cflags.patch [email protected] -- Fix CFLAGS. +Patch0: %{name}-fix-cflags.patch BuildRequires: cmake >= 2.6 BuildRequires: fdupes +BuildRequires: hicolor-icon-theme BuildRequires: intltool +BuildRequires: pkgconfig BuildRequires: update-desktop-files +BuildRequires: vala >= 0.22.0 BuildRequires: pkgconfig(gdk-3.0) BuildRequires: pkgconfig(granite) >= 0.3.0 BuildRequires: pkgconfig(gthread-2.0) BuildRequires: pkgconfig(gtk+-3.0) >= 3.9.10 BuildRequires: pkgconfig(libnotify) -BuildRequires: vala >= 0.22.0 BuildRequires: pkgconfig(vte-2.91) BuildRequires: pkgconfig(zeitgeist-1.0) -BuildRoot: %{_tmppath}/%{name}-%{version}-build Recommends: %{name}-lang %glib2_gsettings_schema_requires %description A super lightweight, beautiful, and simple terminal. It is designed -to be setup with sane defaults and little to no configuration. It is -just a terminal, nothing more, nothing less. +to be setup with sane defaults and little to no configuration. It +is just a terminal, nothing more, nothing less. Designed for Elementary OS. @@ -51,17 +55,18 @@ %prep %setup -q +%patch0 -p1 %build -export CFLAGS="%{optflags}" %cmake make %{?_smp_mflags} %install %cmake_install + %suse_update_desktop_file %{name} %find_lang %{name} %{?no_lang_C} -%fdupes %{buildroot}%{_datadir}/locale +%fdupes %{buildroot}%{_datadir}/locale/ %post %desktop_database_post @@ -77,9 +82,12 @@ %defattr(-,root,root) %doc AUTHORS LICENSE %{_bindir}/%{name} +%{_datadir}/%{name}/ %{_datadir}/applications/open-%{name}-here.desktop %{_datadir}/applications/%{name}.desktop %{_datadir}/glib-2.0/schemas/org.pantheon.terminal.gschema.xml -%{_datadir}/%{name} %files lang -f %{name}.lang +%defattr(-,root,root) + +%changelog ++++++ pantheon-terminal-fix-cflags.patch ++++++ --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ set (GETTEXT_PACKAGE "pantheon-terminal" set (RELEASE_NAME "Fast and connected.") set (VERSION "0.3.2") set (VERSION_INFO "Release") -set (CMAKE_C_FLAGS "-ggdb") +set (CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -ggdb") set (PREFIX ${CMAKE_INSTALL_PREFIX}) set (DOLLAR "$")
