Accepting request 332520 from GNOME:Factory
(forwarded request 332252 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/332520 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/anjuta?expand=0&rev=102
This commit is contained in:
commit
4b0164d2a9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:77432a01b37b46f5558bf4cc435f9a023abf17c5273d472e17dff1f9b3d9943c
|
|
||||||
size 6311980
|
|
3
anjuta-3.18.0.tar.xz
Normal file
3
anjuta-3.18.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6a3fec0963f04bc62a9dfb951e577a3276d39c3414083ef73163c3fea8e741ba
|
||||||
|
size 6359696
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 20 12:44:34 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.18.0:
|
||||||
|
+ Provide a symbolic variant of the app icon.
|
||||||
|
+ Fix build error on Mac OS X.
|
||||||
|
+ bgo#753255: Typos in translatable strings.
|
||||||
|
+ Fix typos in manuals.
|
||||||
|
+ Fix typos.
|
||||||
|
+ Updated translations.
|
||||||
|
- Update Url to new home.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 28 20:30:40 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Use sed to support vala-0.30, and due to this change replace
|
||||||
|
pkgconfig(libvala-0.28) for pkgconfig(libvala-0.30).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 23 09:10:55 UTC 2015 - dimstar@opensuse.org
|
Mon Mar 23 09:10:55 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
12
anjuta.spec
12
anjuta.spec
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: anjuta
|
Name: anjuta
|
||||||
Version: 3.16.0
|
Version: 3.18.0
|
||||||
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+
|
||||||
Group: Development/Tools/IDE
|
Group: Development/Tools/IDE
|
||||||
Url: http://anjuta.sourceforge.net/
|
Url: https://wiki.gnome.org/Apps/Anjuta
|
||||||
Source0: http://download.gnome.org/sources/anjuta/3.16/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/anjuta/3.18/%{name}-%{version}.tar.xz
|
||||||
Source99: %{name}-rpmlintrc
|
Source99: %{name}-rpmlintrc
|
||||||
BuildRequires: autogen
|
BuildRequires: autogen
|
||||||
BuildRequires: binutils-devel
|
BuildRequires: binutils-devel
|
||||||
@ -56,7 +56,7 @@ 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
|
||||||
BuildRequires: pkgconfig(libgvc)
|
BuildRequires: pkgconfig(libgvc)
|
||||||
BuildRequires: pkgconfig(libvala-0.28)
|
BuildRequires: pkgconfig(libvala-0.30)
|
||||||
BuildRequires: pkgconfig(libxml-2.0) >= 2.4.23
|
BuildRequires: pkgconfig(libxml-2.0) >= 2.4.23
|
||||||
BuildRequires: pkgconfig(serf-1)
|
BuildRequires: pkgconfig(serf-1)
|
||||||
BuildRequires: pkgconfig(vte-2.91)
|
BuildRequires: pkgconfig(vte-2.91)
|
||||||
@ -149,6 +149,8 @@ and more.
|
|||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
# HACK to support vala 0.30
|
||||||
|
sed -i "s:-0.28:-0.30:g" configure
|
||||||
translation-update-upstream
|
translation-update-upstream
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -209,11 +211,11 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
%{_datadir}/mime/packages/*.xml
|
%{_datadir}/mime/packages/*.xml
|
||||||
%{_datadir}/pixmaps/anjuta/
|
%{_datadir}/pixmaps/anjuta/
|
||||||
%{_datadir}/glib-2.0/schemas/*.gschema.xml
|
%{_datadir}/glib-2.0/schemas/*.gschema.xml
|
||||||
%{_datadir}/icons/HighContrast/
|
|
||||||
%{_datadir}/icons/hicolor/*/apps/*.png
|
%{_datadir}/icons/hicolor/*/apps/*.png
|
||||||
%{_datadir}/icons/hicolor/*/mimetypes/*.png
|
%{_datadir}/icons/hicolor/*/mimetypes/*.png
|
||||||
%{_datadir}/icons/hicolor/scalable/apps/*.svg
|
%{_datadir}/icons/hicolor/scalable/apps/*.svg
|
||||||
%{_datadir}/icons/hicolor/scalable/mimetypes/*.svg
|
%{_datadir}/icons/hicolor/scalable/mimetypes/*.svg
|
||||||
|
%{_datadir}/icons/hicolor/symbolic/apps/anjuta-symbolic.svg
|
||||||
%doc %{_mandir}/man?/*.*
|
%doc %{_mandir}/man?/*.*
|
||||||
|
|
||||||
%files -n libanjuta-3-0
|
%files -n libanjuta-3-0
|
||||||
|
Loading…
Reference in New Issue
Block a user