- 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
25
packages/elementary-base/switchboard/switchboard.exlib
Normal file
25
packages/elementary-base/switchboard/switchboard.exlib
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Copyright 2018 Martin Sekera <sekerama@gmail.com>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
require github [ user=elementary ]
|
||||
require meson
|
||||
require vala [ vala_dep=true ]
|
||||
|
||||
SUMMARY="Extensible System Settings app designed for elementary OS."
|
||||
SLOT="0"
|
||||
LICENCES="GPL-3"
|
||||
|
||||
DEPENDENCIES="
|
||||
build+run:
|
||||
x11-libs/gtk+:3
|
||||
dev-libs/glib:2[>=2.44.0]
|
||||
x11-libs/clutter-gtk
|
||||
base/libgee
|
||||
elementary-lib/granite
|
||||
dev-libs/libunity
|
||||
"
|
||||
|
||||
MYOPTIONS="
|
||||
platform:
|
||||
amd64
|
||||
"
|
Loading…
Add table
Add a link
Reference in a new issue