- 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
29
packages/elementary-lib/granite/granite.exlib
Normal file
29
packages/elementary-lib/granite/granite.exlib
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Copyright 2018 Martin Sekera <sekerama@gmail.com>
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
require cmake [ api=2 ]
|
||||
require github [ user=elementary ]
|
||||
require vala [ vala_dep=true ]
|
||||
|
||||
SUMMARY="A companion library for GTK+ and GLib that provides complex widgets."
|
||||
#HOMEPAGE="https://github.com/elementary/granite"
|
||||
|
||||
LICENCES="LGPL-3.0"
|
||||
SLOT="0"
|
||||
MYOPTIONS="
|
||||
platform:
|
||||
amd64
|
||||
"
|
||||
|
||||
DEPENDENCIES="
|
||||
build:
|
||||
|
||||
build+run:
|
||||
gnome-desktop/gobject-introspection
|
||||
base/libgee
|
||||
x11-libs/gtk+:3
|
||||
"
|
||||
|
||||
#CMAKE_SRC_CONFIGURE_PARAMS=(
|
||||
# -DCMAKE_INSTALL_SYSCONFDIR:PATH=/etc/${PN}
|
||||
#)
|
Loading…
Add table
Add a link
Reference in a new issue