[Lunar-commits] <moonbase-other> libxdg-basedir, awesome: Resurrected and bumped
Stefan Wold
ratler at lunar-linux.org
Wed Jan 2 20:53:06 CET 2013
commit 4f99178b41f9c48bc0cff591ea3dc53aa1e6cd8d
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Wed, 02 Jan 2013 11:53:06 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/4f99178b41f9c48bc0cff591ea3dc53aa1e6cd8d
libxdg-basedir, awesome: Resurrected and bumped
---
libs/libxdg-basedir/BUILD | +7/-0
libs/libxdg-basedir/DETAILS | +16/-0
x11-wm/awesome/BUILD | +7/-0
x11-wm/awesome/DEPENDS | +13/-0
x11-wm/awesome/DETAILS | +15/-0
5 files changed, 58 insertions(+)
--- /dev/null
+++ b/libs/libxdg-basedir/BUILD
@@ -0,0 +1,7 @@
+(
+
+ OPTS+=" --disable-static" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/libs/libxdg-basedir/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=libxdg-basedir
+ VERSION=1.2.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://n.ethz.ch/student/nevillm/download/libxdg-basedir/
+ SOURCE_VFY=sha1:b924afe4e29c52358ad67476887e9ca0dcf90f7c
+ WEB_SITE=http://n.ethz.ch/student/nevillm/download/libxdg-basedir/
+ ENTERED=20100117
+ UPDATED=20130102
+ SHORT="Various specifications specify files and file formats."
+
+cat << EOF
+The XDG Base Directory specification defines where these files should
+be looked for by defining one or more base directories relative to which
+files should be located."
+EOF
+
--- /dev/null
+++ b/x11-wm/awesome/BUILD
@@ -0,0 +1,7 @@
+(
+
+ OPTS+=" -DSYSCONFDIR=/etc -DLUA_LIBRARY=/usr/lib/liblua.so"
+
+ default_cmake_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/x11-wm/awesome/DEPENDS
@@ -0,0 +1,13 @@
+depends lua
+depends gdk-pixbuf
+depends imlib2
+depends cairo
+depends pango
+depends libXcursor
+depends startup-notification
+depends libxdg-basedir
+depends xcb-util-keysyms
+depends xcb-util-image
+depends xcb-util-wm
+depends dbus
+depends ImageMagick
--- /dev/null
+++ b/x11-wm/awesome/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=awesome
+ VERSION=3.5
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://awesome.naquadah.org/download
+ SOURCE_VFY=sha1:d35402a09fd5900a7309eb9ee5f5350378029d49
+ WEB_SITE=http://awesome.naquadah.org/
+ ENTERED=20110608
+ UPDATED=20130102
+ SHORT="highly configurable, next generation framework window manager for X"
+
+cat << EOF
+It is primarly targeted at power users, developers and any people
+dealing with every day computing tasks and who want to have
+fine-grained control on theirs graphical environment.
+EOF
More information about the Lunar-commits
mailing list