diff --git a/desktop/gnome/apps/gnome-calendar/actions.py b/desktop/gnome/apps/gnome-calendar/actions.py new file mode 100644 index 0000000000..a567be9bf7 --- /dev/null +++ b/desktop/gnome/apps/gnome-calendar/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("COPYING", "README*", "NEWS") diff --git a/desktop/gnome/apps/gnome-calendar/files/84.patch b/desktop/gnome/apps/gnome-calendar/files/84.patch new file mode 100644 index 0000000000..28ff37c821 --- /dev/null +++ b/desktop/gnome/apps/gnome-calendar/files/84.patch @@ -0,0 +1,34 @@ +From 25ee070ad16e21b32b637744ad4905dd942a8aff Mon Sep 17 00:00:00 2001 +From: Michael Catanzaro +Date: Wed, 3 Jul 2019 18:50:49 -0500 +Subject: [PATCH] Avoid crashing when year view's weather icon is NULL + +This is not a proper solution, because I don't see how it could possibly +ever be NULL here. But a huge number of users are reporting this crash, +so we have to try something. + +This fixes #299, but I'm not happy with it. +--- + src/gui/views/gcal-year-view.c | 6 +++++- + 1 file changed, 5 insertions(+), 1 deletion(-) + +diff --git a/src/gui/views/gcal-year-view.c b/src/gui/views/gcal-year-view.c +index ac32a8f9..532425c1 100644 +--- a/src/gui/views/gcal-year-view.c ++++ b/src/gui/views/gcal-year-view.c +@@ -2158,7 +2158,11 @@ update_weather (GcalYearView *self) + if (!updated) + { + gtk_label_set_text (self->temp_label, ""); +- gtk_image_clear (self->weather_icon); ++ /* FIXME: This should never be NULL, but it somehow is. ++ * https://gitlab.gnome.org/GNOME/gnome-calendar/issues/299 ++ */ ++ if (self->weather_icon != NULL) ++ gtk_image_clear (self->weather_icon); + } + } + +-- +2.29.2 + diff --git a/desktop/gnome/apps/gnome-calendar/pspec.xml b/desktop/gnome/apps/gnome-calendar/pspec.xml new file mode 100644 index 0000000000..0380f0c7f7 --- /dev/null +++ b/desktop/gnome/apps/gnome-calendar/pspec.xml @@ -0,0 +1,79 @@ + + + + + gnome-calendar + https://wiki.gnome.org/Apps/Calendar + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + gnome-calendar + app:gui + Simple and beautiful calendar application designed to fit GNOME 3 + Simple and beautiful calendar application designed to fit GNOME 3 + mirrors://gnome/gnome-calendar/40/gnome-calendar-40.1.tar.xz + + appstream-devel + desktop-file-utils + evolution-data-server-devel + geoclue-devel + geocode-glib-devel + gettext-devel + gnome-online-accounts-devel + gsettings-desktop-schemas-devel + geocode-glib-devel + gtk-doc + gtk3-devel + libgweather-devel + libdazzle-devel + libhandy-devel + libical-devel + libsoup-devel + meson + python-pygobject3-devel + + + 84.patch + + + + + gnome-calendar + + cairo + evolution-data-server + gnome-online-accounts + geoclue + glib2 + gtk3 + libical + libsoup + libhandy + libdazzle + libgweather + pango + + + /usr/bin + /usr/share/applications + /usr/share/dbus-1 + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/gnome-shell + /usr/share/icons + /usr/share/locale + /usr/share/metainfo + + + + + 2021-06-08 + 40.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + diff --git a/desktop/gnome/apps/gnome-calendar/translations.xml b/desktop/gnome/apps/gnome-calendar/translations.xml new file mode 100644 index 0000000000..202740184a --- /dev/null +++ b/desktop/gnome/apps/gnome-calendar/translations.xml @@ -0,0 +1,13 @@ + + + + gnome-calendar + GNOME 3 için tasarlanmış basit ve güzel bir takvim uygulaması + GNOME 3 için tasarlanmış basit ve güzel bir takvim uygulaması + + + + gnome-calendar-devel + gnome-calendar için geliştirme dosyaları + + diff --git a/pisi-index.xml b/pisi-index.xml index 4d33e404cf..46c937879f 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -10359,6 +10359,8 @@ components such as the Settings and gnome-shell. gnome-books mirrors://gnome/gnome-books/40/gnome-books-40.0.tar.xz + appstream-glib-devel + desktop-file-utils docbook-xsl librsvg-devel gjs-devel @@ -10368,6 +10370,7 @@ components such as the Settings and gnome-shell. gnome-desktop-devel gobject-introspection-devel gtk3-devel + libxslt-devel libgepub-devel libseccomp-devel meson @@ -11174,6 +11177,86 @@ components such as the Settings and gnome-shell. + + + gnome-calendar + https://wiki.gnome.org/Apps/Calendar + + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + GPLv2 + app:gui + desktop.gnome.apps + Simple and beautiful calendar application designed to fit GNOME 3 + GNOME 3 için tasarlanmış basit ve güzel bir takvim uygulaması + Simple and beautiful calendar application designed to fit GNOME 3 + GNOME 3 için tasarlanmış basit ve güzel bir takvim uygulaması + gnome-calendar + mirrors://gnome/gnome-calendar/40/gnome-calendar-40.1.tar.xz + + appstream-devel + desktop-file-utils + evolution-data-server-devel + geoclue-devel + geocode-glib-devel + gettext-devel + gnome-online-accounts-devel + gsettings-desktop-schemas-devel + geocode-glib-devel + gtk-doc + gtk3-devel + libgweather-devel + libdazzle-devel + libhandy-devel + libical-devel + libsoup-devel + meson + python-pygobject3-devel + + + 84.patch + + desktop/gnome/apps/gnome-calendar/pspec.xml + + + gnome-calendar + + cairo + evolution-data-server + gnome-online-accounts + geoclue + glib2 + gtk3 + libical + libsoup + libhandy + libdazzle + libgweather + pango + + + /usr/bin + /usr/share/applications + /usr/share/dbus-1 + /usr/share/doc + /usr/share/glib-2.0 + /usr/share/gnome-shell + /usr/share/icons + /usr/share/locale + /usr/share/metainfo + + + + + 2021-06-08 + 40.1 + First release + Ayhan Yalçınsoy + ayhanyalcinsoy@pisilinux.org + + + gnome-notes @@ -11275,24 +11358,26 @@ components such as the Settings and gnome-shell. mirrors://gnome/gitg/3.32/gitg-3.32.1.tar.xz gettext-devel - libgee-devel python-pygobject3-devel python3-pygobject3-devel glib2-devel gobject-introspection-devel gsettings-desktop-schemas-devel gtk3-devel - gtksourceview3-devel + gtksourceview-devel gtkspell3-devel json-glib-devel meson libdazzle-devel + libgee-devel + libgit2-devel libgit2-glib-devel libpeas-devel libsecret-devel libsoup-devel python3-devel vala-devel + webkit2gtk-devel vala.patch @@ -24244,6 +24329,7 @@ components such as the Settings and gnome-shell. desktop.patch + gnome.patch desktop/pisilinux/pisilinux-desktop-services/pspec.xml @@ -24258,6 +24344,13 @@ components such as the Settings and gnome-shell. + + 2021-06-08 + 2.1.1 + Rebuild Gonme + Mustafa Cinasal + muscnsl@gmail.com + 2021-05-21 2.1.1 @@ -190649,9 +190742,10 @@ provide integrated access to the cloud providers services. webkit2gtk - /usr/lib/libgepub.* + /usr/lib/libgepub* /usr/lib/girepository-1.0 /usr/share/gir + /usr/share/doc @@ -237432,12 +237526,13 @@ to create header files and sources from protocol files. Yönetici haklarıyla komut çalıştırma uygulaması sudo allows certain users/groups to run commands with root user privileges. sudo, belirli kullanıcıların ya da kullanıcı gruplarının komut ve uygulamaları yönetici kullanıcı (root) haklarıyla çalıştırmasına izin veren bir konsol uygulamasıdır. - https://www.sudo.ws/sudo/dist/sudo-1.9.5p2.tar.gz + https://www.sudo.ws/sudo/dist/sudo-1.9.7.tar.gz nss-devel pam-devel zlib-devel audit-devel + openssl-devel cyrus-sasl-devel openldap-client @@ -237451,6 +237546,7 @@ to create header files and sources from protocol files. pam zlib audit + openssl cyrus-sasl openldap-client @@ -237478,6 +237574,13 @@ to create header files and sources from protocol files. + + 2021-06-08 + 1.9.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-06-05 1.9.5 diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 0237cdf287..489cdfdac5 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -619c3882f8713b01f826610fb340f35d49aed39a \ No newline at end of file +139dfd809bc74f87007756c29c6fcc5d90a7ef7a \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 22f597a2c1..b51da07ba2 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 efaf9284c8..981446b84b 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -77bdd7fa62bbaa200c08a410a6d2051edda5b76b \ No newline at end of file +3fad1ede1698095ff944caab5587ebf5ab70079c \ No newline at end of file