app-text/notekit: minor fixes

Signed-off-by: Nguyen Dinh Dang Duong <dangduong31205@gmail.com>
This commit is contained in:
Nguyen Dinh Dang Duong
2025-11-20 20:20:40 +07:00
parent cf97e54a60
commit 1587085824
2 changed files with 4 additions and 6 deletions

View File

@@ -1 +1 @@
DIST v0.2.0.tar.gz 1906688 BLAKE2B 4d39e00997defcdf79cab3ce98d3b3f67390d43729b851d36b179a0f76b66b3577065ac22cbd83fda12130a93ecfa33a64c658d3926bc912ed3cebe752002ede SHA512 1f2c24ea9e7ff1e12bf8ff1a91a3910ebb24d1bb8d5312a39d5d4b89a6ab924af79b17efd0225f6afc033c3e3cb9369668e2a17cf49545b6ef1863c89e3dcce5
DIST notekit-0.2.0.tar.gz 1906688 BLAKE2B 4d39e00997defcdf79cab3ce98d3b3f67390d43729b851d36b179a0f76b66b3577065ac22cbd83fda12130a93ecfa33a64c658d3926bc912ed3cebe752002ede SHA512 1f2c24ea9e7ff1e12bf8ff1a91a3910ebb24d1bb8d5312a39d5d4b89a6ab924af79b17efd0225f6afc033c3e3cb9369668e2a17cf49545b6ef1863c89e3dcce5

View File

@@ -5,10 +5,9 @@ EAPI=8
inherit meson
DESCRIPTION="Write your notes in instantly-formatted Markdown and
add hand-drawn notes by mouse, touchscreen or digitiser."
DESCRIPTION="Write your notes in instantly-formatted Markdown"
HOMEPAGE="https://github.com/blackhole89/notekit/"
SRC_URI="https://github.com/blackhole89/notekit/archive/refs/tags/v${PV}.tar.gz"
SRC_URI="https://github.com/blackhole89/notekit/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
@@ -17,7 +16,7 @@ KEYWORDS="~amd64"
DEPEND="
dev-cpp/gtkmm:3.0
dev-cpp/gtksourceviewmm:3.0
sys-libs/zlib
virtual/zlib
media-libs/fontconfig
dev-libs/jsoncpp
dev-libs/tinyxml2
@@ -34,4 +33,3 @@ src_configure() {
)
meson_src_configure
}