OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 26-Aug-2006 14:26:55
Branch: HEAD Handle: 2006082613265500
Modified files:
openpkg-src/gtk2 gtk2.spec
Log:
upgrading package: gtk2 2.8.19 -> 2.10.2
Summary:
Revision Changes Path
1.72 +10 -7 openpkg-src/gtk2/gtk2.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/gtk2/gtk2.spec
============================================================================
$ cvs diff -u -r1.71 -r1.72 gtk2.spec
--- openpkg-src/gtk2/gtk2.spec 19 Jun 2006 12:36:41 -0000 1.71
+++ openpkg-src/gtk2/gtk2.spec 26 Aug 2006 12:26:55 -0000 1.72
@@ -23,9 +23,9 @@
##
# package version
-%define V_gtk 2.8.19
-%define V_gtk_major 2.8
-%define V_glib_major 2.8
+%define V_gtk 2.10.2
+%define V_gtk_major 2.10
+%define V_glib_major 2.12
%define V_pango_major 1.12
%define V_atk_major 1.10
@@ -40,7 +40,7 @@
Group: XWindow
License: GPL
Version: %{V_gtk}
-Release: 20060619
+Release: 20060826
# list of sources
Source0: ftp://ftp.gtk.org/pub/gtk/v%{V_gtk_major}/gtk+-%{V_gtk}.tar.gz
@@ -66,15 +66,18 @@
%track
prog gtk2 = {
version = %{version}
- url = ftp://ftp.gtk.org/pub/gtk/
- regex = (v2\.[2468])
- url = ftp://ftp.gtk.org/pub/gtk/__NEWVER__/
+ url = ftp://ftp.gtk.org/pub/gtk/v%{V_gtk_major}/
regex = gtk\+-(__VER__)\.tar\.(gz|bz2)
}
%prep
%setup -q -n gtk+-%{version}
+ # avoid building unnecessary (and perhaps problematic) parts
+ %{l_shtool} subst \
+ -e 's;\(gdk-pixbuf gdk gtk modules\) demos tests perf contrib;\1;' \
+ Makefile.in
+
# avoid including static libraries into convenience libraries
%{l_shtool} subst \
-e 's;^LIBS =.*;LIBS =;' \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]