Accepting request 195736 from home:dimstar:branches:GNOME:Factory
Update to 3.9.90 OBS-URL: https://build.opensuse.org/request/show/195736 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/anjuta?expand=0&rev=159
This commit is contained in:
parent
0662cd18e9
commit
af47b6f862
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cb020f32fd93ed7e745d3cbb65dcb95556de9cc22fe483326e675296b6b8f908
|
|
||||||
size 5392288
|
|
3
anjuta-3.9.90.tar.xz
Normal file
3
anjuta-3.9.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:29bc9777f6f1a17500df99cea71c36b6a5ca2e032278a7914405cfa351e688d2
|
||||||
|
size 6259836
|
@ -1,33 +0,0 @@
|
|||||||
From b0adfbe1197ad97f39e5db583fdc63f78c3fbff3 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Dominique Leuenberger <dimstar@opensuse.org>
|
|
||||||
Date: Tue, 6 Aug 2013 11:17:45 +0200
|
|
||||||
Subject: [PATCH] build: add support for libvala-0.22
|
|
||||||
|
|
||||||
To make maintenance a little bit easier in the future, rewrite the
|
|
||||||
detection to use foreach instead of nesting the checks.
|
|
||||||
---
|
|
||||||
configure.ac | 8 +++-----
|
|
||||||
1 file changed, 3 insertions(+), 5 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
|
||||||
index 41c482d..f7a9c18 100644
|
|
||||||
--- a/configure.ac
|
|
||||||
+++ b/configure.ac
|
|
||||||
@@ -310,11 +310,9 @@ if test "$user_disabled_vala" = 1; then
|
|
||||||
else
|
|
||||||
AC_MSG_RESULT(no)
|
|
||||||
AC_MSG_CHECKING(if libvala is available)
|
|
||||||
- PKG_CHECK_EXISTS([ libvala-0.20 ],
|
|
||||||
- [ valaver="-0.20" ],
|
|
||||||
- [ PKG_CHECK_EXISTS([ libvala-0.18 ],
|
|
||||||
- [ valaver="-0.18" ],
|
|
||||||
- [ valaver="" ])
|
|
||||||
+ m4_foreach([VERSION], [[0.18], [0.20], [0.22]],
|
|
||||||
+ [PKG_CHECK_EXISTS([ libvala-VERSION ],
|
|
||||||
+ [ valaver="-VERSION" ])
|
|
||||||
])
|
|
||||||
if test "x$valaver" != "x"; then
|
|
||||||
AC_MSG_RESULT(yes)
|
|
||||||
--
|
|
||||||
1.7.10.4
|
|
||||||
|
|
@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 19 21:28:54 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.9.90:
|
||||||
|
+ document-manager: Fix icon size in document manager tabs.
|
||||||
|
+ git:
|
||||||
|
- Widget name fixes.
|
||||||
|
- Show diffs of uncommitted changes in the status view.
|
||||||
|
- Show stash diffs in the stash pane.
|
||||||
|
- Don't show the command bar if the Tasks button isn't active.
|
||||||
|
- Don't show stash numbers on diff rows.
|
||||||
|
+ libanjuta:
|
||||||
|
- Add AnjutaCellRendererDiff.
|
||||||
|
- Update the glade catalog.
|
||||||
|
+ libanjuta/anjuta-command-bar:
|
||||||
|
- Resect GTK button image settings.
|
||||||
|
- Don't use a shadow for the scrolled window.
|
||||||
|
+ symbol-db:
|
||||||
|
- link with librt on Linux (bgo#704985).
|
||||||
|
- Use a GtkSearchEntry for the search entry in the search view.
|
||||||
|
+ libanjuta/anjuta-file-list: Fix the help text color.
|
||||||
|
+ libanjuta/anjuta-cell-renderer-diff: Detect diff headers.
|
||||||
|
+ build: add support for libvala-0.22.
|
||||||
|
+ Use program icon on about dialog.
|
||||||
|
+ Fix column number on lines with tabs.
|
||||||
|
+ help: fix broken images.
|
||||||
|
+ Bugs fixed: bgo#689384, bgo#701419.
|
||||||
|
- Drop anjuta-vala-0.22.patch: fixed upstream.
|
||||||
|
- Remove gnome-common BuildRequires and call to gnome-autogen.sh,
|
||||||
|
as we don't carry any patch anymore.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 6 09:24:08 UTC 2013 - dimstar@opensuse.org
|
Tue Aug 6 09:24:08 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
14
anjuta.spec
14
anjuta.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: anjuta
|
Name: anjuta
|
||||||
Version: 3.9.5
|
Version: 3.9.90
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Versatile Integrated Development Environment for GNOME
|
Summary: Versatile Integrated Development Environment for GNOME
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
@ -25,16 +25,12 @@ Group: Development/Tools/IDE
|
|||||||
Url: http://anjuta.sourceforge.net/
|
Url: http://anjuta.sourceforge.net/
|
||||||
Source0: http://download.gnome.org/sources/anjuta/3.9/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/anjuta/3.9/%{name}-%{version}.tar.xz
|
||||||
Source99: %{name}-rpmlintrc
|
Source99: %{name}-rpmlintrc
|
||||||
# PATCH-FIX-UPSTREAM anjuta-vala-0.22.patch bgo#705548 dimstar@opensuse.org -- Allow building with vala 0.22
|
|
||||||
Patch0: anjuta-vala-0.22.patch
|
|
||||||
BuildRequires: autogen
|
BuildRequires: autogen
|
||||||
BuildRequires: binutils-devel
|
BuildRequires: binutils-devel
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
# Needed for patch0
|
|
||||||
BuildRequires: gnome-common
|
|
||||||
BuildRequires: gnome-icon-theme
|
BuildRequires: gnome-icon-theme
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
@ -56,7 +52,7 @@ BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.0.0
|
|||||||
BuildRequires: pkgconfig(gdl-3.0) >= 3.5.5
|
BuildRequires: pkgconfig(gdl-3.0) >= 3.5.5
|
||||||
BuildRequires: pkgconfig(gladeui-2.0) >= 3.12.0
|
BuildRequires: pkgconfig(gladeui-2.0) >= 3.12.0
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.34.0
|
BuildRequires: pkgconfig(glib-2.0) >= 2.34.0
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.4.0
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.6.0
|
||||||
BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.0.0
|
BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.0.0
|
||||||
BuildRequires: pkgconfig(libdevhelp-3.0) >= 3.7.5
|
BuildRequires: pkgconfig(libdevhelp-3.0) >= 3.7.5
|
||||||
BuildRequires: pkgconfig(libgda-5.0) >= 5.0.0
|
BuildRequires: pkgconfig(libgda-5.0) >= 5.0.0
|
||||||
@ -154,12 +150,9 @@ and more.
|
|||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Needed for patch0
|
|
||||||
NOCONFIGURE=1 gnome-autogen.sh
|
|
||||||
%configure\
|
%configure\
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--enable-glade-catalog
|
--enable-glade-catalog
|
||||||
@ -185,6 +178,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%desktop_database_post
|
%desktop_database_post
|
||||||
%icon_theme_cache_post
|
%icon_theme_cache_post
|
||||||
%icon_theme_cache_post gnome
|
%icon_theme_cache_post gnome
|
||||||
|
%icon_theme_cache_post HighContrast
|
||||||
%mime_database_post
|
%mime_database_post
|
||||||
|
|
||||||
%postun
|
%postun
|
||||||
@ -192,6 +186,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%desktop_database_postun
|
%desktop_database_postun
|
||||||
%icon_theme_cache_postun
|
%icon_theme_cache_postun
|
||||||
%icon_theme_cache_postun gnome
|
%icon_theme_cache_postun gnome
|
||||||
|
%icon_theme_cache_postun HighContrast
|
||||||
%mime_database_postun
|
%mime_database_postun
|
||||||
|
|
||||||
%post -n libanjuta-3-0
|
%post -n libanjuta-3-0
|
||||||
@ -218,6 +213,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
# When removing the gnome icon theme icons, don't forget to remove the %%icon_theme_cache_post(un) call for them
|
# When removing the gnome icon theme icons, don't forget to remove the %%icon_theme_cache_post(un) call for them
|
||||||
# Somehow I think that this is wrong:
|
# Somehow I think that this is wrong:
|
||||||
%dir %{_datadir}/icons/gnome/*/mimetypes/
|
%dir %{_datadir}/icons/gnome/*/mimetypes/
|
||||||
|
%{_datadir}/icons/HighContrast/
|
||||||
%{_datadir}/icons/gnome/*/mimetypes/*.png
|
%{_datadir}/icons/gnome/*/mimetypes/*.png
|
||||||
%{_datadir}/icons/gnome/scalable/mimetypes/*.svg
|
%{_datadir}/icons/gnome/scalable/mimetypes/*.svg
|
||||||
%{_datadir}/icons/hicolor/*/apps/*.png
|
%{_datadir}/icons/hicolor/*/apps/*.png
|
||||||
|
Loading…
Reference in New Issue
Block a user