summaryrefslogtreecommitdiff
path: root/community/sakura
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-04-03 11:30:08 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-04-03 11:30:08 +0200
commit9f0a0bedb05193e9a3b4d6c62216667b9e6b1802 (patch)
treec19c7439fd17e13353c7b2b781ab8c318e5231ab /community/sakura
parent67d0fe5c268063f831b1e727979e12211f00bbcd (diff)
parent8cb5196780766f47b595410eed8ddbee2e8add08 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-staging/fatrat/PKGBUILD community-staging/pion-net/PKGBUILD extra/xorg-server/PKGBUILD libre/abiword-libre/PKGBUILD staging/libreoffice/PKGBUILD testing/bluez/PKGBUILD testing/cairo/PKGBUILD testing/kmod/PKGBUILD testing/kmod/depmod-search.conf testing/networkmanager/PKGBUILD testing/pcmciautils/PKGBUILD testing/udev/PKGBUILD testing/udev/initcpio-install-udev
Diffstat (limited to 'community/sakura')
-rw-r--r--community/sakura/PKGBUILD13
1 files changed, 4 insertions, 9 deletions
diff --git a/community/sakura/PKGBUILD b/community/sakura/PKGBUILD
index e84b00014..54afb187e 100644
--- a/community/sakura/PKGBUILD
+++ b/community/sakura/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 66893 2012-02-29 21:54:35Z rvanharen $
+# $Id: PKGBUILD 68725 2012-04-01 09:02:38Z rvanharen $
# Maintainer: Ronald van Haren <ronald.archlinux.org>
# Contributor: Dmitry N. Shilov <stormblast@land.ru>
pkgname=sakura
-pkgver=3.0.0
+pkgver=3.0.3
pkgrel=1
pkgdesc="A terminal emulator based on GTK and VTE"
arch=('i686' 'x86_64' 'mips64el')
@@ -11,18 +11,13 @@ url="https://launchpad.net/sakura"
license=('GPL')
depends=('vte3' 'libxft' 'desktop-file-utils')
makedepends=('cmake')
-source=(http://pleyades.net/david/projects/$pkgname/$pkgname-$pkgver.tar.bz2
- "linker.patch")
+source=("https://launchpad.net/sakura/trunk/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2")
install=sakura.install
-sha1sums=('2ac4024b40074fb048e9b75cd7ea351b1829c5ee'
- '781058944c572b840e68a55a0fe86e97c4ac5296')
+sha1sums=('e060131fd5aaf35be501bdc2a5cc29d4cffa9717')
build() {
cd $srcdir/${pkgname}-${pkgver}
- # missing linker
- patch -Np1 -i ${srcdir}/linker.patch
-
# Set default font size a bit smaller
sed -i 's|#define DEFAULT_FONT "Bitstream Vera Sans Mono 14"|#define DEFAULT_FONT "Bitstream Vera Sans Mono 10"|g' src/sakura.c