Update to libgda-5.2.4.

This commit is contained in:
ajacoutot 2015-06-13 13:16:23 +00:00
parent 2b7661652c
commit 6fa0c0b5cb
3 changed files with 4 additions and 45 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.103 2015/06/13 08:35:18 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.104 2015/06/13 13:16:23 ajacoutot Exp $
SHARED_ONLY= Yes
@ -9,7 +9,7 @@ COMMENT-pgsql= PostgreSQL backend for libgda
COMMENT-ui= GTK+ extension and tools for libgda
GNOME_PROJECT= libgda
GNOME_VERSION= 5.2.3
GNOME_VERSION= 5.2.4
GDA_MAJOR= 5.0
SUBST_VARS= GDA_MAJOR

View File

@ -1,2 +1,2 @@
SHA256 (gnome/libgda-5.2.3.tar.xz) = iY+CPujKuoeW6PmGmy0f3K6zPcC+t6eQhCaoLtPFER8=
SIZE (gnome/libgda-5.2.3.tar.xz) = 12315348
SHA256 (gnome/libgda-5.2.4.tar.xz) = LO443Vg8y6pb32wByl+IzAh1i5sUSTilGkeOsmhLdl4=
SIZE (gnome/libgda-5.2.4.tar.xz) = 12320228

View File

@ -1,41 +0,0 @@
$OpenBSD: patch-tools_browser_gda-browser-5_0_appdata_xml_in,v 1.1 2015/06/13 08:30:55 ajacoutot Exp $
https://bugzilla.gnome.org/show_bug.cgi?id=750891:
From 521feebe7611645cd763cd1b8d63a7a3f3eeefbc Mon Sep 17 00:00:00 2001
From: Vivien Malerba <malerba@gnome-db.org>
Date: Sun, 21 Sep 2014 16:01:56 +0200
Subject: Added AppData file, see bug #730813
--- tools/browser/gda-browser-5.0.appdata.xml.in.orig Sat Jun 13 09:10:22 2015
+++ tools/browser/gda-browser-5.0.appdata.xml.in Sat Jun 13 09:10:22 2015
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright 2014 Ryan Lerch <rlerch@redhat.com> -->
+
+<application>
+ <id type="desktop">gda-browser-5.0.desktop</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <summary>View the schema and data of databases</summary>
+ <description>
+ <_p>
+ Database Browser provides quick access to the data and schema of a database,
+ and displays it in a intuitive graphical interface.
+ It provides three perspectives to interact with a database: the schema browser,
+ query execution, and data manager.
+ The schema browser allows the user to view the tables of a database, and
+ inspect the table's properties and relations.
+ The query exeution perspective allows the user to execute SQL queries on
+ the database.
+ The data manager perspective allows the user to view the data contained in
+ the database in a tabular form.
+ </_p>
+ </description>
+ <url type="homepage">http://www.gnome-db.org/GdaBrowser</url>
+ <screenshots>
+ <screenshot type="default">http://www.gnome-db.org/GdaBrowser?action=AttachFile&amp;do=view&amp;target=GdaBrowser-tablerels.png</screenshot>
+ <screenshot>http://www.gnome-db.org/GdaBrowser?action=AttachFile&amp;do=view&amp;target=GdaBrowser-index.png</screenshot>
+ <screenshot>http://www.gnome-db.org/GdaBrowser?action=AttachFile&amp;do=view&amp;target=GdaBrowser-query1.png</screenshot>
+ <screenshot>http://www.gnome-db.org/GdaBrowser?action=AttachFile&amp;do=view&amp;target=dataman-persp.png</screenshot>
+ </screenshots>
+ <updatecontact>vmalerba_at_gmail.com</updatecontact>
+</application>