]> git.pld-linux.org Git - packages/gnome-terminal.git/commitdiff
- updated to 3.0.0 auto/th/gnome-terminal-3_0_0-1
authorŁukasz Kieś <kiesiu@pld-linux.org>
Mon, 4 Apr 2011 16:56:38 +0000 (16:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- merged from DEVEL
- en@shaw is now supported

Changed files:
    gnome-terminal.spec -> 1.124

gnome-terminal.spec

index 74426cdfaf147876736806e89167bb01b28e23c5..f9ac2910a8d6f4eefc8183f899a8246797232909 100644 (file)
@@ -1,22 +1,22 @@
 Summary:       GNOME Terminal
 Summary(pl.UTF-8):     Terminal dla GNOME
 Name:          gnome-terminal
-Version:       2.32.1
+Version:       3.0.0
 Release:       1
 License:       GPL v2+
 Group:         X11/Applications
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-terminal/2.32/%{name}-%{version}.tar.bz2
-# Source0-md5: e6f10df23058c810bf07b330b53e6d0b
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/gnome-terminal/3.0/%{name}-%{version}.tar.bz2
+# Source0-md5: ad3c6ad041c3af4a364ffb88667d898b
 URL:           http://www.gnome.org/
 BuildRequires: GConf2-devel >= 2.32.0
 BuildRequires: autoconf >= 2.53
 BuildRequires: automake >= 1:1.9
 BuildRequires: docbook-dtd412-xml
 BuildRequires: gettext-devel
-BuildRequires: glib2-devel >= 1:2.26.0
+BuildRequires: glib2-devel >= 1:2.28.0
 BuildRequires: gnome-common >= 2.24.0
 BuildRequires: gnome-doc-utils >= 0.14.0
-BuildRequires: gtk+2-devel >= 2:2.14.0
+BuildRequires: gtk+3-devel >= 3.0.0
 BuildRequires: intltool >= 0.40.0
 BuildRequires: libtool
 BuildRequires: libxml2-progs
@@ -24,18 +24,15 @@ BuildRequires:      pkgconfig >= 1:0.12.0
 BuildRequires: rpmbuild(find_lang) >= 1.23
 BuildRequires: rpmbuild(macros) >= 1.197
 BuildRequires: scrollkeeper
-BuildRequires: sed >= 4.0
-BuildRequires: vte-devel >= 0.26.0
+BuildRequires: vte-devel >= 0.27.4
 BuildRequires: xorg-lib-libSM-devel
 Requires(post,postun): scrollkeeper
 Requires(post,preun):  GConf2
 Requires:      GConf2 >= 2.32.0
-Requires:      glib2 >= 1:2.26.0
-# workaround for https://bugzilla.gnome.org/show_bug.cgi?id=590774
-Requires:      libgnome
-#
+Requires:      glib2 >= 1:2.28.0
+Requires:      gsettings-desktop-schemas
 Requires:      terminfo
-Requires:      vte >= 0.26.0
+Requires:      vte >= 0.27.3
 # sr@Latn vs. sr@latin
 Conflicts:     glibc-misc < 6:2.7
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -49,9 +46,6 @@ To jest terminal, na razie całkowicie nie dokończony.
 %prep
 %setup -q
 
-sed -i -e 's/^en@shaw//' po/LINGUAS
-rm -f po/en@shaw.po
-
 %build
 %{__intltoolize}
 %{__gnome_doc_common}
@@ -61,6 +55,7 @@ rm -f po/en@shaw.po
 %{__autoheader}
 %{__automake}
 %configure \
+       --with-gtk=3.0 \
        --disable-schemas-install \
        --disable-scrollkeeper \
        --disable-silent-rules
This page took 0.086216 seconds and 4 git commands to generate.