gnome-42.0

This commit is contained in:
Rmys
2022-06-01 16:05:26 +03:00
parent 31fad72a70
commit 32523b32f8
47 changed files with 534 additions and 58 deletions
+24
View File
@@ -0,0 +1,24 @@
#!/usr/bin/env python3
# -*- 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
from pisi.actionsapi import pisitools
def setup():
mesontools.configure("-Ddocs=false \
-Dman=true \
-Dstemmer=disabled \
-Dsystemd_user_services=false \
-Dsystemd_user_services_dir=no \
-Dunicode_support=icu")
def build():
mesontools.build()
def install():
mesontools.install()
pisitools.dodoc("AUTHORS", "COPYING*", "HACKING.md", "MAINTAINERS", "NEWS", "README*")
@@ -0,0 +1,25 @@
From c14fa25f2b616b170b453861de87ef21c05dc6c4 Mon Sep 17 00:00:00 2001
From: Matt Turner <mattst88@gmail.com>
Date: Sat, 13 Mar 2021 14:29:58 -0500
Subject: [PATCH] Fix asciidoc manpage.xsl location
---
docs/manpages/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/manpages/meson.build b/docs/manpages/meson.build
index f90c757cf..101cbca16 100644
--- a/docs/manpages/meson.build
+++ b/docs/manpages/meson.build
@@ -32,7 +32,7 @@ foreach m : manpages
command: [xsltproc,
'--output', '@OUTPUT@',
'--stringparam', 'man.authors.section.enabled', '0',
- '/etc/asciidoc/docbook-xsl/manpage.xsl', '@INPUT@'],
+ '/usr/share/asciidoc/docbook-xsl/manpage.xsl', '@INPUT@'],
input: xml,
output: manpage,
install: true,
--
2.26.3
+121
View File
@@ -0,0 +1,121 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>tracker</Name>
<Homepage>https://gitlab.gnome.org/GNOME/tracker</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>LGPLv2.1</License>
<Summary>Tracker is an efficient search engine and triplestore for desktop, embedded and mobile.</Summary>
<Description>Tracker is an efficient search engine and triplestore for desktop, embedded and mobile.</Description>
<Archive sha1sum="c15bdaaf8b1b9fcc3e6c2399726891f97758ce6b">https://download.gnome.org/sources/tracker/3.3/tracker-3.3.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>vala-devel</Dependency>
<Dependency>asciidoc</Dependency>
<Dependency>dbus-devel</Dependency>
<Dependency>icu4c-devel</Dependency>
<Dependency>json-glib-devel</Dependency>
<Dependency>libsoup-devel</Dependency>
<Dependency>libsoup3-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>sqlite-devel</Dependency>
<Dependency>NetworkManager-devel</Dependency>
<Dependency>bash-completion</Dependency>
<Dependency>gobject-introspection-devel</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>python3-pygobject3-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch>tracker-3.1.1-Fix-asciidoc-manpage.xsl-location.patch</Patch> -->
</Patches>
</Source>
<Package>
<Name>tracker</Name>
<RuntimeDependencies>
<Dependency>glib2</Dependency>
<Dependency>icu4c</Dependency>
<Dependency>sqlite</Dependency>
<Dependency>libsoup</Dependency>
<Dependency>libsoup3</Dependency>
<Dependency>libxml2</Dependency>
<Dependency>json-glib</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib/girepository-1.0</Path>
<Path fileType="library">/usr/lib/lib*.so*</Path>
<Path fileType="library">/usr/lib/tracker*</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/tracker3</Path>
<Path fileType="data">/usr/share/bash-completion</Path>
<Path fileType="data">/usr/share/dbus-1</Path>
</Files>
</Package>
<Package>
<Name>tracker-devel</Name>
<RuntimeDependencies>
<Dependency release="current">tracker</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>icu4c-devel</Dependency>
<Dependency>sqlite-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
<Dependency>libsoup-devel</Dependency>
<Dependency>json-glib-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig</Path>
<Path fileType="data">/usr/share/gir-1.0</Path>
<Path fileType="data">/usr/share/vala</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2022-06-01</Date>
<Version>3.3.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2021-10-31</Date>
<Version>3.2.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="3">
<Date>2021-09-18</Date>
<Version>3.2.0</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="2">
<Date>2021-06-15</Date>
<Version>3.1.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="1">
<Date>2021-05-28</Date>
<Version>3.1.1</Version>
<Comment>First release for Pisi Linux.</Comment>
<Name>Berk Çakar</Name>
<Email>berk2238@hotmail.com</Email>
</Update>
</History>
</PISI>