summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Chrétien2015-09-27 20:58:19 +0900
committerBenjamin Chrétien2015-09-27 20:58:20 +0900
commit1cc83fddc800c84472faba51798ec4472b3c159e (patch)
treee010ccc00dcb792017ff7da30df2fd8abf1c5a61
parent32f0cdfdbcb7bf4aa0c7b3e2455e2d284be5fb87 (diff)
downloadaur-1cc83fddc800c84472faba51798ec4472b3c159e.tar.gz
Remove libxft dependency, add cairo dependency
See: https://github.com/DaveDavenport/rofi/commit/8f1f03e6d23bd2fb6d3a9362c3cd9e0df779184f
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac0aa1aab294..549ff15a2d86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = rofi-git
pkgdesc = Popup window switcher roughly based on superswitcher, requiring only xlib and xft. DaveDavenport's fork
- pkgver = 0.15.7.r48.gfbb2e34
+ pkgver = 0.15.8.r45.g536fd98
pkgrel = 1
url = https://davedavenport.github.io/rofi/
arch = i686
arch = x86_64
license = MIT
makedepends = git
- depends = libx11
- depends = libxft
+ depends = cairo
depends = freetype2
+ depends = libx11
depends = libxdg-basedir
depends = libxinerama
depends = pango
diff --git a/PKGBUILD b/PKGBUILD
index d6dd87d05d81..b4dd0188c33e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgname=rofi-git
_gitname=rofi
-pkgver=0.15.7.r48.gfbb2e34
+pkgver=0.15.8.r45.g536fd98
pkgrel=1
pkgdesc="Popup window switcher roughly based on superswitcher, requiring only xlib and xft. DaveDavenport's fork"
arch=('i686' 'x86_64')
url="https://davedavenport.github.io/rofi/"
license=('MIT')
-depends=('libx11' 'libxft' 'freetype2' 'libxdg-basedir' 'libxinerama' 'pango')
+depends=('cairo' 'freetype2' 'libx11' 'libxdg-basedir' 'libxinerama' 'pango')
optdepends=('i3-wm: use as a window switcher')
makedepends=('git')
provides=('rofi')