mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 20:22:38 +01:00
x11-misc/desktopfolder: bump to 1.0.6
This commit is contained in:
32
x11-misc/desktopfolder/desktopfolder-1.0.6.ebuild
Normal file
32
x11-misc/desktopfolder/desktopfolder-1.0.6.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
VALA_MIN_API_VERSION=0.34
|
||||
|
||||
inherit gnome2 meson vala vcs-snapshot
|
||||
|
||||
DESCRIPTION="Organize your desktop with panels that hold your things"
|
||||
HOMEPAGE="https://github.com/spheras/desktopfolder"
|
||||
SRC_URI="https://github.com/spheras/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
RDEPEND="dev-libs/libgee:0.8
|
||||
x11-libs/cairo[X]
|
||||
dev-libs/json-glib
|
||||
x11-libs/gdk-pixbuf
|
||||
x11-libs/libwnck:3
|
||||
x11-libs/gtksourceview:3
|
||||
x11-libs/cairo[X]"
|
||||
DEPEND="${RDEPEND}
|
||||
$(vala_depend)"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
vala_src_prepare
|
||||
}
|
||||
Reference in New Issue
Block a user