* [gentoo-commits] repo/proj/guru:dev commit in: gui-libs/libsfdo/
@ 2025-01-29 12:07 Vincent Ahluwalia
0 siblings, 0 replies; 3+ messages in thread
From: Vincent Ahluwalia @ 2025-01-29 12:07 UTC (permalink / raw
To: gentoo-commits
commit: 06a6f4a483ec163400f861824dc9087db44a4810
Author: Vincent Ahluwalia <vincentahluwalia <AT> protonmail <DOT> com>
AuthorDate: Wed Jan 29 12:06:00 2025 +0000
Commit: Vincent Ahluwalia <vincentahluwalia <AT> protonmail <DOT> com>
CommitDate: Wed Jan 29 12:07:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=06a6f4a4
gui-libs/libsfdo: new package, add 0.1.3
Signed-off-by: Vincent Ahluwalia <vincentahluwalia <AT> protonmail.com>
gui-libs/libsfdo/Manifest | 1 +
gui-libs/libsfdo/libsfdo-0.1.3.ebuild | 32 ++++++++++++++++++++++++++++++++
gui-libs/libsfdo/metadata.xml | 11 +++++++++++
3 files changed, 44 insertions(+)
diff --git a/gui-libs/libsfdo/Manifest b/gui-libs/libsfdo/Manifest
new file mode 100644
index 000000000..571b239c7
--- /dev/null
+++ b/gui-libs/libsfdo/Manifest
@@ -0,0 +1 @@
+DIST libsfdo-v0.1.3.tar.bz2 41920 BLAKE2B 0e6962652f6076373bd280801fc7aa447ca942879d635be971c7b00d8af5f74777674bd19dab0d23b7a15417d5dbecbff39ecbe8e7e36d1cbc7b92976d58901e SHA512 c5a968a41a6d5f453cf76631f7ae228218f9d5a248964b2d77e10cf33421a22fcc359b646894d793464bcd315b7cb840bd5aaf34624bf1462bc7807c1c98aefb
diff --git a/gui-libs/libsfdo/libsfdo-0.1.3.ebuild b/gui-libs/libsfdo/libsfdo-0.1.3.ebuild
new file mode 100644
index 000000000..345769619
--- /dev/null
+++ b/gui-libs/libsfdo/libsfdo-0.1.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="A collection of libraries which implement some freedesktop.org specifications"
+HOMEPAGE="https://gitlab.freedesktop.org/vyivel/libsfdo"
+SRC_URI="https://gitlab.freedesktop.org/vyivel/libsfdo/-/archive/v${PV}/libsfdo-v${PV}.tar.bz2"
+
+# necessary because packaged dir contains a v before version number
+S="${WORKDIR}/${PN}-v${PV}"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="examples test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+ dev-build/meson
+ virtual/pkgconfig
+"
+
+src_configure() {
+ local emesonargs=(
+ $(meson_feature examples)
+ $(meson_feature test tests)
+ )
+ meson_src_configure
+}
diff --git a/gui-libs/libsfdo/metadata.xml b/gui-libs/libsfdo/metadata.xml
new file mode 100644
index 000000000..ef43e46d9
--- /dev/null
+++ b/gui-libs/libsfdo/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>vincentahluwalia@protonmail.com</email>
+ <name>Vincent Ahluwalia</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="freedesktop-gitlab">vyivel/libsfdo</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-libs/libsfdo/
@ 2025-01-30 15:34 Vincent Ahluwalia
0 siblings, 0 replies; 3+ messages in thread
From: Vincent Ahluwalia @ 2025-01-30 15:34 UTC (permalink / raw
To: gentoo-commits
commit: 43bb39fa2895824d084b0aff4b1dfb6eae9de97e
Author: Vincent Ahluwalia <vincentahluwalia <AT> protonmail <DOT> com>
AuthorDate: Thu Jan 30 15:31:32 2025 +0000
Commit: Vincent Ahluwalia <vincentahluwalia <AT> protonmail <DOT> com>
CommitDate: Thu Jan 30 15:31:32 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=43bb39fa
gui-libs/libsfdo: remove redundant dependency
Signed-off-by: Vincent Ahluwalia <vincentahluwalia <AT> protonmail.com>
gui-libs/libsfdo/libsfdo-0.1.3.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/gui-libs/libsfdo/libsfdo-0.1.3.ebuild b/gui-libs/libsfdo/libsfdo-0.1.3.ebuild
index 345769619..662e6cdde 100644
--- a/gui-libs/libsfdo/libsfdo-0.1.3.ebuild
+++ b/gui-libs/libsfdo/libsfdo-0.1.3.ebuild
@@ -19,7 +19,6 @@ IUSE="examples test"
RESTRICT="!test? ( test )"
BDEPEND="
- dev-build/meson
virtual/pkgconfig
"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: gui-libs/libsfdo/
@ 2025-01-31 9:45 Vincent Ahluwalia
0 siblings, 0 replies; 3+ messages in thread
From: Vincent Ahluwalia @ 2025-01-31 9:45 UTC (permalink / raw
To: gentoo-commits
commit: 2d45e03f2a09b9ecbb6fc4d4fbc9b828f7ff3b88
Author: Vincent Ahluwalia <vincentahluwalia <AT> protonmail <DOT> com>
AuthorDate: Fri Jan 31 09:44:33 2025 +0000
Commit: Vincent Ahluwalia <vincentahluwalia <AT> protonmail <DOT> com>
CommitDate: Fri Jan 31 09:45:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2d45e03f
gui-libs/libsfdo: replace meson_feature with meson_use
Signed-off-by: Vincent Ahluwalia <vincentahluwalia <AT> protonmail.com>
gui-libs/libsfdo/libsfdo-0.1.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gui-libs/libsfdo/libsfdo-0.1.3.ebuild b/gui-libs/libsfdo/libsfdo-0.1.3.ebuild
index 662e6cdde..83ca1e1f7 100644
--- a/gui-libs/libsfdo/libsfdo-0.1.3.ebuild
+++ b/gui-libs/libsfdo/libsfdo-0.1.3.ebuild
@@ -24,8 +24,8 @@ BDEPEND="
src_configure() {
local emesonargs=(
- $(meson_feature examples)
- $(meson_feature test tests)
+ $(meson_use examples)
+ $(meson_use test tests)
)
meson_src_configure
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-01-31 9:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-30 15:34 [gentoo-commits] repo/proj/guru:dev commit in: gui-libs/libsfdo/ Vincent Ahluwalia
-- strict thread matches above, loose matches on Subject: below --
2025-01-31 9:45 Vincent Ahluwalia
2025-01-29 12:07 Vincent Ahluwalia
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox