* [gentoo-commits] repo/gentoo:master commit in: profiles/, app-misc/bijiben/
@ 2021-04-18 22:19 Matt Turner
0 siblings, 0 replies; 2+ messages in thread
From: Matt Turner @ 2021-04-18 22:19 UTC (permalink / raw
To: gentoo-commits
commit: a7aa011ba82bc5d91f8364a077bc2036abb8d7e8
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 18 21:55:07 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sun Apr 18 22:19:23 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7aa011b
app-misc/bijiben: Version bump to 40.0
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
app-misc/bijiben/Manifest | 1 +
app-misc/bijiben/bijiben-40.0.ebuild | 54 ++++++++++++++++++++++++++++++++++++
profiles/package.mask | 1 +
3 files changed, 56 insertions(+)
diff --git a/app-misc/bijiben/Manifest b/app-misc/bijiben/Manifest
index 86f68d20ece..09a11b1aa74 100644
--- a/app-misc/bijiben/Manifest
+++ b/app-misc/bijiben/Manifest
@@ -1 +1,2 @@
DIST bijiben-3.36.3.tar.xz 528772 BLAKE2B 2445f0b3b40aa9c556635d25e85b31f620a83a4be4ed4c6d3091d3f3c5f19d5b8fc13769ed56bea6a731184b9dfdd2f604a3f29ad8dbde9c019a1f58f4c41447 SHA512 dba2d9da6ae62dd10a75662b9b04475e0ba64f50065d1dab8da8601b6a4dc44cb4f2b6129dec1f4a415844bee80ff534704e703118838a993a4ffe3ebbe2d254
+DIST bijiben-40.0.tar.xz 642760 BLAKE2B 9c0f9f1d103e9775ce1369b16844828c11c2c43ba9808a5978d7090fe131d9dd54a25cd4fd06cb565b2d7936c6298a87f4a774cc5c30aa0cd6a86ae012b45043 SHA512 3fef381014109fe716d05b4b150f80778196c29af588e3a476b663aac5b113659f8ddfed82417811292bf9039a3d0982591503f72550130179ed1a7fef39edcd
diff --git a/app-misc/bijiben/bijiben-40.0.ebuild b/app-misc/bijiben/bijiben-40.0.ebuild
new file mode 100644
index 00000000000..6748c33e46a
--- /dev/null
+++ b/app-misc/bijiben/bijiben-40.0.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7..9} )
+inherit gnome.org gnome2-utils meson python-any-r1 xdg
+
+DESCRIPTION="Note editor designed to remain simple to use"
+HOMEPAGE="https://wiki.gnome.org/Apps/Notes"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ app-misc/tracker:3=
+ >=dev-libs/glib-2.53.4:2
+ net-libs/gnome-online-accounts:=
+ >=x11-libs/gtk+-3.19.3:3
+ dev-libs/json-glib
+ >=gnome-extra/evolution-data-server-3.33.2:=
+ >=gui-libs/libhandy-1.0.0:1=
+ dev-libs/libxml2:2
+ sys-apps/util-linux
+ >=net-libs/webkit-gtk-2.26:4
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ ${PYTHON_DEPS}
+ dev-libs/appstream-glib
+ dev-util/gdbus-codegen
+ dev-util/glib-utils
+ dev-util/itstool
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+"
+
+src_configure() {
+ local emesonargs=(
+ -Dupdate_mimedb=false
+ -Dprivate_store=false # private store is mainly meant for flatpak builds
+ )
+ meson_src_configure
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_schemas_update
+}
diff --git a/profiles/package.mask b/profiles/package.mask
index 087c86716e7..578b7c06a54 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -138,6 +138,7 @@ x11-misc/xstroke
>=media-sound/gnome-music-40
>=media-gfx/gnome-photos-40
>=net-misc/rygel-0.40
+>=app-misc/bijiben-40
# Michał Górny <mgorny@gentoo.org> (2021-04-10)
# Obsolete backport to Python < 3.4. No reverse dependencies left.
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: profiles/, app-misc/bijiben/
@ 2022-11-02 14:02 Matt Turner
0 siblings, 0 replies; 2+ messages in thread
From: Matt Turner @ 2022-11-02 14:02 UTC (permalink / raw
To: gentoo-commits
commit: b72a4af47102de0b3aef40ec8f5c588795f2fd4d
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 2 14:00:54 2022 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Wed Nov 2 14:01:44 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b72a4af4
app-misc/bijiben: Revbump for libsoup:3.0 dependencies
Closes: https://bugs.gentoo.org/878109
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
app-misc/bijiben/bijiben-40.1-r1.ebuild | 59 +++++++++++++++++++++++++++++++++
profiles/package.mask | 1 +
2 files changed, 60 insertions(+)
diff --git a/app-misc/bijiben/bijiben-40.1-r1.ebuild b/app-misc/bijiben/bijiben-40.1-r1.ebuild
new file mode 100644
index 000000000000..d7e5045ca8bc
--- /dev/null
+++ b/app-misc/bijiben/bijiben-40.1-r1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{8..11} )
+inherit gnome.org gnome2-utils meson python-any-r1 xdg
+
+DESCRIPTION="Note editor designed to remain simple to use"
+HOMEPAGE="https://wiki.gnome.org/Apps/Notes"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ >=app-misc/tracker-3.4.0-r1:3=
+ >=dev-libs/glib-2.53.4:2
+ net-libs/gnome-online-accounts:=
+ >=x11-libs/gtk+-3.19.3:3
+ dev-libs/json-glib
+ >=gnome-extra/evolution-data-server-3.46.0:=
+ >=gui-libs/libhandy-1.0.0:1=
+ dev-libs/libxml2:2
+ net-misc/curl
+ sys-apps/util-linux
+ >=net-libs/webkit-gtk-2.26:4.1
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+ ${PYTHON_DEPS}
+ dev-libs/appstream-glib
+ dev-util/gdbus-codegen
+ dev-util/glib-utils
+ dev-util/itstool
+ >=sys-devel/gettext-0.19.8
+ virtual/pkgconfig
+"
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-40.1-meson-0.61.patch
+)
+
+src_configure() {
+ local emesonargs=(
+ -Dupdate_mimedb=false
+ -Dprivate_store=false # private store gets automatically enabled with tracker3
+ )
+ meson_src_configure
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+ gnome2_schemas_update
+}
+
+pkg_postrm() {
+ xdg_pkg_postrm
+ gnome2_schemas_update
+}
diff --git a/profiles/package.mask b/profiles/package.mask
index 738c86d88e65..5e28ffdcaf2e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -543,6 +543,7 @@ sys-devel/automake:1.11
>=app-arch/file-roller-43
>=app-backup/deja-dup-43
>=app-crypt/seahorse-43
+>=app-misc/bijiben-40.1-r1
>=app-misc/tracker-3.4.0-r1
>=app-misc/tracker-miners-3.4.0-r1
>=app-text/gtranslator-42
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-02 14:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-18 22:19 [gentoo-commits] repo/gentoo:master commit in: profiles/, app-misc/bijiben/ Matt Turner
-- strict thread matches above, loose matches on Subject: below --
2022-11-02 14:02 Matt Turner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox