]> git.pld-linux.org Git - packages/vte.git/commitdiff
- bug TODO added
authorczarny <czarny@pld-linux.org>
Fri, 16 Mar 2007 20:02:30 +0000 (20:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- BR gtk-doc-autoconf added from frech chroot build

Changed files:
    vte.spec -> 1.115

vte.spec

index 526428eeb78d155cf74ca66fba8c3fc8d7767fad..9c1e20e9d3c87c264bb2e32f303dfbc2bf3b0f25 100644 (file)
--- a/vte.spec
+++ b/vte.spec
@@ -1,4 +1,9 @@
 #
+# TODO:
+# - watch https://bugs.launchpad.net/ubuntu/+source/vte/+bug/91985
+#   for news regarding the lack of transparency. The patches there
+#   apply, but don't work
+#
 # Conditional build:
 %bcond_with    glx     # drawing using GLX
 #
@@ -6,13 +11,14 @@ Summary:     VTE terminal widget library
 Summary(pl.UTF-8):     Biblioteka z kontrolkÄ… terminala VTE
 Name:          vte
 Version:       0.16.0
-Release:       1
+Release:       1.0.1
 License:       LGPL
 Group:         X11/Libraries
 Source0:       http://ftp.gnome.org/pub/gnome/sources/vte/0.16/%{name}-%{version}.tar.bz2
 # Source0-md5: 6b85967ba75ed574d0e5782697fbc79f
 Patch0:                %{name}-keys.patch
 Patch1:                %{name}-link.patch
+Patch2:                %{name}-transparency.patch
 %{?with_glx:BuildRequires:     OpenGL-GLU-devel}
 %{?with_glx:BuildRequires:     OpenGL-GLX-devel}
 BuildRequires: autoconf >= 2.59-9
@@ -20,6 +26,7 @@ BuildRequires:        automake >= 1:1.6
 BuildRequires: gettext-devel
 BuildRequires: gtk+2-devel >= 2:2.10.9
 BuildRequires: gtk-doc >= 1.8
+BuildRequires: gtk-doc-automake
 BuildRequires: intltool >= 0.35.5
 BuildRequires: libtool
 BuildRequires: ncurses-devel
@@ -102,6 +109,7 @@ Dokumentacja API VTE.
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__glib_gettextize}
This page took 0.058354 seconds and 4 git commands to generate.