diff --git a/desktop/gnome/base/gcr/gcr-4/actions.py b/desktop/gnome/base/gcr-4/actions.py similarity index 100% rename from desktop/gnome/base/gcr/gcr-4/actions.py rename to desktop/gnome/base/gcr-4/actions.py diff --git a/desktop/gnome/base/gcr/gcr-4/files/10-gcr.conf b/desktop/gnome/base/gcr-4/files/10-gcr.conf similarity index 100% rename from desktop/gnome/base/gcr/gcr-4/files/10-gcr.conf rename to desktop/gnome/base/gcr-4/files/10-gcr.conf diff --git a/desktop/gnome/base/gcr/gcr-4/pspec.xml b/desktop/gnome/base/gcr-4/pspec.xml similarity index 100% rename from desktop/gnome/base/gcr/gcr-4/pspec.xml rename to desktop/gnome/base/gcr-4/pspec.xml diff --git a/desktop/gnome/base/gcr/gcr-4/translations.xml b/desktop/gnome/base/gcr-4/translations.xml similarity index 100% rename from desktop/gnome/base/gcr/gcr-4/translations.xml rename to desktop/gnome/base/gcr-4/translations.xml diff --git a/desktop/gnome/base/gcr/gcr/actions.py b/desktop/gnome/base/gcr/gcr/actions.py deleted file mode 100644 index 3045ef7362..0000000000 --- a/desktop/gnome/base/gcr/gcr/actions.py +++ /dev/null @@ -1,24 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import mesontools -from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools -from pisi.actionsapi import get - -def setup(): - shelltools.system("""sed -i 's:"/desktop:"/org:' schema/*.xml""") - mesontools.configure("-Dssh_agent=false") - -def build(): - mesontools.build() - -#def check(): - #mesontools.build("test") - -def install(): - mesontools.install() - pisitools.dodoc("COPYING*", "README*") diff --git a/desktop/gnome/base/gcr/gcr/files/10-gcr.conf b/desktop/gnome/base/gcr/gcr/files/10-gcr.conf deleted file mode 100644 index 7e092dc5e5..0000000000 --- a/desktop/gnome/base/gcr/gcr/files/10-gcr.conf +++ /dev/null @@ -1,3 +0,0 @@ -@users - memlock 1024 - -# vim:set ft=limits: \ No newline at end of file diff --git a/desktop/gnome/base/gcr/gcr/pspec.xml b/desktop/gnome/base/gcr/gcr/pspec.xml deleted file mode 100644 index d3190377f7..0000000000 --- a/desktop/gnome/base/gcr/gcr/pspec.xml +++ /dev/null @@ -1,167 +0,0 @@ - - - - - gcr - https://gitlab.gnome.org/GNOME/gcr - - Osman Erkan - osman.erkan@pisilinux.org - - LGPLv2 - library - The Gcr package contains libraries used for displaying certificates and accessing key stores. - The Gcr package contains libraries used for displaying certificates and accessing key stores. It also provides the viewer for crypto files on the GNOME Desktop. - https://download.gnome.org/sources/gcr/3.41/gcr-3.41.1.tar.xz - - meson - gnupg - intltool - gtk-doc - gtk3-devel - vala-devel - glib2-devel - libxslt-devel - p11-kit-devel - python-six - openssh - gi-docgen - libsecret-devel - libgcrypt-devel - gobject-introspection-devel - - - - - gcr - - gtk3 - cairo - glib2 - pango - p11-kit - openssh - libsecret - libgcrypt - gdk-pixbuf - gobject-introspection - - - /etc - /usr/bin - /usr/lib/libgcr* - /usr/lib/libgck* - /usr/lib/girepository-1.0 - /usr/libexec - /usr/share/applications - /usr/share/dbus-1 - /usr/share/doc - /usr/share/GConf - /usr/share/gcr-3 - /usr/share/gir-1.0 - /usr/share/glib-2.0 - /usr/share/icons - /usr/share/locale - /usr/share/mime - /usr/share/vala - - - 10-gcr.conf - - - - - gcr-devel - Development files for gcr - - glib2-devel - gtk3-devel - p11-kit-devel - gobject-introspection-devel - gcr - - - /usr/include - /usr/lib/pkgconfig - - - - - gcr-docs - data:doc - gcr reference documents - - gcr - - - /usr/share/doc/gck-1 - /usr/share/doc/gcr-* - - - - - - 2022-07-15 - 3.41.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-30 - 3.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-24 - 3.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-07 - 3.28.1 - Rebuild. - Erkan IŞIK - erkanisik@pisilinux.org - - - 2019-07-13 - 3.28.1 - Version bump - Erkan IŞIK - erkanisik@pisilinux.org - - - 2018-09-16 - 3.28.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-21 - 3.28.0 - Release bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-30 - 3.20.0 - Release bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-05-17 - 3.20.0 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - diff --git a/desktop/gnome/base/gcr/gcr/translations.xml b/desktop/gnome/base/gcr/gcr/translations.xml deleted file mode 100644 index ca16df29b6..0000000000 --- a/desktop/gnome/base/gcr/gcr/translations.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - gcr - The Gcr package contains libraries used for displaying certificates and accessing key stores. - The Gcr package contains libraries used for displaying certificates and accessing key stores. It also provides the viewer for crypto files on the GNOME Desktop. - - - - gcr-devel - gcr için geliştirme dosyaları - - diff --git a/pisi-index.xml b/pisi-index.xml index 7a8805c700..5036cd2f9c 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -250352,6 +250352,173 @@ It supports email, address books, calendars, tasks, news feeds and much more. + + + gcr-4 + https://gitlab.gnome.org/GNOME/gcr + + Osman Erkan + osman.erkan@pisilinux.org + + LGPLv2 + library + desktop.gnome.base + The Gcr package contains libraries used for displaying certificates and accessing key stores. + The Gcr package contains libraries used for displaying certificates and accessing key stores. It also provides the viewer for crypto files on the GNOME Desktop. + https://download.gnome.org/sources/gcr/3.92/gcr-3.92.0.tar.xz + + meson + gnupg + intltool + gtk-doc + gtk3-devel + vala-devel + glib2-devel + libxslt-devel + p11-kit-devel + python-six + openssh + gi-docgen + libsecret-devel + libgcrypt-devel + gobject-introspection-devel + + desktop/gnome/base/gcr-4/pspec.xml + + + gcr-4 + + gtk3 + cairo + glib2 + pango + p11-kit + openssh + libsecret + libgcrypt + gdk-pixbuf + gobject-introspection + + + /etc + /usr/bin + /usr/lib/libgcr* + /usr/lib/libgck* + /usr/lib/girepository-1.0 + /usr/libexec + /usr/share/applications + /usr/share/dbus-1 + /usr/share/doc + /usr/share/GConf + /usr/share/gcr-4 + /usr/share/gir-1.0 + /usr/share/glib-2.0 + /usr/share/icons + /usr/share/locale + /usr/share/mime + /usr/share/vala + + + + gcr-4-devel + Development files for gcr + + glib2-devel + gtk3-devel + p11-kit-devel + gobject-introspection-devel + gcr-4 + + + /usr/include + /usr/lib/pkgconfig + + + + gcr-4-docs + gcr reference documents + data:doc + + gcr-4 + + + /usr/share/doc/gck-1 + /usr/share/doc/gcr-* + + + + + 2022-09-17 + 3.92.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2022-07-15 + 3.41.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-09-30 + 3.41.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2021-05-24 + 3.40.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + + + 2020-02-07 + 3.28.1 + Rebuild. + Erkan IŞIK + erkanisik@pisilinux.org + + + 2019-07-13 + 3.28.1 + Version bump + Erkan IŞIK + erkanisik@pisilinux.org + + + 2018-09-16 + 3.28.0 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + + + 2018-04-21 + 3.28.0 + Release bump + Mustafa Cinasal + muscnsl@gmail.com + + + 2017-03-30 + 3.20.0 + Release bump + Kamil Atlı + suvari@pisilinux.org + + + 2016-05-17 + 3.20.0 + First release + Osman Erkan + osman.erkan@pisilinux.org + + + yelp-xsl @@ -255163,337 +255330,6 @@ components such as the Settings and gnome-shell. - - - gcr-4 - https://gitlab.gnome.org/GNOME/gcr - - Osman Erkan - osman.erkan@pisilinux.org - - LGPLv2 - library - unknown - The Gcr package contains libraries used for displaying certificates and accessing key stores. - The Gcr package contains libraries used for displaying certificates and accessing key stores. It also provides the viewer for crypto files on the GNOME Desktop. - https://download.gnome.org/sources/gcr/3.92/gcr-3.92.0.tar.xz - - meson - gnupg - intltool - gtk-doc - gtk3-devel - vala-devel - glib2-devel - libxslt-devel - p11-kit-devel - python-six - openssh - gi-docgen - libsecret-devel - libgcrypt-devel - gobject-introspection-devel - - desktop/gnome/base/gcr/gcr-4/pspec.xml - - - gcr-4 - - gtk3 - cairo - glib2 - pango - p11-kit - openssh - libsecret - libgcrypt - gdk-pixbuf - gobject-introspection - - - /etc - /usr/bin - /usr/lib/libgcr* - /usr/lib/libgck* - /usr/lib/girepository-1.0 - /usr/libexec - /usr/share/applications - /usr/share/dbus-1 - /usr/share/doc - /usr/share/GConf - /usr/share/gcr-4 - /usr/share/gir-1.0 - /usr/share/glib-2.0 - /usr/share/icons - /usr/share/locale - /usr/share/mime - /usr/share/vala - - - - gcr-4-devel - Development files for gcr - - glib2-devel - gtk3-devel - p11-kit-devel - gobject-introspection-devel - gcr-4 - - - /usr/include - /usr/lib/pkgconfig - - - - gcr-4-docs - gcr reference documents - data:doc - - gcr-4 - - - /usr/share/doc/gck-1 - /usr/share/doc/gcr-* - - - - - 2022-09-17 - 3.92.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2022-07-15 - 3.41.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-30 - 3.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-24 - 3.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-07 - 3.28.1 - Rebuild. - Erkan IŞIK - erkanisik@pisilinux.org - - - 2019-07-13 - 3.28.1 - Version bump - Erkan IŞIK - erkanisik@pisilinux.org - - - 2018-09-16 - 3.28.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-21 - 3.28.0 - Release bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-30 - 3.20.0 - Release bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-05-17 - 3.20.0 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - - - - gcr - https://gitlab.gnome.org/GNOME/gcr - - Osman Erkan - osman.erkan@pisilinux.org - - LGPLv2 - library - unknown - The Gcr package contains libraries used for displaying certificates and accessing key stores. - The Gcr package contains libraries used for displaying certificates and accessing key stores. It also provides the viewer for crypto files on the GNOME Desktop. - https://download.gnome.org/sources/gcr/3.41/gcr-3.41.1.tar.xz - - meson - gnupg - intltool - gtk-doc - gtk3-devel - vala-devel - glib2-devel - libxslt-devel - p11-kit-devel - python-six - openssh - gi-docgen - libsecret-devel - libgcrypt-devel - gobject-introspection-devel - - desktop/gnome/base/gcr/gcr/pspec.xml - - - gcr - - gtk3 - cairo - glib2 - pango - p11-kit - openssh - libsecret - libgcrypt - gdk-pixbuf - gobject-introspection - - - /etc - /usr/bin - /usr/lib/libgcr* - /usr/lib/libgck* - /usr/lib/girepository-1.0 - /usr/libexec - /usr/share/applications - /usr/share/dbus-1 - /usr/share/doc - /usr/share/GConf - /usr/share/gcr-3 - /usr/share/gir-1.0 - /usr/share/glib-2.0 - /usr/share/icons - /usr/share/locale - /usr/share/mime - /usr/share/vala - - - 10-gcr.conf - - - - gcr-devel - Development files for gcr - gcr için geliştirme dosyaları - - glib2-devel - gtk3-devel - p11-kit-devel - gobject-introspection-devel - gcr - - - /usr/include - /usr/lib/pkgconfig - - - - gcr-docs - gcr reference documents - data:doc - - gcr - - - /usr/share/doc/gck-1 - /usr/share/doc/gcr-* - - - - - 2022-07-15 - 3.41.1 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-09-30 - 3.41.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2021-05-24 - 3.40.0 - Version bump. - Mustafa Cinasal - muscnsl@gmail.com - - - 2020-02-07 - 3.28.1 - Rebuild. - Erkan IŞIK - erkanisik@pisilinux.org - - - 2019-07-13 - 3.28.1 - Version bump - Erkan IŞIK - erkanisik@pisilinux.org - - - 2018-09-16 - 3.28.0 - Rebuild - Mustafa Cinasal - muscnsl@gmail.com - - - 2018-04-21 - 3.28.0 - Release bump - Mustafa Cinasal - muscnsl@gmail.com - - - 2017-03-30 - 3.20.0 - Release bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-05-17 - 3.20.0 - First release - Osman Erkan - osman.erkan@pisilinux.org - - - accountsservice diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index f9fa910917..ef1279af58 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -e025816becfdbd6b3e99c440b563789c709c866d \ No newline at end of file +3ff46699584337ab7a204b5e2ecac2a32590182e \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 03af07663b..04994cec69 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 de23408afb..11cf79705d 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -8604661f1f31bb8d23c94834ff460a8ef2607d2c \ No newline at end of file +82da1b1b3fe0d130f1f0343ce9d1148287327508 \ No newline at end of file