- migrated to Exherbo
- added a few initial Pantheon components
This commit is contained in:
parent
cb6360a7e8
commit
2d2bbbc830
85 changed files with 931 additions and 2 deletions
|
@ -0,0 +1,6 @@
|
|||
# Copyright 2018 Martin Sekera <sekerama@gmail.com>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
require budgie-desktop
|
||||
|
||||
PLATFORMS="~amd64"
|
|
@ -0,0 +1,6 @@
|
|||
# Copyright 2018 Martin Sekera <sekerama@gmail.com>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
require budgie-desktop
|
||||
|
||||
PLATFORMS="~amd64"
|
45
packages/budgie-desktop/budgie-desktop/budgie-desktop.exlib
Normal file
45
packages/budgie-desktop/budgie-desktop/budgie-desktop.exlib
Normal file
|
@ -0,0 +1,45 @@
|
|||
# Copyright 2018 Martin Sekera <sekerama@gmail.com>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# based on an older autotools based exheres by Kylie McClain
|
||||
|
||||
SCM_REPOSITORY="https://github.com/solus-project/budgie-desktop.git"
|
||||
SCM_gvc_REPOSITORY="https://gitlab.gnome.org/GNOME/libgnome-volume-control.git"
|
||||
SCM_SECONDARY_REPOSITORIES="gvc"
|
||||
SCM_EXTERNAL_REFS="subprojects/gvc:gvc"
|
||||
|
||||
require scm-git
|
||||
require gtk-icon-cache
|
||||
require gsettings
|
||||
require meson
|
||||
require vala [ vala_dep=true ]
|
||||
|
||||
SUMMARY="A modern desktop environment."
|
||||
DESCRIPTION="The Budgie Desktop a modern desktop designed to keep out the way of the user. It features heavy integration with the GNOME stack in order for an enhanced experience."
|
||||
SLOT="0"
|
||||
LICENCES="GPL-2 LGPL-2.1"
|
||||
|
||||
DEPENDENCIES="
|
||||
build:
|
||||
dev-util/intltool
|
||||
doc? ( dev-doc/gtk-doc )
|
||||
build+run:
|
||||
x11-libs/gtk+:3[>=3.22.0]
|
||||
dev-libs/glib:2[>=2.46.0]
|
||||
dev-libs/libpeas:1.0[>=1.8.0]
|
||||
inputmethods/ibus[>=1.5.10]
|
||||
gnome-desktop/gnome-desktop[>=3.22.0]
|
||||
gnome-desktop/gsettings-desktop-schemas[>=3.22.0]
|
||||
gnome-desktop/libwnck[>=3.14.0]
|
||||
sys-apps/accountsservice[>=0.6.40]
|
||||
gnome-desktop/mutter[>=3.22.0&<3.30.0]
|
||||
polkit? ( sys-auth/polkit )
|
||||
run:
|
||||
gnome-desktop/gnome-control-center
|
||||
gnome-desktop/gnome-session
|
||||
gnome-desktop/gnome-settings-daemon:3.0
|
||||
"
|
||||
|
||||
MYOPTIONS="
|
||||
doc
|
||||
polkit
|
||||
"
|
Loading…
Add table
Add a link
Reference in a new issue