Skip to content

Commit

Permalink
cinnamon-desktop: a library with comman APIs for cinnamon components …
Browse files Browse the repository at this point in the history
…and apps.
  • Loading branch information
florin65 committed Oct 19, 2013
1 parent 323e93c commit 8327def
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
11 changes: 11 additions & 0 deletions core/cinnamon-desktop/BUILD
@@ -0,0 +1,11 @@
./autogen.sh --prefix=/usr \
--sysconfdir=/etc \
--libexecdir=/usr/lib/cinnamon \
--localstatedir=/var \
--disable-static \
--enable-compile-warnings=no \
$OPTS &&

sedit "s:-Werror:-W :" Makefile &&

default_make
4 changes: 4 additions & 0 deletions core/cinnamon-desktop/DEPENDS
@@ -0,0 +1,4 @@
depends libxkbfile
depends gnome-common
depends gobject-introspection
depends intltool
17 changes: 17 additions & 0 deletions core/cinnamon-desktop/DETAILS
@@ -0,0 +1,17 @@
MODULE=cinnamon-desktop
VERSION=2.0.1
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/linuxmint-cinnamon-desktop-099d6d3
SOURCE_URL=http://github.com/linuxmint/$MODULE/tarball/$VERSION
SOURCE_VFY=sha1:03451aa8f92c268ee4c59e6621314bd33b0381a8
WEB_SITE=http://github.com/linuxmint/nemo
ENTERED=20131019
UPDATED=20131019
SHORT="A library with common API for various Cinnamon modules"

cat <<EOF
cinnamon-desktop contains the libcinnamon-desktop library, the cinnamon-about
program as well as some desktop-wide documents.
The libcinnamon-desktop library provides API shared by several applications
on the desktop.
EOF

0 comments on commit 8327def

Please sign in to comment.