gtk4, nautilus, tracker-miners packaged && minor bug fixes in folks and tracker
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
#!/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("-Dtracker_core=system \
|
||||
-Ddocs=false \
|
||||
-Dextract=true \
|
||||
-Dfunctional_tests=false \
|
||||
-Dcue=enabled \
|
||||
-Dexif=enabled \
|
||||
-Dflac=enabled \
|
||||
-Dgif=enabled \
|
||||
-Dgsf=enabled \
|
||||
-Diptc=enabled \
|
||||
-Diso=enabled \
|
||||
-Djpeg=enabled \
|
||||
-Dpdf=enabled \
|
||||
-Dplaylist=enabled \
|
||||
-Dpng=enabled \
|
||||
-Draw=enabled \
|
||||
-Dtaglib=enabled \
|
||||
-Dtiff=enabled \
|
||||
-Dvorbis=enabled \
|
||||
-Dxml=enabled \
|
||||
-Dxmp=enabled \
|
||||
-Dxps=enabled \
|
||||
-Dminer_rss=false \
|
||||
-Dbattery_detection=upower \
|
||||
-Dcharset_detection=icu \
|
||||
-Dgeneric_media_extractor=gstreamer \
|
||||
-Dgstreamer_backend=discoverer \
|
||||
-Dnetwork_manager=enabled \
|
||||
-Dsystemd_user_services=false \
|
||||
-Dsystemd_user_services_dir=no")
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING*", "HACKING.md", "MAINTAINERS", "NEWS", "README*")
|
||||
+25
@@ -0,0 +1,25 @@
|
||||
From 24a47894578f48c54cb303c8a11ad8df29fc93a4 Mon Sep 17 00:00:00 2001
|
||||
From: Matt Turner <mattst88@gmail.com>
|
||||
Date: Sat, 13 Mar 2021 17:35:17 -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 0b8a64863..831d08597 100644
|
||||
--- a/docs/manpages/meson.build
|
||||
+++ b/docs/manpages/meson.build
|
||||
@@ -43,7 +43,7 @@ foreach m : daemon_manpages + cli_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.2
|
||||
|
||||
@@ -0,0 +1,101 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>tracker-miners</Name>
|
||||
<Homepage>https://gitlab.gnome.org/GNOME/tracker-miners</Homepage>
|
||||
<Packager>
|
||||
<Name>Pisi Linux Admins</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>LGPLv2.1</License>
|
||||
<Summary>Tracker Miners contains the indexer daemon (tracker-miner-fs-3) and tools to extract metadata from many different filetypes.</Summary>
|
||||
<Description>Tracker Miners contains the indexer daemon (tracker-miner-fs-3) and tools to extract metadata from many different filetypes.</Description>
|
||||
<Archive sha1sum="89335a2958f4d9539fb5a643081f0b3c1d5c74ea">https://download.gnome.org/sources/tracker-miners/3.1/tracker-miners-3.1.1.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>asciidoc</Dependency>
|
||||
<Dependency>tracker-devel</Dependency>
|
||||
<Dependency>tracker</Dependency>
|
||||
<Dependency>ffmpeg-devel</Dependency>
|
||||
<Dependency>exempi-devel</Dependency>
|
||||
<Dependency>flac-devel</Dependency>
|
||||
<Dependency>libgexiv2-devel</Dependency>
|
||||
<Dependency>gstreamer-devel</Dependency>
|
||||
<Dependency>libcue-devel</Dependency>
|
||||
<Dependency>libexif-devel</Dependency>
|
||||
<Dependency>libgsf-devel</Dependency>
|
||||
<Dependency>libgxps-devel</Dependency>
|
||||
<Dependency>libiptcdata-devel</Dependency>
|
||||
<Dependency>libjpeg-turbo-devel</Dependency>
|
||||
<Dependency>libosinfo-devel</Dependency>
|
||||
<Dependency>libpng-devel</Dependency>
|
||||
<Dependency>libseccomp-devel</Dependency>
|
||||
<Dependency>tiff-devel</Dependency>
|
||||
<Dependency>libxml2-devel</Dependency>
|
||||
<Dependency>libvorbis-devel</Dependency>
|
||||
<Dependency>poppler-glib-devel</Dependency>
|
||||
<Dependency>taglib-devel</Dependency>
|
||||
<Dependency>totem-pl-parser-devel</Dependency>
|
||||
<Dependency>upower-devel</Dependency>
|
||||
<Dependency>zlib-devel</Dependency>
|
||||
<Dependency>gst-plugins-base-devel</Dependency>
|
||||
<Dependency>giflib-devel</Dependency>
|
||||
<Dependency>NetworkManager-devel</Dependency>
|
||||
<Dependency>harfbuzz-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
<Patches>
|
||||
<Patch>tracker-miners-3.1.1-Fix-asciidoc-manpage.xsl-location.patch</Patch>
|
||||
</Patches>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>tracker-miners</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>tiff</Dependency>
|
||||
<Dependency>exempi</Dependency>
|
||||
<Dependency>giflib</Dependency>
|
||||
<Dependency>libgsf</Dependency>
|
||||
<Dependency>libpng</Dependency>
|
||||
<Dependency>upower</Dependency>
|
||||
<Dependency>libexif</Dependency>
|
||||
<Dependency>libgxps</Dependency>
|
||||
<Dependency>gstreamer</Dependency>
|
||||
<Dependency>libgexiv2</Dependency>
|
||||
<Dependency>libosinfo</Dependency>
|
||||
<Dependency>libseccomp</Dependency>
|
||||
<Dependency>libiptcdata</Dependency>
|
||||
<Dependency>poppler-glib</Dependency>
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
<Dependency>NetworkManager</Dependency>
|
||||
<Dependency>totem-pl-parser</Dependency>
|
||||
<Dependency>gst-plugins-base</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="config">/etc/xdg</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib</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/glib-2.0</Path>
|
||||
<Path fileType="data">/usr/share/tracker3-miners</Path>
|
||||
<Path fileType="data">/usr/share/bash-completion</Path>
|
||||
<Path fileType="data">/usr/share/dbus-1</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<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>
|
||||
@@ -40,11 +40,14 @@
|
||||
<Dependency>glib2</Dependency>
|
||||
<Dependency>icu4c</Dependency>
|
||||
<Dependency>sqlite</Dependency>
|
||||
<Dependency>libsoup</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*.so*</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>
|
||||
|
||||
Reference in New Issue
Block a user