summaryrefslogtreecommitdiffstats
path: root/x11-libs/libaosd
diff options
context:
space:
mode:
authorFlorian Franzmann2011-10-24 13:16:03 +0200
committerFlorian Franzmann2011-10-24 13:16:03 +0200
commit0f9056b91ba1ea921a6d88d6de4df3053d0999e8 (patch)
tree1125da494c40f8c78d682bb2d5e1ab8563e1968f /x11-libs/libaosd
parent7c1e411fb678b9518a3a5391070631b13fb2fa1f (diff)
x11-libs/libaosd: new spell, a library for on screen displays
Diffstat (limited to 'x11-libs/libaosd')
-rwxr-xr-xx11-libs/libaosd/DEPENDS6
-rwxr-xr-xx11-libs/libaosd/DETAILS14
-rw-r--r--x11-libs/libaosd/HISTORY3
3 files changed, 23 insertions, 0 deletions
diff --git a/x11-libs/libaosd/DEPENDS b/x11-libs/libaosd/DEPENDS
new file mode 100755
index 0000000000..67b7fcb492
--- /dev/null
+++ b/x11-libs/libaosd/DEPENDS
@@ -0,0 +1,6 @@
+depends libxrender &&
+depends X11-LIBS &&
+depends cairo &&
+depends libxcomposite &&
+depends pango &&
+depends glib2
diff --git a/x11-libs/libaosd/DETAILS b/x11-libs/libaosd/DETAILS
new file mode 100755
index 0000000000..5328f6281d
--- /dev/null
+++ b/x11-libs/libaosd/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=libaosd
+ VERSION=0.2.7
+ SOURCE="${SPELL}-${VERSION}.tgz"
+ SOURCE_URL[0]=http://distfiles.atheme.org/${SOURCE}
+ SOURCE_HASH=sha512:7f030139b89eaae9a17daa8e26b314095a97870b7f0e90199708a18e562ff1ca4f54078ca6020534584393486ebf876dc3e4fcd536e130368f98d4589127dd7b
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.atheme.org"
+ LICENSE[0]=MIT
+ ENTERED=20111024
+ SHORT="a library for creating on screen displays"
+cat << EOF
+A library for creating on screen displays. Consider it a replacement for
+libxosd.
+EOF
diff --git a/x11-libs/libaosd/HISTORY b/x11-libs/libaosd/HISTORY
new file mode 100644
index 0000000000..274a82d860
--- /dev/null
+++ b/x11-libs/libaosd/HISTORY
@@ -0,0 +1,3 @@
+2011-10-24 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+