]> git.pld-linux.org Git - packages/crossmingw32-gtk+.git/blame - crossmingw32-gtk+.spec
- cleanup
[packages/crossmingw32-gtk+.git] / crossmingw32-gtk+.spec
CommitLineData
990911c9 1%define realname gtk+
2%define snap 20030115
ca42f3f5 3Summary: The Gimp Toolkit - Ming32 cross version
a307e3da
ER
4Summary(cs.UTF-8): Sada nástrojů pro Gimp
5Summary(de.UTF-8): Der Gimp-Toolkit
6Summary(es.UTF-8): Conjunto de herramientas Gimp
7Summary(fi.UTF-8): Gimp-työkalukokoelma
8Summary(fr.UTF-8): Le toolkit de Gimp
9Summary(it.UTF-8): Il toolkit per Gimp
10Summary(pl.UTF-8): Gimp Toolkit - wersja skrośna dla Ming32
11Summary(pt_BR.UTF-8): Kit de ferramentas Gimp
12Summary(tr.UTF-8): Gimp ToolKit arayüz kitaplığı
cec097ed 13Name: crossmingw32-%{realname}
14Version: 1.3.0
f003e3e6 15Release: 0.%{snap}.2
cec097ed 16License: LGPL
17Group: Libraries
990911c9 18Source0: http://www.gimp.org/~tml/gimp/win32/gtk+-dev-%{version}-%{snap}.zip
19# Source0-md5: 56eff0fac89da0166b71901813775e86
cec097ed 20URL: http://www.gtk.org/
d1473fea 21BuildRequires: unzip
73377a68
JB
22Requires: crossmingw32-glib2 >= 2.0
23BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
cec097ed 24
25%define no_install_post_strip 1
26
27%define target i386-mingw32
28%define target_platform i386-pc-mingw32
29%define arch %{_prefix}/%{target}
cec097ed 30
31%define __cc %{target}-gcc
32%define __cxx %{target}-g++
33
34%description
92f48700 35GTK+, which stands for the Gimp ToolKit, is a library for creating
cec097ed 36graphical user interfaces for the X Window System. It is designed to
92f48700 37be small, efficient, and flexible. GTK+ is written in C with a very
baf7cd58 38object-oriented approach. GDK (part of GTK+) is a drawing toolkit
cec097ed 39which provides a thin layer over Xlib to help automate things like
baf7cd58 40dealing with different color depths, and GTK is a widget set for
cec097ed 41creating user interfaces.
42
f3400d55
JR
43%description -l cs.UTF-8
44Knihovny X původně psané pro GIMP, které nyní používá také řada jiných
45programů.
cec097ed 46
f3400d55 47%description -l da.UTF-8
cec097ed 48X biblioteker, oprindeligt udviklet til GIMP, men anvendes nu af flere
49forskellige programmer.
50
f3400d55
JR
51%description -l de.UTF-8
52Die X-Libraries, die ursprünglich für GIMP geschrieben wurden und
53mittlerweile für eine ganze Reihe anderer Programme benutzt werden.
cec097ed 54
f3400d55 55%description -l fr.UTF-8
cec097ed 56X-kirjastot, jotka alunperin kirjoitettiin GIMP:lle, mutta joita
f3400d55 57käytetään nyt myös useissa muissakin ohjelmissa.
cec097ed 58
f3400d55 59%description -l it.UTF-8
cec097ed 60Libreria X scritta per GIMP. Viene usata da diversi programmi.
61
f3400d55
JR
62%description -l pl.UTF-8
63GTK+, która to biblioteka stała się podstawą programu Gimp, zawiera
64funkcje do tworzenia graficznego interfejsu użytkownika pod X Window.
65Była tworzona z założeniem żeby była mała, efektywna i wygodna. GTK+
66jest napisane w C z podejściem zorientowanym bardzo obiektowo. GDK
67(część GTK+) jest warstwą pośrednią pomiędzy Xlib i resztą toolkitu
68zapewniającą pracę niezależnie od głębi koloru (ilości bitów na
69piksel). GTK (druga część GTK+) jest natomiast już zbiorem różnego
70rodzaju kontrolek służących do tworzenia interfejsu użytkownika.
71
72%description -l pt_BR.UTF-8
73Bibliotecas X originalmente escritas para o GIMP, que agora estão
74sendo também usadas por vários outros programas.
75
76%description -l tr.UTF-8
77Başlangıçta GIMP için yazılmış X kitaplıkları. Şu anda başka
78programlarca da kullanılmaktadır.
cec097ed 79
80%prep
67d3a018 81%setup -q -c
cec097ed 82
cec097ed 83%install
84rm -rf $RPM_BUILD_ROOT
cec097ed 85install -d $RPM_BUILD_ROOT%{arch}
73377a68 86
67d3a018 87cp -rf * $RPM_BUILD_ROOT%{arch}
cec097ed 88
89%clean
90rm -rf $RPM_BUILD_ROOT
91
92%files
f003e3e6 93%defattr(644,root,root,755)
ad0a7651
JB
94%{arch}/include/g[dt]k
95%{arch}/lib/*.lib
96%{arch}/lib/*.dll.a
97%{arch}/lib/gtk+
98%{arch}/lib/pkgconfig/*.pc
This page took 0.077899 seconds and 4 git commands to generate.