gnome ver. bump
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<License>GPLv2</License>
|
||||
<Summary>Take photos and videos with your webcam, with fun graphical effects</Summary>
|
||||
<Description>Take photos and videos with your webcam, with fun graphical effects</Description>
|
||||
<Archive sha1sum="3bd43b103dbe053ee8bf83fd4499b61f21960898" type="tarxz">https://download.gnome.org/sources/cheese/41/cheese-41.1.tar.xz</Archive>
|
||||
<Archive sha1sum="72ad1517fdc06a811e12f97924585163a55e1ca3" type="tarxz">https://download.gnome.org/sources/cheese/43/cheese-43.alpha.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>appstream-glib-devel</Dependency>
|
||||
<Dependency>gobject-introspection-devel</Dependency>
|
||||
@@ -99,6 +99,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2022-09-18</Date>
|
||||
<Version>43.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2021-11-15</Date>
|
||||
<Version>41.1</Version>
|
||||
|
||||
@@ -10,8 +10,12 @@ from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
# pisitools.dosed("meson.build", "3.28.0", "43.0")
|
||||
# pisitools.dosed("meson.build", "42.20", "43.20")
|
||||
#shelltools.system("sed -i -e 's:T1_initLib:T1_InitLib:' meson.build || die")
|
||||
mesontools.configure("-Dps=enabled -Ddvi=disabled -Dsystemduserunitdir=no -Dplatform=gnome")
|
||||
mesontools.configure("-Dps=enabled -Ddvi=disabled \
|
||||
-Dsystemduserunitdir=no \
|
||||
-Dplatform=gnome")
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
@@ -0,0 +1,48 @@
|
||||
diff -Nuar a/properties/ev-properties-main.c b/properties/ev-properties-main.c
|
||||
--- a/properties/ev-properties-main.c 2022-09-18 16:56:00.000000000 +0300
|
||||
+++ b/properties/ev-properties-main.c 2022-09-24 18:10:09.110565576 +0300
|
||||
@@ -40,10 +40,10 @@
|
||||
#include "ev-properties-view.h"
|
||||
|
||||
static GType epp_type = 0;
|
||||
-static void property_page_provider_iface_init
|
||||
- (NautilusPropertyPageProviderIface *iface);
|
||||
+static void property_page_provider_iface_info
|
||||
+ (NautilusPropertiesModelProviderInterface *iface);
|
||||
static GList *ev_properties_get_pages
|
||||
- (NautilusPropertyPageProvider *provider, GList *files);
|
||||
+ (NautilusPropertiesModelProvider *provider, GList *files);
|
||||
|
||||
static void
|
||||
ev_properties_plugin_register_type (GTypeModule *module)
|
||||
@@ -60,7 +60,7 @@
|
||||
(GInstanceInitFunc) NULL
|
||||
};
|
||||
const GInterfaceInfo property_page_provider_iface_info = {
|
||||
- (GInterfaceInitFunc)property_page_provider_iface_init,
|
||||
+ (GInterfaceInitFunc)property_page_provider_iface_info,
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
@@ -70,18 +70,18 @@
|
||||
&info, 0);
|
||||
g_type_module_add_interface (module,
|
||||
epp_type,
|
||||
- NAUTILUS_TYPE_PROPERTY_PAGE_PROVIDER,
|
||||
+ NAUTILUS_TYPE_PROPERTIES_MODEL_PROVIDER,
|
||||
&property_page_provider_iface_info);
|
||||
}
|
||||
|
||||
static void
|
||||
-property_page_provider_iface_init (NautilusPropertyPageProviderIface *iface)
|
||||
+property_page_provider_iface_info (NautilusPropertiesModelProviderInterface *iface)
|
||||
{
|
||||
iface->get_pages = ev_properties_get_pages;
|
||||
}
|
||||
|
||||
static GList *
|
||||
-ev_properties_get_pages (NautilusPropertyPageProvider *provider,
|
||||
+ev_properties_get_pages (NautilusPropertiesModelProvider *provider,
|
||||
GList *files)
|
||||
{
|
||||
GError *error = NULL;
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>A document viewer, built without GConf and GNOME keyring support</Summary>
|
||||
<Description>Evince is a document viewer for multiple document formats. The goal of evince is to replace the multiple document viewers that exist on the GNOME Desktop with a single simple application.</Description>
|
||||
<Archive sha1sum="b6e25a9892e1e51705987c24d66c93bcd7ce984b" type="tarxz">https://download.gnome.org/sources/evince/42/evince-42.3.tar.xz</Archive>
|
||||
<Archive sha1sum="ea5de22adb4575653b938182746f4cf99adc1acf" type="tarxz">https://download.gnome.org/sources/evince/43/evince-43.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>itstool</Dependency>
|
||||
@@ -31,7 +31,7 @@
|
||||
<Dependency>libspectre-devel</Dependency>
|
||||
<Dependency>djvu-devel</Dependency>
|
||||
<Dependency>libICE-devel</Dependency>
|
||||
<Dependency>gnome-desktop-devel</Dependency>
|
||||
<Dependency versionFrom="43.0">gnome-desktop-devel</Dependency>
|
||||
<Dependency>gdk-pixbuf-devel</Dependency>
|
||||
<Dependency versionFrom="22.07.0">poppler-glib-devel</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
@@ -47,7 +47,7 @@
|
||||
<Dependency>gsettings-desktop-schemas-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<!-- <Patch level="1">40.0-internal-synctex.patch</Patch> -->
|
||||
<Patch level="1">evince.patch</Patch> -->
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
@@ -124,6 +124,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="12">
|
||||
<Date>2022-10-27</Date>
|
||||
<Version>43.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="11">
|
||||
<Date>2022-07-05</Date>
|
||||
<Version>42.3</Version>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
<IsA>library</IsA>
|
||||
<Summary>Python bindings for at-spi2-core</Summary>
|
||||
<Description>python3-pyatspi provides a python client library for the AT-SPI D-Bus accessibility infrastructure.</Description>
|
||||
<Archive sha1sum="1a48b5f07d14c5173fce6f92735154456d9fb566" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/pyatspi/2.38/pyatspi-2.38.2.tar.xz</Archive>
|
||||
<Archive sha1sum="8a8176eed5f4da301d899a6fffc29f1a708bca0a" type="tarxz">http://ftp.acc.umu.se/pub/GNOME/sources/pyatspi/2.46/pyatspi-2.46.0.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>python3-pygobject3-devel</Dependency>
|
||||
<Dependency>python-pygobject3-devel</Dependency>
|
||||
@@ -36,6 +36,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="7">
|
||||
<Date>2022-09-23</Date>
|
||||
<Version>2.46.0</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="6">
|
||||
<Date>2021-12-10</Date>
|
||||
<Version>2.38.2</Version>
|
||||
|
||||
@@ -11,6 +11,8 @@ from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
# pisitools.dosed("meson.build", "gcr-base-3", "gcr-4")
|
||||
# pisitools.dosed("gdata/gdata-service.c", "gcr-base.h", "gcr.h")
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
|
||||
@@ -72,6 +72,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="2">
|
||||
<Date>2022-09-18</Date>
|
||||
<Version>0.18.1</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admin@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="1">
|
||||
<Date>2021-06-02</Date>
|
||||
<Version>0.18.1</Version>
|
||||
|
||||
@@ -10,7 +10,23 @@ from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
pisitools.dosed("configure", "rest-0.7", "rest-1.0")
|
||||
pisitools.dosed("configure.ac", "rest-0.7", "rest-1.0")
|
||||
pisitools.dosed("Makefile.am", "rest-0.7", "rest-1.0")
|
||||
pisitools.dosed("Makefile.in", "rest-0.7", "rest-1.0")
|
||||
|
||||
shelltools.export("GFBGRAPH_LIBS","-ltracker-sparql-3.0")
|
||||
shelltools.export("TRACKER_LIBS","-ltracker-sparql-3.0")
|
||||
shelltools.export("TRACKER_LIBS","-ltracker-sparql-3.0")
|
||||
shelltools.export("TRACKER_LIBS","-ltracker-sparql-3.0")
|
||||
|
||||
# pisitools.dosed("configure", "libsoup-2.4", "libsoup-3.0")
|
||||
# pisitools.dosed("configure.ac", "libsoup-2.4", "libsoup-3.0")
|
||||
# pisitools.dosed("Makefile.am", "libsoup-2.4", "libsoup-3.0")
|
||||
# pisitools.dosed("Makefile.in", "libsoup-2.4", "libsoup-3.0")
|
||||
|
||||
autotools.autoreconf("-fiv")
|
||||
|
||||
autotools.configure("--enable-introspection")
|
||||
|
||||
|
||||
|
||||
@@ -77,6 +77,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2022-09-19</Date>
|
||||
<Version>0.2.5</Version>
|
||||
<Comment>Rebuild.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2022-06-19</Date>
|
||||
<Version>0.2.5</Version>
|
||||
|
||||
Reference in New Issue
Block a user