* Re: Package request: tinysparql
2024-09-16 7:05 [ISSUE] Package request: tinysparql Jaymz665
@ 2024-09-16 12:12 ` chrysos349
2024-09-16 17:03 ` Jaymz665
` (9 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: chrysos349 @ 2024-09-16 12:12 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 428 bytes --]
New comment by chrysos349 on void-packages repository
https://github.com/void-linux/void-packages/issues/52233#issuecomment-2352743740
Comment:
read [here](https://blogs.gnome.org/carlosg/2024/07/14/goodbye-tracker-hello-tinysparql-and-localsearch/)
```
– The Tracker SPARQL library will now be known as TinySPARQL
– The Tracker Miners indexer will now be known as LocalSearch, or GNOME LocalSearch if you prefer.
```
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Package request: tinysparql
2024-09-16 7:05 [ISSUE] Package request: tinysparql Jaymz665
2024-09-16 12:12 ` chrysos349
@ 2024-09-16 17:03 ` Jaymz665
2024-09-16 17:14 ` Jaymz665
` (8 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: Jaymz665 @ 2024-09-16 17:03 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 346 bytes --]
New comment by Jaymz665 on void-packages repository
https://github.com/void-linux/void-packages/issues/52233#issuecomment-2353457268
Comment:
@chrysos349 I built the entire gnome-core 47 locally (glibc x86_64 works fine), there is still a question with several packages like Nautilus.
It's not very successful so far, I'm still learning =)
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Package request: tinysparql
2024-09-16 7:05 [ISSUE] Package request: tinysparql Jaymz665
2024-09-16 12:12 ` chrysos349
2024-09-16 17:03 ` Jaymz665
@ 2024-09-16 17:14 ` Jaymz665
2024-09-16 17:15 ` Jaymz665
` (7 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: Jaymz665 @ 2024-09-16 17:14 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1227 bytes --]
New comment by Jaymz665 on void-packages repository
https://github.com/void-linux/void-packages/issues/52233#issuecomment-2353479382
Comment:
```
# Template file for 'tinysparql'
pkgname=tinysparql
version=3.8.0
revision=1
build_style=meson
#build_helper="gir qemu"
configure_args="-Dsystemd_user_services=false"
hostmakedepends="pkg-config cmake glib-devel bash-completion asciidoc"
makedepends="glib-devel gobject-introspection avahi-libs-devel icu-devel python3-devel vala-devel json-glib-devel libxml2-devel sqlite-devel libsoup3-devel avahi-glib-libs-devel python3-gobject-devel"
#checkdepends="dbus tar python3-gobject"
short_desc="Personal search tool and storage system"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://wiki.gnome.org/Projects/tinysparql"
changelog="https://gitlab.gnome.org/GNOME/tinysparql/-/raw/master/NEWS"
distfiles="${GNOME_SITE}/tinysparql/${version%.*}/tinysparql-${version}.tar.xz"
checksum=a86aa73a72f56d81f4b9f0eec6aefbc45ab35f9a8433c47722d8380b6637c475
tinysparql-devel_package() {
short_desc+=" - shared libraries"
pkg_install() {
vmove "usr/lib/*.so.*"
vmove usr/lib/girepository-1.0
}
}
```
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Package request: tinysparql
2024-09-16 7:05 [ISSUE] Package request: tinysparql Jaymz665
` (2 preceding siblings ...)
2024-09-16 17:14 ` Jaymz665
@ 2024-09-16 17:15 ` Jaymz665
2024-09-16 18:17 ` Jaymz665
` (6 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: Jaymz665 @ 2024-09-16 17:15 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1290 bytes --]
New comment by Jaymz665 on void-packages repository
https://github.com/void-linux/void-packages/issues/52233#issuecomment-2353479382
Comment:
Is that right?
It's going to, but I'm not sure what's next
```
# Template file for 'tinysparql'
pkgname=tinysparql
version=3.8.0
revision=1
build_style=meson
#build_helper="gir qemu"
configure_args="-Dsystemd_user_services=false"
hostmakedepends="pkg-config cmake glib-devel bash-completion asciidoc"
makedepends="glib-devel gobject-introspection avahi-libs-devel icu-devel python3-devel vala-devel json-glib-devel libxml2-devel sqlite-devel libsoup3-devel avahi-glib-libs-devel python3-gobject-devel"
#checkdepends="dbus tar python3-gobject"
short_desc="Personal search tool and storage system"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-or-later, LGPL-2.1-or-later"
homepage="https://wiki.gnome.org/Projects/tinysparql"
changelog="https://gitlab.gnome.org/GNOME/tinysparql/-/raw/master/NEWS"
distfiles="${GNOME_SITE}/tinysparql/${version%.*}/tinysparql-${version}.tar.xz"
checksum=a86aa73a72f56d81f4b9f0eec6aefbc45ab35f9a8433c47722d8380b6637c475
tinysparql-devel_package() {
short_desc+=" - shared libraries"
pkg_install() {
vmove "usr/lib/*.so.*"
vmove usr/lib/girepository-1.0
}
}
```
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Package request: tinysparql
2024-09-16 7:05 [ISSUE] Package request: tinysparql Jaymz665
` (3 preceding siblings ...)
2024-09-16 17:15 ` Jaymz665
@ 2024-09-16 18:17 ` Jaymz665
2024-09-18 0:58 ` chrysos349
` (5 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: Jaymz665 @ 2024-09-16 18:17 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 164 bytes --]
New comment by Jaymz665 on void-packages repository
https://github.com/void-linux/void-packages/issues/52233#issuecomment-2353596399
Comment:
Naaa it's difficult
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Package request: tinysparql
2024-09-16 7:05 [ISSUE] Package request: tinysparql Jaymz665
` (4 preceding siblings ...)
2024-09-16 18:17 ` Jaymz665
@ 2024-09-18 0:58 ` chrysos349
2024-09-18 9:24 ` [ISSUE] [CLOSED] " Jaymz665
` (4 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: chrysos349 @ 2024-09-18 0:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 153 bytes --]
New comment by chrysos349 on void-packages repository
https://github.com/void-linux/void-packages/issues/52233#issuecomment-2357277818
Comment:
#52252
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: [ISSUE] [CLOSED] Package request: tinysparql
2024-09-16 7:05 [ISSUE] Package request: tinysparql Jaymz665
` (5 preceding siblings ...)
2024-09-18 0:58 ` chrysos349
@ 2024-09-18 9:24 ` Jaymz665
2024-10-04 7:01 ` nonchip
` (3 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: Jaymz665 @ 2024-09-18 9:24 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 648 bytes --]
Closed issue by Jaymz665 on void-packages repository
https://github.com/void-linux/void-packages/issues/52233
Description:
### Package name
tinysparql
### Package homepage
https://download.gnome.org/sources/tinysparql
### Description
Low-footprint RDF triple store library with SPARQL 1.1 interface
Required for future versions of packages:
brasero
gnome-applets
gnome-boxes
gnome-games
gnome-music
gnome-notes
gnome-usage
grilo-plugins
gtk3
gtk4
localsearch
nautilus
polari
rygel
rygel
foliate
### Does the requested package meet the package requirements?
Required
### Is the requested package released?
No
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Package request: tinysparql
2024-09-16 7:05 [ISSUE] Package request: tinysparql Jaymz665
` (6 preceding siblings ...)
2024-09-18 9:24 ` [ISSUE] [CLOSED] " Jaymz665
@ 2024-10-04 7:01 ` nonchip
2024-10-04 7:03 ` nonchip
` (2 subsequent siblings)
10 siblings, 0 replies; 12+ messages in thread
From: nonchip @ 2024-10-04 7:01 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 246 bytes --]
New comment by nonchip on void-packages repository
https://github.com/void-linux/void-packages/issues/52233#issuecomment-2392967129
Comment:
yeah would be nice if libtracker wouldn't still try to provide those files tho, preventing any update.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Package request: tinysparql
2024-09-16 7:05 [ISSUE] Package request: tinysparql Jaymz665
` (7 preceding siblings ...)
2024-10-04 7:01 ` nonchip
@ 2024-10-04 7:03 ` nonchip
2024-10-04 7:05 ` nonchip
2024-10-04 7:42 ` classabbyamp
10 siblings, 0 replies; 12+ messages in thread
From: nonchip @ 2024-10-04 7:03 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 252 bytes --]
New comment by nonchip on void-packages repository
https://github.com/void-linux/void-packages/issues/52233#issuecomment-2392967129
Comment:
yeah would be nice if libtracker-32bit wouldn't still try to provide those files tho, preventing any update.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Package request: tinysparql
2024-09-16 7:05 [ISSUE] Package request: tinysparql Jaymz665
` (8 preceding siblings ...)
2024-10-04 7:03 ` nonchip
@ 2024-10-04 7:05 ` nonchip
2024-10-04 7:42 ` classabbyamp
10 siblings, 0 replies; 12+ messages in thread
From: nonchip @ 2024-10-04 7:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 251 bytes --]
New comment by nonchip on void-packages repository
https://github.com/void-linux/void-packages/issues/52233#issuecomment-2392967129
Comment:
yeah would be nice if libtracker-32bit wouldn't still try to provide those files tho, preventing an update.
^ permalink raw reply [flat|nested] 12+ messages in thread
* Re: Package request: tinysparql
2024-09-16 7:05 [ISSUE] Package request: tinysparql Jaymz665
` (9 preceding siblings ...)
2024-10-04 7:05 ` nonchip
@ 2024-10-04 7:42 ` classabbyamp
10 siblings, 0 replies; 12+ messages in thread
From: classabbyamp @ 2024-10-04 7:42 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 233 bytes --]
New comment by classabbyamp on void-packages repository
https://github.com/void-linux/void-packages/issues/52233#issuecomment-2393044666
Comment:
@oreo639
there just needs to be a transitional package for the multilib package(s)
^ permalink raw reply [flat|nested] 12+ messages in thread