summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 80eced4d5fd1..b7fc2c1ae7b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sawfish
pkgdesc = An extensible window manager using a Lisp-based scripting language
- pkgver = 1.12.90
- pkgrel = 2
+ pkgver = 1.13.0
+ pkgrel = 1
url = http://sawfish.wikia.com/wiki/Main_Page
arch = i686
arch = x86_64
@@ -9,11 +9,11 @@ pkgbase = sawfish
depends = libsm
depends = rep-gtk
depends = hicolor-icon-theme
+ depends = gdk-pixbuf-xlib>=2.24.0
options = !libtool
- source = http://download.tuxfamily.org/sawfish/sawfish_1.12.90.tar.xz
+ source = http://download.tuxfamily.org/sawfish/sawfish_1.13.0.tar.xz
source = arch_poweroff_defaults.patch
- sha256sums = 6154151312d99c97d0a61f83a0dd2630e427bebb1ae2119e7372278971d6e8a2
+ sha256sums = 816b3c5bfa4cb508db1fc14489fccd023dec899cf13ddeb19bc3e65d7872af5d
sha256sums = 34092f761f89fa3db90841e3fd270f42c06f769c53ed524deccdf48f204f611e
pkgname = sawfish
-
diff --git a/PKGBUILD b/PKGBUILD
index 95e68773e8b8..35a27c783ae2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
# Contributor: Juergen Hoetzel <juergen@archlinux.org>
pkgname=sawfish
-pkgver=1.12.90
-pkgrel=2
+pkgver=1.13.0
+pkgrel=1
pkgdesc="An extensible window manager using a Lisp-based scripting language"
arch=('i686' 'x86_64')
url="http://sawfish.wikia.com/wiki/Main_Page"
license=('GPL')
-depends=('libsm' 'rep-gtk' 'hicolor-icon-theme')
+depends=('libsm' 'rep-gtk' 'hicolor-icon-theme' 'gdk-pixbuf-xlib>=2.24.0')
source=(http://download.tuxfamily.org/${pkgname}/${pkgname}_${pkgver}.tar.xz arch_poweroff_defaults.patch)
-sha256sums=('6154151312d99c97d0a61f83a0dd2630e427bebb1ae2119e7372278971d6e8a2'
+sha256sums=('816b3c5bfa4cb508db1fc14489fccd023dec899cf13ddeb19bc3e65d7872af5d'
'34092f761f89fa3db90841e3fd270f42c06f769c53ed524deccdf48f204f611e')
options=('!libtool')
@@ -24,7 +24,7 @@ prepare() {
build() {
cd ${pkgname}_${pkgver}
./autogen.sh
- ./configure --prefix=/usr --libexecdir=/usr/lib
+ CFLAGS+=" -fcommon" ./configure --prefix=/usr --libexecdir=/usr/lib
make
}