summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2016-03-06 15:18:32 +0900
committerBenjamin Chrétien2016-03-06 15:18:32 +0900
commit18164c78c3dfbd7c5f835400ee8e246d96778f60 (patch)
tree40531b98daa63ed6327712b975f138bb3a6ba036
parentd6c1132aad79fbde00c65befa13e33e07102c612 (diff)
downloadaur-18164c78c3dfbd7c5f835400ee8e246d96778f60.tar.gz
Update to version 0.15.12.r259.gb13bff6 (pkgrel 1)
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD7
2 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a2fca521b501..6dbde0af8afe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Dec 30 12:44:31 UTC 2015
+# Sun Mar 6 06:18:21 UTC 2016
pkgbase = rofi-git
pkgdesc = A window switcher, run dialog and dmenu replacement
- pkgver = 0.15.12.r5.gcb09512
+ pkgver = 0.15.12.r259.gb13bff6
pkgrel = 1
url = https://davedavenport.github.io/rofi/
arch = i686
@@ -12,10 +12,14 @@ pkgbase = rofi-git
depends = cairo
depends = freetype2
depends = libx11
+ depends = libxcb
depends = libxdg-basedir
- depends = libxinerama
+ depends = libxkbcommon
+ depends = libxkbcommon-x11
depends = pango
depends = startup-notification
+ depends = xcb-util
+ depends = xcb-util-wm
optdepends = i3-wm: use as a window switcher
provides = rofi
conflicts = rofi
diff --git a/PKGBUILD b/PKGBUILD
index d33fa3e90c76..5febae73b820 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@
pkgname=rofi-git
_gitname=rofi
-pkgver=0.15.12.r5.gcb09512
+pkgver=0.15.12.r259.gb13bff6
pkgrel=1
pkgdesc="A window switcher, run dialog and dmenu replacement"
arch=('i686' 'x86_64')
url="https://davedavenport.github.io/rofi/"
license=('MIT')
-depends=('cairo' 'freetype2' 'libx11' 'libxdg-basedir' 'libxinerama' 'pango'
- 'startup-notification')
+depends=('cairo' 'freetype2' 'libx11' 'libxcb' 'libxdg-basedir' 'libxkbcommon'
+ 'libxkbcommon-x11' 'pango' 'startup-notification' 'xcb-util' 'xcb-util-wm')
optdepends=('i3-wm: use as a window switcher')
makedepends=('git')
provides=('rofi')
@@ -28,6 +28,7 @@ pkgver() {
prepare() {
cd "$srcdir/$_gitname"
+ git submodule update --init
autoreconf --install
# Default compiler = clang, which can be a problem if using hardening-wrapper