1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 16:02:39 +01:00

x11-misc/gpaste: cosmetic changes

This commit is contained in:
2024-05-08 20:37:07 +02:00
parent 2e80b8b7b1
commit 459859051f
3 changed files with 8 additions and 9 deletions

View File

@@ -12,10 +12,13 @@ DESCRIPTION="Clipboard management system"
HOMEPAGE="https://github.com/Keruspe/GPaste"
SRC_URI="https://github.com/Keruspe/GPaste/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/GPaste-${PV}"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="+gnome +introspection systemd vala"
REQUIRED_USE="
gnome? ( introspection )
vala? ( introspection )
@@ -59,10 +62,8 @@ RDEPEND="${DEPEND}
)
"
S="${WORKDIR}/GPaste-${PV}"
src_prepare() {
use vala && vala_src_prepare
use vala && vala_setup
default
}