]> git.pld-linux.org Git - packages/gitg.git/commitdiff
- updated to 3.18.0 auto/th/gitg-3.18.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 22 Oct 2015 18:15:08 +0000 (20:15 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 22 Oct 2015 18:15:08 +0000 (20:15 +0200)
- added build patch (missing GitgExt gir dependency on Gitg gir)

gitg-build.patch [new file with mode: 0644]
gitg.spec

diff --git a/gitg-build.patch b/gitg-build.patch
new file mode 100644 (file)
index 0000000..55b9222
--- /dev/null
@@ -0,0 +1,11 @@
+--- gitg-3.18.0/libgitg-ext/Makefile.am.orig   2015-09-21 21:03:20.000000000 +0200
++++ gitg-3.18.0/libgitg-ext/Makefile.am        2015-10-22 19:41:53.871412341 +0200
+@@ -97,6 +97,8 @@
+ libgitg_ext_libgitg_ext_1_0_la_typelibdir = $(libdir)/girepository-1.0
+ libgitg_ext_libgitg_ext_1_0_la_typelib_DATA = GitgExt-1.0.typelib
++GitgExt-1.0.typelib:: Gitg-1.0.gir
++
+ if ENABLE_PYTHON
+ libgitg_ext_libgitg_ext_1_0_la_overridesdir = $(pyoverridesdir)
+ libgitg_ext_libgitg_ext_1_0_la_overrides_PYTHON = libgitg-ext/GitgExt.py
index a9f2e23dab14c8d9405f51d71edd29ff1b2ea71f..b9431324a65a3ddccdf972ecffa347a2bd4db223 100644 (file)
--- a/gitg.spec
+++ b/gitg.spec
@@ -6,12 +6,13 @@
 Summary:       GTK+ git repository viewer
 Summary(pl.UTF-8):     Przeglądarka repozytoriów git oparta na GTK+
 Name:          gitg
-Version:       3.16.1
-Release:       2
+Version:       3.18.0
+Release:       1
 License:       GPL v2
 Group:         Development/Tools
-Source0:       http://ftp.gnome.org/pub/GNOME/sources/gitg/3.16/%{name}-%{version}.tar.xz
-# Source0-md5: ea69e7d33d8d05fa86a9ba43769aa2cd
+Source0:       http://ftp.gnome.org/pub/GNOME/sources/gitg/3.18/%{name}-%{version}.tar.xz
+# Source0-md5: 9d656124955e01e6c3c07fd40415a779
+Patch0:                %{name}-build.patch
 URL:           http://live.gnome.org/Gitg
 BuildRequires: autoconf >= 2.64
 BuildRequires: automake >= 1:1.11
@@ -29,7 +30,7 @@ BuildRequires:        json-glib-devel
 BuildRequires: libgee-devel >= 0.8
 # libgit2 with threading support
 BuildRequires: libgit2-devel >= 0.20.0-3
-BuildRequires: libgit2-glib-devel >= 0.22.0
+BuildRequires: libgit2-glib-devel >= 0.23.5
 BuildRequires: libpeas-devel >= 1.5.0
 BuildRequires: libpeas-gtk-devel >= 1.5.0
 BuildRequires: libsecret-devel
@@ -52,7 +53,7 @@ Requires:     gtk-webkit4 >= 2.2
 Requires:      gtksourceview3 >= 3.10
 Requires:      gtkspell3 >= 3.0.3
 Requires:      libgit2 >= 0.20.0-3
-Requires:      libgit2-glib >= 0.22.0
+Requires:      libgit2-glib >= 0.23.5
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -74,7 +75,7 @@ Requires:     %{name} = %{version}-%{release}
 Requires:      glib2-devel >= 1:2.38
 Requires:      gtk+3-devel >= 3.12.0
 Requires:      libgit2-devel >= 0.20.0-3
-Requires:      libgit2-glib-devel >= 0.22.0
+Requires:      libgit2-glib-devel >= 0.23.5
 
 %description devel
 libgitg header files.
@@ -138,6 +139,7 @@ API języka Vala do bibliotek Gitg.
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %{__libtoolize}
This page took 0.094365 seconds and 4 git commands to generate.