Changeset - 534f4fed39b6
[Not reviewed]
1 1 1
Chel Sea (chain) - 22 months ago 2022-06-28 11:39:09
chain@rpgfiction.net
x11-plugins/purple-discord: add qr code bindings
2 files changed with 8 insertions and 3 deletions:
0 comments (0 inline, 0 general)
x11-plugins/purple-discord/Manifest
Show inline comments
 
EBUILD purple-discord-9999.ebuild 402 BLAKE2B b91f18d7ebc48a4c93f4f6d2d39f6f971b422687eeb4865d6f2e44f1da98d9c39c9d1ddc28490d83b871ff3b1a07a815c6f8593a88e23a492139db6d084ace15 SHA512 192c38b25a7bb342f32d5d6cf7953190d0a76f3eb1358e4823d32ae500ce26b96f7c4aa36d9459adc9635415644901734c2dd20d247c4f6df67d86e25d07c951
 
EBUILD purple-discord-9999-r1.ebuild 513 BLAKE2B a1a7cc61eb29c8eaa80d57dc049aaaa00475fd17d694a17c1bdc044d63e06c6188bc671ece24a082b2654011a693cb8269bea1faa2e99aff84333862bdfdf2ba SHA512 53e5a058d37465e373ad5c674373d9cc17f90fc0be4247702f0ebe9c5367b4f8fe766a1aa812d4f0edde1507d78d2a21f22a9795972d9affa374faee6b0af91a
x11-plugins/purple-discord/purple-discord-9999-r1.ebuild
Show inline comments
 
modified file chmod 100755 => 100644
 
file renamed from x11-plugins/purple-discord/purple-discord-9999.ebuild to x11-plugins/purple-discord/purple-discord-9999-r1.ebuild
 
@@ -12,9 +12,14 @@ EGIT_REPO_URI="${HOMEPAGE}"
 
LICENSE="GPL-3"
 
SLOT="0"
 
KEYWORDS="~amd64 ~x86"
 
IUSE=""
 
IUSE="qrcode"
 

	
 
DEPEND="net-im/pidgin
 
dev-vcs/git
 
dev-libs/json-glib"
 
dev-libs/json-glib
 
qrcode? ( dev-libs/nss media-gfx/qrencode )"
 
RDEPEND="${DEPEND}"
 

	
 
src_compile() {
 
	emake USE_QRCODE_AUTH=$(usex qrcode 1 0)
 
}
0 comments (0 inline, 0 general)