diff options
author | Ismael Luceno | 2014-08-22 00:25:06 -0300 |
---|---|---|
committer | Treeve Jelbert | 2014-08-24 10:31:14 +0200 |
commit | b12c32b776669d6e0ce89e85c5eed26b740179e5 (patch) | |
tree | 0ee62816a37c74086f51098b6fb1c2e7915c7a41 /xorg-util | |
parent | 2401ed97e48f913a39c9d9cafdc85cd5b418d755 (diff) |
zarfy: new spell, A gui to libxrandr
Diffstat (limited to 'xorg-util')
-rwxr-xr-x | xorg-util/zarfy/DEPENDS | 5 | ||||
-rwxr-xr-x | xorg-util/zarfy/DETAILS | 17 | ||||
-rw-r--r-- | xorg-util/zarfy/HISTORY | 3 | ||||
-rwxr-xr-x | xorg-util/zarfy/PRE_BUILD | 4 |
4 files changed, 29 insertions, 0 deletions
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 |