SHA256
1
0
forked from pool/tk

- Integrate tkcon.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tk?expand=0&rev=33
This commit is contained in:
Reinhard Max 2013-06-20 13:13:42 +00:00 committed by Git OBS Bridge
parent 7548a28627
commit 69173a3bf0
3 changed files with 6528 additions and 1 deletions

View File

@ -1,5 +1,5 @@
-------------------------------------------------------------------
Thu Jun 20 12:24:38 UTC 2013 - max@suse.com
Thu Jun 20 13:12:52 UTC 2013 - max@suse.com
- New version: 8.6.0.
* Built-in PNG Image Support: Photo images now support
@ -19,6 +19,7 @@ Thu Jun 20 12:24:38 UTC 2013 - max@suse.com
* Additional New Features: Text widget cursor control, more
window manager hints, and a collection of modernizations in
appearance and function.
- Integrate tkcon.
-------------------------------------------------------------------
Fri Apr 5 10:18:51 UTC 2013 - idonmez@suse.com

View File

@ -32,6 +32,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Graphical User Interface Toolkit for Tcl
License: BSD-3-Clause
Group: Development/Languages/Tcl
Obsoletes: tkcon < 2.7
Provides: tkcon = 2.7
# bug437293
%ifarch ppc64
Obsoletes: tk-64bit
@ -46,6 +48,7 @@ PreReq: /bin/rm
Source0: ftp://ftp.tcl.tk/pub/tcl/tcl8_5/%name%{version}%{rrc}-src.tar.gz
Source1: tk-rpmlintrc
Source2: baselibs.conf
Source3: http://tkcon.cvs.sourceforge.net/tkcon/tkcon/tkcon.tcl
Patch0: %name.patch
Patch1: tk-8.5.12-fix-xft.patch
@ -118,6 +121,7 @@ make -C unix install install-private-headers \
TK_PKG_DIR="tcl/tk%TK_MINOR"
ln -sf wish%TK_MINOR %buildroot%_prefix/bin/wish
ln -sf wish%TK_MINOR.n.gz %buildroot%_mandir/mann/wish.n.gz
install -m 0755 %{S:3} %buildroot%_bindir/tkcon
%if %_lib == lib64

6522
tkcon.tcl Normal file

File diff suppressed because it is too large Load Diff