Added aPacakage and removed some

This commit is contained in:
2023-08-12 20:53:16 +02:00
parent 439f97d838
commit addc672b5b
45 changed files with 275 additions and 909 deletions

View File

@@ -1 +0,0 @@
DIST authenticator-4.3.1.tar.gz 600750 BLAKE2B 4b8b108c09dc42031f73e09d8a837c0b51eb671e2f9523c1e18206109f061db28a221af0c9acbee354f0cefbd36fe315ebf84577666f41c62048fc9046907439 SHA512 6e097851806aa27e446041da33b3ea1c6b9cb4cf93ee4aafda4cd1dcf57140e2634c20d622dd756c8f22f69bd7a72a64adf4942244f69d436fc1c9a9fab39463

View File

@@ -1,40 +0,0 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome2-utils meson toolchain-funcs xdg
COMMIT="77963b4714065939a86b329fe611d57d182a573e"
DESCRIPTION="Generate Two-Factor Codes"
HOMEPAGE="https://gitlab.gnome.org/World/Authenticator"
SRC_URI="https://gitlab.gnome.org/World/${PN}/-/archive/${PV}/${PN}-${PV}.tar.gz"
RESTRICT="network-sandbox"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
S="${WORKDIR}/Authenticator-${PV}-${COMMIT}"
RDEPEND="
dev-libs/glib
x11-libs/gdk-pixbuf
>=gui-libs/gtk-4.0.0
>=gui-libs/libadwaita-1.0.0
dev-util/cmake
media-gfx/zbar
"
DEPEND="${RDEPEND}"
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}

View File

@@ -1 +0,0 @@
DIST health-0.95.0.tar.gz 572935 BLAKE2B 15201e8582e408ee5b1dd9c306db197fd95b5d1a4a0d7d31713dfc6a05c1a926c38aff8df23bd3cdd339f04583d1357a0696e088b1a3a1822de8444a7e33dbba SHA512 aa7a288d0e4f9ed3d36245ffd575cc952722973d9209c6b5cbfa6a18951a6964e2432c5ff85ebae7e556ae40312643b055619b736f88fd0839c9165271135186

View File

@@ -1,38 +0,0 @@
diff --git a/data/ui/password_entry.blp b/data/ui/password_entry.blp
index 81be5971f784d2b3710f97ee728f1471729cfdca..6fefbb43bb8a6b89440b0998b2b1f3e4e67eac6e 100644
--- a/data/ui/password_entry.blp
+++ b/data/ui/password_entry.blp
@@ -67,7 +67,6 @@ template HealthPasswordEntry : Adw.Bin {
}
LevelBar password_strength_bar {
- max-value: 5;
mode: discrete;
margin-start: 6;
margin-end: 6;
diff --git a/dev.Cogitri.Health.Devel.json b/dev.Cogitri.Health.Devel.json
index d95324fa13eacb7b5f95faa9c5d579d23324ba07..f80323673c635efc5e762a1d0c3f5c6464252946 100644
--- a/dev.Cogitri.Health.Devel.json
+++ b/dev.Cogitri.Health.Devel.json
@@ -51,7 +51,7 @@
{
"type": "git",
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler",
- "commit": "93f2a27e35905420e70bfdb5c2f04d6af43b357d"
+ "commit": "87cedc2c7e48b01dc1b07aef937e2fe02111b18c"
}
]
},
diff --git a/subprojects/blueprint-compiler.wrap b/subprojects/blueprint-compiler.wrap
index 142ed4b9b9ecb2f5334ddb424349b7bcb9df9d3a..ba837c025a5b241fb1efe90714d3470cf2613a35 100644
--- a/subprojects/blueprint-compiler.wrap
+++ b/subprojects/blueprint-compiler.wrap
@@ -1,7 +1,7 @@
[wrap-git]
directory = blueprint-compiler
url = https://gitlab.gnome.org/jwestman/blueprint-compiler.git
-revision = 93f2a27e35905420e70bfdb5c2f04d6af43b357d
+revision = 87cedc2c7e48b01dc1b07aef937e2fe02111b18c
depth = 1
[provide]

View File

@@ -1,15 +0,0 @@
diff --git a/data/ui/setup_window.blp b/data/ui/setup_window.blp
index 798719db9b92beff8a40d76364036fab008152a3..e162f7814291fefaef552175352ed0c2d4fa5cd4 100644
--- a/data/ui/setup_window.blp
+++ b/data/ui/setup_window.blp
@@ -305,8 +305,8 @@ template HealthSetupWindow : Adw.ApplicationWindow {
}
Adw.Clamp {
- maximum-size: "400";
- tightening-threshold: "200";
+ maximum-size: 400;
+ tightening-threshold: 200;
valign: center;
vexpand: true;
hexpand: true;

View File

@@ -1,49 +0,0 @@
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit gnome2-utils meson toolchain-funcs xdg
COMMIT="d664384370bb55f0e46a78da094c567a5a7e97c6"
DESCRIPTION="Track your fitness goals"
HOMEPAGE="https://gitlab.gnome.org/World/Health/"
SRC_URI="https://gitlab.gnome.org/World/${PN}/-/archive/${PV}/${PN}-${PV}.tar.gz"
RESTRICT="network-sandbox"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
S="${WORKDIR}/Health-${PV}-${COMMIT}"
RDEPEND="
dev-libs/glib
dev-util/blueprint-compiler
dev-libs/appstream
gui-libs/gtk
dev-util/gtk-update-icon-cache
"
DEPEND="${RDEPEND}"
#PATCHES=(
# ${FILESDIR}/180.patch
# ${FILESDIR}/190.patch
#)
src_prepare() {
default
cargo update -p gtk4
}
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}

View File

@@ -1 +0,0 @@
DIST vvmplayer-2.3.1.tar.gz 233932 BLAKE2B 8c059bc817fcec757c73b947281c391770470f2521e4c2a473268754a0609df306eab593318d4acf61a13b6f1fa0a039667c3de488cd4ff0cecbfe4f376d4999 SHA512 b97eb96fb96f0e8d3476b2ffb8a71893bc03e164eb9f3ee2758659e76b578240a7d326ae0952be8effc2e5fb8476eb80f686365def4b08bd75482a3e3391c264

View File

@@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gjdijkman@gjdwebserver.nl</email>
<name>Gerben Jan Dijkman</name>
</maintainer>
<upstream>
<doc>https://gitlab.com/kop316/vvmplayer/</doc>
<bugs-to>https://gitlab.com/kop316/vvmplayer/-/issues</bugs-to>
</upstream>
</pkgmetadata>

View File

@@ -1,40 +0,0 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit gnome2-utils meson xdg
DESCRIPTION="Visual Voicemail Player"
HOMEPAGE="https://gitlab.com/kop316/vvmplayer"
SRC_URI="https://gitlab.com/kop316/vvmplayer/-/archive/${PV}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~arm64"
RDEPEND="
>=dev-libs/glib-2.50
>=gui-libs/gtk-4.8.2
>=gui-libs/libadwaita-1.2.0
>=media-libs/gstreamer-1.16.0
gnome-extra/evolution-data-server
media-sound/callaudiod
net-voip/vvmd
"
DEPEND="${RDEPEND}"
src_install() {
meson_src_install
}
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
xdg_icon_cache_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}