Update to 3.0.4 (#860958)
- Build against GTK3 and VTE3 - Change website and source URL to new location at launchpad.netmaster
parent
7aabce31e2
commit
6add4d5eca
|
@ -2,3 +2,4 @@ sakura-2.3.8.tar.bz2
|
|||
/sakura-2.4.0.tar.bz2
|
||||
/sakura-2.4.1.tar.bz2
|
||||
/sakura-2.4.2.tar.bz2
|
||||
/sakura-3.0.4.tar.bz2
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- sakura-2.3.3.orig/CMakeLists.txt 2009-01-31 09:55:18.000000000 +0100
|
||||
+++ sakura-2.3.3/CMakeLists.txt 2009-04-19 02:47:59.000000000 +0200
|
||||
@@ -34,8 +34,6 @@
|
||||
|
||||
IF (${CMAKE_BUILD_TYPE} MATCHES "Debug")
|
||||
SET (CMAKE_C_FLAGS "-Wall")
|
||||
-ELSE (${CMAKE_BUILD_TYPE} NOT MATCHES "Debug")
|
||||
- SET (CMAKE_C_FLAGS "-O2")
|
||||
ENDIF (${CMAKE_BUILD_TYPE} MATCHES "Debug")
|
||||
|
||||
INCLUDE_DIRECTORIES (. ${GTK_INCLUDE_DIRS} ${VTE_INCLUDE_DIRS})
|
20
sakura.spec
20
sakura.spec
|
@ -1,19 +1,19 @@
|
|||
# Review at https://bugzilla.redhat.com/show_bug.cgi?id=496166
|
||||
|
||||
Name: sakura
|
||||
Version: 2.4.2
|
||||
Release: 4%{?dist}
|
||||
Version: 3.0.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Terminal emulator based on GTK and VTE
|
||||
|
||||
Group: User Interface/X
|
||||
License: GPLv2
|
||||
URL: http://pleyades.net/david/sakura.php
|
||||
Source0: http://pleyades.net/david/projects/sakura/sakura-%{version}.tar.bz2
|
||||
Patch0: sakura-2.3.3-cflags.patch
|
||||
URL: https://launchpad.net/sakura
|
||||
Source0: https://launchpad.net/sakura/trunk/%{version}/+download/sakura-%{version}.tar.bz2
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: gtk2-devel >= 2.16
|
||||
BuildRequires: vte-devel >= 0.26
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.20
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
BuildRequires: pkgconfig(vte-2.90) >= 0.28
|
||||
BuildRequires: cmake desktop-file-utils gettext
|
||||
|
||||
%description
|
||||
|
@ -24,7 +24,6 @@ have a decent terminal emulator.
|
|||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .cflags
|
||||
|
||||
|
||||
%build
|
||||
|
@ -64,6 +63,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 27 2012 Christoph Wickert <cwickert@fedoraproject.org> - 3.0.4-1
|
||||
- Update to 3.0.4 (#860958)
|
||||
- Build against GTK3 and VTE3
|
||||
- Change website and source URL to new location at launchpad.net
|
||||
|
||||
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
|
Loading…
Reference in New Issue