summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorkar <git@13f0.net>2025-05-25 20:59:36 -0400
committerkar <git@13f0.net>2025-05-25 20:59:50 -0400
commitb2470355be8626830ee82decaca490c37c05c62f (patch)
tree77d766d5df5be70dbade4c41d6830d9055787ac1 /net-im
parent61838bba61219fd3f1fa98d01fef16dac376515e (diff)
net-im/profanity: add gtk and gdk USE flag
Diffstat (limited to 'net-im')
-rw-r--r--net-im/profanity/Manifest5
-rw-r--r--net-im/profanity/profanity-0.14.0-r3.ebuild (renamed from net-im/profanity/profanity-0.14.0-r2.ebuild)10
2 files changed, 10 insertions, 5 deletions
diff --git a/net-im/profanity/Manifest b/net-im/profanity/Manifest
new file mode 100644
index 0000000..944d1fa
--- /dev/null
+++ b/net-im/profanity/Manifest
@@ -0,0 +1,5 @@
1DIST profanity-0.14.0-fix-test-lto.patch 751 BLAKE2B b73a35c643845979dab9079dc38adfbb4b62d6c07c31533cb79d0e10aba6476c6570000dc5f8b71e9507c0fe713fb27a00dcb9b3e869c84a3d81f28b7a702c24 SHA512 ad82ddd06282ec56bfab88a4094216378f56c08b517a03beefd8fbc7b5c5d0a328ac75103cd99fb0c18b2418c65cee6517d600a100d0bc6d42a448687e253f9c
2DIST profanity-0.14.0-ox-carbons.patch 1525 BLAKE2B 85fe9a76a8c735047365d56555c8e1df7906b5a676740a165fc5d9eab3933124b58abf6bdd0b448b5030a51cd1fad3ce8627cc03a2fbdacdd20c5dcc71d194e1 SHA512 36cfbb12ef7889ae5f318e35da2b0edf39dca067cefb9ac921f27cba0f52746eaae9d65b7631be392dd6e9a15d1fc8f8a3de36efe8707c756e9b008291e7f55e
3DIST profanity-0.14.0-plugins-install.patch 2295 BLAKE2B 8b67718abdb620875b9040f550685189acf5a2776aa5f45422e3471c13ae05bd773c05652048940d5b8d10d88c9a013c3262742db7c84b0ff0c108f5f78ead45 SHA512 a8912d5a33d4d6eebf85733f616ed729a05688b4acf70c927aa733755527fd4e523c3a485bbb0390b2006225e8420e1d76db7e91d2122af41496c0081e3b0cea
4DIST profanity-0.14.0-xscreensaver.patch 1678 BLAKE2B fe350b2249e45224b6510bb5730f38eafeb47e60a44035eaf88771940c9f0e556cc72ca737cb68c0b148b9faff442b9c9b6cdf9169a3db7ff6c7a60c2bdfc025 SHA512 2875df728b9957fc3bc8734a87c0e1a48913170b9718d6664ea65187327e26da1a7b2f5b80fe243a5ce5ab74983e4f3d22113747f44f8b8e8c13c871d31cf651
5DIST profanity-0.14.0.tar.gz 936272 BLAKE2B ec2ae625950a838ee50d6d3a87910bec76f28777bd662e909f394f18c277662694611a59d3be6c7f66821c2800a94b08f94b27a68d82e4de33b7d2f7b14ddf18 SHA512 25afd2f3146e6ed9f573f0e073cad0f06f7f8a21441c3c2c61641442d1aa5b9a7a817cdccc17354b32045ab9a965a95495a30c49088577a5060e8969725ea86e
diff --git a/net-im/profanity/profanity-0.14.0-r2.ebuild b/net-im/profanity/profanity-0.14.0-r3.ebuild
index 6a91a53..5f618e8 100644
--- a/net-im/profanity/profanity-0.14.0-r2.ebuild
+++ b/net-im/profanity/profanity-0.14.0-r3.ebuild
@@ -23,12 +23,11 @@ SRC_URI="
23LICENSE="GPL-3" 23LICENSE="GPL-3"
24SLOT="0" 24SLOT="0"
25KEYWORDS="amd64 ~arm64" 25KEYWORDS="amd64 ~arm64"
26IUSE="libnotify omemo omemo-qrcode otr gpg test xscreensaver python" 26IUSE="libnotify omemo omemo-qrcode otr gpg test xscreensaver python gtk gdk"
27RESTRICT="!test? ( test )" 27RESTRICT="!test? ( test )"
28REQUIRED_USE="omemo-qrcode? ( omemo ) python? ( ${PYTHON_REQUIRED_USE} )" 28REQUIRED_USE="omemo-qrcode? ( omemo ) python? ( ${PYTHON_REQUIRED_USE} )"
29 29
30RDEPEND=" 30RDEPEND="
31 >=app-accessibility/at-spi2-core-2.46.0
32 dev-db/sqlite:3 31 dev-db/sqlite:3
33 dev-libs/glib:2 32 dev-libs/glib:2
34 >=dev-libs/libstrophe-0.12.3:= 33 >=dev-libs/libstrophe-0.12.3:=
@@ -37,8 +36,8 @@ RDEPEND="
37 sys-libs/ncurses:=[unicode(+)] 36 sys-libs/ncurses:=[unicode(+)]
38 sys-libs/readline:= 37 sys-libs/readline:=
39 x11-libs/cairo 38 x11-libs/cairo
40 x11-libs/gdk-pixbuf:2 39 gdk? ( x11-libs/gdk-pixbuf:2 )
41 x11-libs/gtk+:3 40 gtk? ( x11-libs/gtk+:3 )
42 x11-libs/pango 41 x11-libs/pango
43 x11-misc/shared-mime-info 42 x11-misc/shared-mime-info
44 gpg? ( app-crypt/gpgme:= ) 43 gpg? ( app-crypt/gpgme:= )
@@ -83,7 +82,8 @@ src_configure() {
83 filter-lto 82 filter-lto
84 83
85 local myeconfargs=( 84 local myeconfargs=(
86 --enable-gdk-pixbuf 85 $(use_enable gtk icons-and-clipboard)
86 $(use_enable gdk gdk-pixbuf)
87 $(use_enable libnotify notifications) 87 $(use_enable libnotify notifications)
88 $(use_enable omemo) 88 $(use_enable omemo)
89 $(use_enable omemo-qrcode) 89 $(use_enable omemo-qrcode)