@@ -11,7 +11,7 @@
|
||||
<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>
|
||||
<Archive sha1sum="899e46aa5d87b209e658d7b1ed8f7cf1b6264069">https://download.gnome.org/sources/tracker/3.3/tracker-3.3.2.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
@@ -82,6 +82,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="6">
|
||||
<Date>2022-07-06</Date>
|
||||
<Version>3.3.2</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="5">
|
||||
<Date>2022-06-01</Date>
|
||||
<Version>3.3.1</Version>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Firefox Web Browser</Summary>
|
||||
<Description>It is more secure and faster to browse the web with Firefox web browser. You can personalize your web browser with many specifications that is not enough to explain in two sentences.</Description>
|
||||
<Archive sha1sum="41ca8672b0c1ef7a549177ddc5ff0dcd74ff2fc4" type="tarxz">https://ftp.mozilla.org/pub/firefox/releases/102.0/source/firefox-102.0.source.tar.xz</Archive>
|
||||
<Archive sha1sum="7d59defe70522934753a3e182d207987f9bcaa35" type="tarxz">https://ftp.mozilla.org/pub/firefox/releases/102.0.1/source/firefox-102.0.1.source.tar.xz</Archive>
|
||||
<AdditionalFiles>
|
||||
<!--Our main configure script. Configure paramters are stored here.-->
|
||||
<!-- <AdditionalFile target=".mozconfig" permission="0644">mozconfig</AdditionalFile> -->
|
||||
@@ -558,6 +558,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="78">
|
||||
<Date>2022-07-06</Date>
|
||||
<Version>102.0.1</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="77">
|
||||
<Date>2022-06-27</Date>
|
||||
<Version>102.0</Version>
|
||||
|
||||
@@ -1,25 +0,0 @@
|
||||
#!/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 \
|
||||
-Dnetwork_manager=enabled \
|
||||
-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*")
|
||||
@@ -1,25 +0,0 @@
|
||||
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
|
||||
|
||||
@@ -1,114 +0,0 @@
|
||||
<?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="b72151c54b7671d9b0e9f71aa1bf17c8c64cfd92">https://download.gnome.org/sources/tracker/3.2/tracker-3.2.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="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>
|
||||
Reference in New Issue
Block a user