summaryrefslogtreecommitdiffstats
path: root/wm-addons
diff options
context:
space:
mode:
authorFlorian Franzmann2014-06-05 20:13:13 +0200
committerFlorian Franzmann2014-06-05 20:13:22 +0200
commit430e12ec4928c36ff436de50e14fdb254a4f3186 (patch)
tree2945bb6fc3d134a82282221fb7e735c087928f2b /wm-addons
parent0139b13b4b46f216a4b3dfbb0a45ae1e47e5b6af (diff)
wm-addons/i3lock: version 2.5
Diffstat (limited to 'wm-addons')
-rwxr-xr-xwm-addons/i3lock/BUILD6
-rwxr-xr-xwm-addons/i3lock/DEPENDS15
-rwxr-xr-xwm-addons/i3lock/DETAILS2
-rw-r--r--wm-addons/i3lock/HISTORY6
4 files changed, 18 insertions, 11 deletions
diff --git a/wm-addons/i3lock/BUILD b/wm-addons/i3lock/BUILD
index 7e59e30b6d..6dfecc1f8a 100755
--- a/wm-addons/i3lock/BUILD
+++ b/wm-addons/i3lock/BUILD
@@ -1,5 +1 @@
-if ( is_depends_enabled $SPELL cairo ); then
- make
-else
- make NOLIBCAIRO=y
-fi
+default_build_make
diff --git a/wm-addons/i3lock/DEPENDS b/wm-addons/i3lock/DEPENDS
index ba31222ff1..44cc0e06d8 100755
--- a/wm-addons/i3lock/DEPENDS
+++ b/wm-addons/i3lock/DEPENDS
@@ -1,6 +1,11 @@
-depends linux-pam &&
-depends xcb-util &&
-depends pkgconfig &&
+depends linux-pam &&
+depends libxcb &&
+depends libev &&
+depends libx11 &&
+depends libxkbfile &&
+depends libxkbcommon &&
+depends xcb-util &&
+depends pkgconfig &&
depends xcb-util-keysyms &&
-depends xcb-util-image &&
-optional_depends cairo '' '' 'for image support'
+depends xcb-util-image &&
+depends cairo
diff --git a/wm-addons/i3lock/DETAILS b/wm-addons/i3lock/DETAILS
index e9e8658ecd..ef18d56657 100755
--- a/wm-addons/i3lock/DETAILS
+++ b/wm-addons/i3lock/DETAILS
@@ -1,5 +1,5 @@
SPELL=i3lock
- VERSION=2.4.1
+ VERSION=2.5
SOURCE="${SPELL}-${VERSION}.tar.bz2"
SOURCE2=$SOURCE.asc
SOURCE_URL[0]=http://i3wm.org/${SPELL}/${SOURCE}
diff --git a/wm-addons/i3lock/HISTORY b/wm-addons/i3lock/HISTORY
index 521d2fd31a..a14c6a8284 100644
--- a/wm-addons/i3lock/HISTORY
+++ b/wm-addons/i3lock/HISTORY
@@ -1,3 +1,9 @@
+2014-05-06 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS: version 2.5
+ * DEPENDS: add dependencies on libev, libxcb, libx11, libxkbfile,
+ libxkbcommon, make dependency on cairo mandatory
+ * BUILD: use default_build_make
+
2012-06-02 Sukneet Basuta <sukneet@sourcemage.org>
* DETAILS: updated spell to 2.4.1