summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2014-08-22 00:25:06 -0300
committerTreeve Jelbert2014-08-24 10:31:14 +0200
commitb12c32b776669d6e0ce89e85c5eed26b740179e5 (patch)
tree0ee62816a37c74086f51098b6fb1c2e7915c7a41
parent2401ed97e48f913a39c9d9cafdc85cd5b418d755 (diff)
zarfy: new spell, A gui to libxrandr
-rw-r--r--ChangeLog3
-rwxr-xr-xxorg-util/zarfy/DEPENDS5
-rwxr-xr-xxorg-util/zarfy/DETAILS17
-rw-r--r--xorg-util/zarfy/HISTORY3
-rwxr-xr-xxorg-util/zarfy/PRE_BUILD4
5 files changed, 32 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dce70d63ee..71231d224a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2014-08-22 Ismael Luceno <ismael@sourcemage.org>
+ * xorg-util/zarfy: new spell, A gui to libxrandr
+
2014-08-19 Treeve Jelbert <treeve@sourcemage.org>
* crypto/libressl: added SSL/TLS library
diff --git a/xorg-util/zarfy/DEPENDS b/xorg-util/zarfy/DEPENDS
new file mode 100755
index 0000000000..bc1e725217
--- /dev/null
+++ b/xorg-util/zarfy/DEPENDS
@@ -0,0 +1,5 @@
+depends libx11 &&
+depends libxrandr &&
+depends gtk+2 &&
+depends gdk-pixbuf2 &&
+depends libglade2
diff --git a/xorg-util/zarfy/DETAILS b/xorg-util/zarfy/DETAILS
new file mode 100755
index 0000000000..f32bc0f9d1
--- /dev/null
+++ b/xorg-util/zarfy/DETAILS
@@ -0,0 +1,17 @@
+ SPELL=zarfy
+ VERSION=0.1.0
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://sourceforge.net/projects/${SPELL}/files/${SPELL}/${SPELL}%20${VERSION}/${SOURCE}
+ SOURCE_HASH=sha512:3d75c3f6a398ddea232a1520ca21a97b92498ba4d6a64b367bc42657f5d8ed3e98865cb8a441d3a54cc64dec63547c89691bcc6ee6e8fcd1f9dc59986ad37905
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://sourceforge.net/projects/zarfy"
+ LICENSE[0]="GPLv2"
+ ENTERED=20140821
+ KEYWORDS=""
+ SHORT="A gui to libxrandr"
+cat << EOF
+A gui to libxrandr. It presents the user with visual representaion of active
+displays on an interactive map of the screen memory. Features free postioning,
+configuration saving, scripting for R&R and an alternate gui for switching
+between monitors.
+EOF
diff --git a/xorg-util/zarfy/HISTORY b/xorg-util/zarfy/HISTORY
new file mode 100644
index 0000000000..92e6597b50
--- /dev/null
+++ b/xorg-util/zarfy/HISTORY
@@ -0,0 +1,3 @@
+2014-08-21 Ismael Luceno <ismael@sourcemage.org>
+ * PRE_BUILD, DEPENDS, DETAILS: spell created
+
diff --git a/xorg-util/zarfy/PRE_BUILD b/xorg-util/zarfy/PRE_BUILD
new file mode 100755
index 0000000000..dfbc75cab1
--- /dev/null
+++ b/xorg-util/zarfy/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit '/^PKG_CHECK_MODULES(ZARFY,/s/])$/, x11&/' configure.in &&
+autoconf