This commit is contained in:
parent
cfd44023af
commit
8a896fe001
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b5f8eb75d17d177ee3802df80c7c4bd3a4abd99326762c4d7d36d0716166e45d
|
|
||||||
size 13938491
|
|
3
gtkmm-2.12.5.tar.bz2
Normal file
3
gtkmm-2.12.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b309ff2ad596d6f9a2dd90a807d3c3bdad82b90b174f08ebc1a90b2e55fe45ad
|
||||||
|
size 15198017
|
@ -1,36 +0,0 @@
|
|||||||
Index: gtkmm-2.12.4/examples/book/custom/custom_widget/mywidget.cc
|
|
||||||
===================================================================
|
|
||||||
--- gtkmm-2.12.4.orig/examples/book/custom/custom_widget/mywidget.cc
|
|
||||||
+++ gtkmm-2.12.4/examples/book/custom/custom_widget/mywidget.cc
|
|
||||||
@@ -20,6 +20,7 @@
|
|
||||||
#include <gdkmm/drawable.h>
|
|
||||||
#include <gdkmm/general.h> // for cairo helper functions
|
|
||||||
#include <iostream>
|
|
||||||
+#include <cstring>
|
|
||||||
//#include <gtk/gtkwidget.h> //For GTK_IS_WIDGET()
|
|
||||||
|
|
||||||
|
|
||||||
Index: gtkmm-2.12.4/demos/gtk-demo/demowindow.cc
|
|
||||||
===================================================================
|
|
||||||
--- gtkmm-2.12.4.orig/demos/gtk-demo/demowindow.cc
|
|
||||||
+++ gtkmm-2.12.4/demos/gtk-demo/demowindow.cc
|
|
||||||
@@ -30,6 +30,7 @@
|
|
||||||
#include <vector>
|
|
||||||
#include <cctype>
|
|
||||||
#include <cerrno>
|
|
||||||
+#include <cstring>
|
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
#ifdef NEED_FLOCKFILE_PROTO
|
|
||||||
Index: gtkmm-2.12.4/demos/gtk-demo/textwidget.cc
|
|
||||||
===================================================================
|
|
||||||
--- gtkmm-2.12.4.orig/demos/gtk-demo/textwidget.cc
|
|
||||||
+++ gtkmm-2.12.4/demos/gtk-demo/textwidget.cc
|
|
||||||
@@ -21,6 +21,7 @@
|
|
||||||
|
|
||||||
#include "textwidget.h"
|
|
||||||
#include "pangomm/fontdescription.h"
|
|
||||||
+#include <cstring>
|
|
||||||
|
|
||||||
|
|
||||||
TextWidget::TextWidget(bool is_source)
|
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 17 19:55:36 CET 2008 - maw@suse.de
|
||||||
|
|
||||||
|
- Update to version 2.12.5:
|
||||||
|
+ Improved documentation
|
||||||
|
+ Build fixes
|
||||||
|
- The file hitherto known as /usr/bin/demo has been
|
||||||
|
renamed to /usr/bin/gtkmm-demo.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 29 12:28:34 CST 2008 - maw@suse.de
|
Tue Jan 29 12:28:34 CST 2008 - maw@suse.de
|
||||||
|
|
||||||
|
22
gtkmm2.spec
22
gtkmm2.spec
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gtkmm2 (Version 2.12.4)
|
# spec file for package gtkmm2 (Version 2.12.5)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -10,12 +10,13 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: gtkmm2
|
Name: gtkmm2
|
||||||
%define _name gtkmm
|
%define _name gtkmm
|
||||||
BuildRequires: cairomm-devel fdupes gcc-c++ glibmm2-devel gtk2-devel libsigc++2-devel update-desktop-files
|
BuildRequires: cairomm-devel fdupes gcc-c++ glibmm2-devel gtk2-devel libsigc++2-devel update-desktop-files
|
||||||
# Only for directory ownership:
|
# Only for directory ownership:
|
||||||
BuildRequires: devhelp
|
BuildRequires: devhelp
|
||||||
Version: 2.12.4
|
Version: 2.12.5
|
||||||
Release: 1
|
Release: 1
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
License: LGPL v2.1 or later
|
License: LGPL v2.1 or later
|
||||||
@ -23,7 +24,6 @@ Summary: C++ Interface for GTK2 (a GUI Library for X)
|
|||||||
Url: http://www.gtkmm.org/
|
Url: http://www.gtkmm.org/
|
||||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.10/%{_name}-%{version}.tar.bz2
|
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.10/%{_name}-%{version}.tar.bz2
|
||||||
Patch: gtkmm2-null.patch
|
Patch: gtkmm2-null.patch
|
||||||
Patch1: gtkmm2-gcc43.patch
|
|
||||||
Provides: gtkmm24 = %{version}
|
Provides: gtkmm24 = %{version}
|
||||||
Obsoletes: gtkmm24
|
Obsoletes: gtkmm24
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
@ -89,7 +89,6 @@ Authors:
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{_name}-%{version}
|
%setup -q -n %{_name}-%{version}
|
||||||
%patch -p1
|
%patch -p1
|
||||||
%patch1 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# FIXME: cannot autoreconf, HAVE_MKFIFO is missing.
|
# FIXME: cannot autoreconf, HAVE_MKFIFO is missing.
|
||||||
@ -133,7 +132,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%defattr (-, root, root)
|
%defattr (-, root, root)
|
||||||
%doc %{_docdir}/%{name}/docs
|
%doc %{_docdir}/%{name}/docs
|
||||||
%doc %{_docdir}/%{name}/tests
|
%doc %{_docdir}/%{name}/tests
|
||||||
%{_bindir}/demo
|
%{_bindir}/gtkmm-demo
|
||||||
%{_includedir}/*
|
%{_includedir}/*
|
||||||
%{_libdir}/*.so
|
%{_libdir}/*.so
|
||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
@ -142,8 +141,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
# FIXME: location of devhelp books, directory ownership, maybe use separate package:
|
# FIXME: location of devhelp books, directory ownership, maybe use separate package:
|
||||||
%dir %{_datadir}/devhelp/books
|
%dir %{_datadir}/devhelp/books
|
||||||
%{_datadir}/devhelp/books/gtkmm-2.4
|
%{_datadir}/devhelp/books/gtkmm-2.4
|
||||||
|
%{_datadir}/gtkmm-2.4
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 17 2008 maw@suse.de
|
||||||
|
- Update to version 2.12.5:
|
||||||
|
+ Improved documentation
|
||||||
|
+ Build fixes
|
||||||
|
- The file hitherto known as /usr/bin/demo has been
|
||||||
|
renamed to /usr/bin/gtkmm-demo.
|
||||||
* Tue Jan 29 2008 maw@suse.de
|
* Tue Jan 29 2008 maw@suse.de
|
||||||
- Update to version 2.12.4:
|
- Update to version 2.12.4:
|
||||||
+ Gtk::RecentAction: Derive from RecentChooser - this class was
|
+ Gtk::RecentAction: Derive from RecentChooser - this class was
|
||||||
@ -163,7 +169,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* RecentAction: Rearrange the constructor parameters, to match
|
* RecentAction: Rearrange the constructor parameters, to match
|
||||||
the other Action classes; added more default parameters
|
the other Action classes; added more default parameters
|
||||||
- This release requires gtk+ version 2.14.0.
|
- This release requires gtk+ version 2.14.0.
|
||||||
* Mon Sep 10 2007 mauro@suse.de
|
* Tue Sep 11 2007 mauro@suse.de
|
||||||
- Update to version 2.11.8:
|
- Update to version 2.11.8:
|
||||||
+ Gdk::Cairo::set_source_color(), set_source_pixbuf(), set_source_pixmap():
|
+ Gdk::Cairo::set_source_color(), set_source_pixbuf(), set_source_pixmap():
|
||||||
Deprecated the existing versions of these methods and added overloads that
|
Deprecated the existing versions of these methods and added overloads that
|
||||||
@ -261,7 +267,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Spec file cleanup.
|
- Spec file cleanup.
|
||||||
* Mon Dec 18 2006 maw@suse.de
|
* Mon Dec 18 2006 maw@suse.de
|
||||||
- Move to /usr.
|
- Move to /usr.
|
||||||
* Tue Oct 17 2006 jhargadon@suse.de
|
* Wed Oct 18 2006 jhargadon@suse.de
|
||||||
- update to version 2.10.2
|
- update to version 2.10.2
|
||||||
- Added --enable-atk=no option, to disable the build and use
|
- Added --enable-atk=no option, to disable the build and use
|
||||||
of the atkmm API, for use in embedded environments
|
of the atkmm API, for use in embedded environments
|
||||||
@ -273,7 +279,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
* Tue Sep 26 2006 sbrabec@suse.cz
|
* Tue Sep 26 2006 sbrabec@suse.cz
|
||||||
- Merged packaging changes from gtkmm24.
|
- Merged packaging changes from gtkmm24.
|
||||||
- Provide old package name.
|
- Provide old package name.
|
||||||
* Fri Sep 15 2006 jhargadon@suse.de
|
* Sat Sep 16 2006 jhargadon@suse.de
|
||||||
- update to version 2.10.1
|
- update to version 2.10.1
|
||||||
- gtkmm now depends on cairomm
|
- gtkmm now depends on cairomm
|
||||||
- AccelMap: Added lookup_entry()
|
- AccelMap: Added lookup_entry()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user