diff --git a/pisi-index.xml b/pisi-index.xml index 3d04b1abd8..9911e6a084 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -191040,6 +191040,70 @@ provide integrated access to the cloud providers services. + + + gom + https://wiki.gnome.org/Projects/Gom + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + programming.library + GObject to SQLite object mapper library + GObject'den SQLite nesne eşleyici kitaplığı + GObject to SQLite object mapper library + GObject'den SQLite nesne eşleyici kitaplığı + gom + mirrors://gnome/gom/0.4/gom-0.4.tar.xz + + gobject-introspection-devel + gdk-pixbuf-devel + python3-pygobject3-devel + sqlite-devel + python3-devel + meson + + programming/library/gom/pspec.xml + + + gom + + glib2 + sqlite + + + /usr/bin + /usr/lib/libgom* + /usr/lib/girepository-1.0 + /usr/lib/python3* + /usr/share/doc + + + + gom-devel + gom için geliştirme dosyaları + + gom + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + 2021-06-10 + 0.4 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + libappindicator @@ -302057,6 +302121,17 @@ functionality to build high-performing, platform-independent programs.admins@pisilinux.org + + desktop.gnome.apps + FIXME + FIXME + FIXME + gnome.desktop.apps + + PisiLinux Community + admins@pisilinux.org + + desktop.font FIXME diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 0f807a80fb..703173e790 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -0e2ee82f657dded4f80275f73c061a68fe38da44 \ No newline at end of file +65d8f7ffca24b6742ae0774dc2171b74b5915958 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index f61cccfebd..2b2bf36e16 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index 2dc76eeab3..0d3754cf8a 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -7918a899383fd9aa28f9df71fe4c005c4c128749 \ No newline at end of file +59e8fc863d68f9c52ccf5d6922375754215aba89 \ No newline at end of file diff --git a/programming/library/gom/actions.py b/programming/library/gom/actions.py new file mode 100644 index 0000000000..cc6214d303 --- /dev/null +++ b/programming/library/gom/actions.py @@ -0,0 +1,18 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# Licensed under the GNU General Public License, version 2. +# See the file http://www.gnu.org/copyleft/gpl.txt. + +from pisi.actionsapi import mesontools, pisitools + +def setup(): + mesontools.configure() + +def build(): + mesontools.build() + +def install(): + mesontools.install() + + pisitools.dodoc("AUTHORS", "ChangeLog", "README*", "NEWS") diff --git a/programming/library/gom/pspec.xml b/programming/library/gom/pspec.xml new file mode 100644 index 0000000000..966936cf77 --- /dev/null +++ b/programming/library/gom/pspec.xml @@ -0,0 +1,64 @@ + + + + + gom + https://wiki.gnome.org/Projects/Gom + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + gom + app:gui + GObject to SQLite object mapper library + GObject to SQLite object mapper library + mirrors://gnome/gom/0.4/gom-0.4.tar.xz + + gobject-introspection-devel + gdk-pixbuf-devel + python3-pygobject3-devel + sqlite-devel + python3-devel + meson + + + + + gom + + glib2 + sqlite + + + /usr/bin + /usr/lib/libgom* + /usr/lib/girepository-1.0 + /usr/lib/python3* + /usr/share/doc + + + + + gom-devel + + gom + glib2-devel + + + /usr/include + /usr/lib/pkgconfig + /usr/share/gir-1.0 + + + + + + 2021-06-10 + 0.4 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/programming/library/gom/translations.xml b/programming/library/gom/translations.xml new file mode 100644 index 0000000000..d5349cca35 --- /dev/null +++ b/programming/library/gom/translations.xml @@ -0,0 +1,13 @@ + + + + gom + GObject'den SQLite nesne eşleyici kitaplığı + GObject'den SQLite nesne eşleyici kitaplığı + + + + gom-devel + gom için geliştirme dosyaları + +