Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 9 additions & 5 deletions packages/a/ada/package.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : ada
version : 3.2.7
release : 4
version : 3.3.0
release : 5
source :
- https://github.com/ada-url/ada/archive/refs/tags/v3.2.7.tar.gz : 91094beb8090875b03af74549f03b9ad3f21545d29c18e88dff0d8004d7c1417
- https://github.com/ada-url/ada/archive/refs/tags/v3.3.0.tar.gz : 75565e2d4cc8e3ce2dd7927f5c75cc5ebbd3b620468cb0226501dae68d8fe1cd
homepage : https://github.com/ada-url/ada
license : Apache-2.0
license :
- Apache-2.0
- MIT
component : programming.library
summary : URL parser written in modern C++
description: |
WHATWG-compliant and fast URL parser written in modern C++
clang : true
optimize : thin-lto
optimize :
- thin-lto
networking : true
setup : |
sed -e "s|@@VERSION@@|$version|g" $pkgfiles/ada.pc.in > ada.pc
Expand All @@ -24,3 +27,4 @@ install : |

# pkg-config
install -Dm00644 ada.pc -t $installdir/usr/lib64/pkgconfig/
%install_license LICENSE-APACHE LICENSE-MIT
21 changes: 12 additions & 9 deletions packages/a/ada/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
<Name>ada</Name>
<Homepage>https://github.com/ada-url/ada</Homepage>
<Packager>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
<Name>Jakob Gezelius</Name>
<Email>jakob@knugen.nu</Email>
</Packager>
<License>Apache-2.0</License>
<License>MIT</License>
<PartOf>programming.library</PartOf>
<Summary xml:lang="en">URL parser written in modern C++</Summary>
<Description xml:lang="en">WHATWG-compliant and fast URL parser written in modern C++
Expand All @@ -21,7 +22,9 @@
<PartOf>programming.library</PartOf>
<Files>
<Path fileType="library">/usr/lib64/libada.so.3</Path>
<Path fileType="library">/usr/lib64/libada.so.3.2.7</Path>
<Path fileType="library">/usr/lib64/libada.so.3.3.0</Path>
<Path fileType="data">/usr/share/licenses/ada/LICENSE-APACHE</Path>
<Path fileType="data">/usr/share/licenses/ada/LICENSE-MIT</Path>
</Files>
</Package>
<Package>
Expand All @@ -31,7 +34,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="4">ada</Dependency>
<Dependency release="5">ada</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/ada.h</Path>
Expand Down Expand Up @@ -83,12 +86,12 @@
</Files>
</Package>
<History>
<Update release="4">
<Date>2025-09-06</Date>
<Version>3.2.7</Version>
<Update release="5">
<Date>2026-01-02</Date>
<Version>3.3.0</Version>
<Comment>Packaging update</Comment>
<Name>Joey Riches</Name>
<Email>josephriches@gmail.com</Email>
<Name>Jakob Gezelius</Name>
<Email>jakob@knugen.nu</Email>
</Update>
</History>
</PISI>