From d1bfef207c6695736de171fc604b68eab0c1f1cd Mon Sep 17 00:00:00 2001 From: root Date: Tue, 17 Apr 2012 00:01:34 +0000 Subject: Tue Apr 17 00:01:34 UTC 2012 --- community-testing/dee/PKGBUILD | 11 ++++------- community-testing/gnote/PKGBUILD | 33 +++++++++++++++++++++++++++++++++ community-testing/gnote/gnote.install | 21 +++++++++++++++++++++ community-testing/openttd/PKGBUILD | 13 ++++++------- 4 files changed, 64 insertions(+), 14 deletions(-) create mode 100644 community-testing/gnote/PKGBUILD create mode 100644 community-testing/gnote/gnote.install (limited to 'community-testing') diff --git a/community-testing/dee/PKGBUILD b/community-testing/dee/PKGBUILD index e65c2d80c..0b9480261 100644 --- a/community-testing/dee/PKGBUILD +++ b/community-testing/dee/PKGBUILD @@ -1,8 +1,8 @@ -# $Id: PKGBUILD 69158 2012-04-09 22:02:32Z bgyorgy $ +# $Id: PKGBUILD 69402 2012-04-15 21:43:27Z bgyorgy $ # Maintainer: Balló György pkgname=dee -pkgver=1.0.8 +pkgver=1.0.10 pkgrel=1 pkgdesc="Library to provide objects allowing to create Model-View-Controller type programs across DBus" arch=('i686' 'x86_64') @@ -11,14 +11,11 @@ license=('LGPL') depends=('glib2' 'icu') makedepends=('python2' 'gobject-introspection' 'vala') options=('!libtool') -source=(http://launchpad.net/$pkgname/1.0/$pkgver/+download/$pkgname-$pkgver.tar.gz - fix-crash.patch) -md5sums=('e9dbf5526ac4aca5a001e87e8cea516d' - 'e6e95a783dd1f3aa0accc7410a5783e1') +source=(http://launchpad.net/$pkgname/1.0/$pkgver/+download/$pkgname-$pkgver.tar.gz) +md5sums=('17b715147e1721ce9624557949408d15') build() { cd "$srcdir/$pkgname-$pkgver" - patch -Np0 -i "$srcdir/fix-crash.patch" ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --disable-static --disable-tests \ diff --git a/community-testing/gnote/PKGBUILD b/community-testing/gnote/PKGBUILD new file mode 100644 index 000000000..04a2ec7de --- /dev/null +++ b/community-testing/gnote/PKGBUILD @@ -0,0 +1,33 @@ +# $Id: PKGBUILD 69398 2012-04-15 18:10:39Z ibiru $ +# Maintainer: Ionut Biru +# Contributor: uastasi +pkgname=gnote +pkgver=0.8.3 +pkgrel=1 +pkgdesc="A note taking application." +arch=('i686' 'x86_64') +url="http://live.gnome.org/Gnote" +license=('GPL3') +depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf') +makedepends=('intltool' 'gnome-doc-utils' 'boost') +options=('!libtool') +install=gnote.install +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/0.8/$pkgname-$pkgver.tar.xz) +sha256sums=('41308f957b9cb6f885adb61a607b93ec969be069676e7d518c007ecf35f474ab') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --libexecdir=/usr/lib/gnote \ + --disable-scrollkeeper \ + --disable-schemas-compile \ + --disable-static + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} diff --git a/community-testing/gnote/gnote.install b/community-testing/gnote/gnote.install new file mode 100644 index 000000000..0f8eb1012 --- /dev/null +++ b/community-testing/gnote/gnote.install @@ -0,0 +1,21 @@ +pkgname=gnote + +post_install() { + glib-compile-schemas usr/share/glib-2.0/schemas + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor + update-desktop-database -q +} + +pre_upgrade() { + if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then + usr/sbin/gconfpkg --uninstall ${pkgname} + fi +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} diff --git a/community-testing/openttd/PKGBUILD b/community-testing/openttd/PKGBUILD index c546a3db3..4be724378 100644 --- a/community-testing/openttd/PKGBUILD +++ b/community-testing/openttd/PKGBUILD @@ -1,9 +1,8 @@ -# $Id: PKGBUILD 69106 2012-04-09 13:50:09Z tdziedzic $ +# $Id: PKGBUILD 69388 2012-04-15 14:15:44Z lcarlier $ # Maintainer: Vesa Kaihlavirta pkgname=openttd -pkgver=1.2.0rc4 -_realpkgver=1.2.0-RC4 +pkgver=1.2.0 pkgrel=1 pkgdesc='An engine for running Transport Tycoon Deluxe.' arch=('i686' 'x86_64') @@ -13,11 +12,11 @@ depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo2' 'hicolor-icon-theme' 'desktop- install=openttd.install optdepends=('openttd-opengfx: free graphics' 'openttd-opensfx: free soundset') -source=("http://binaries.openttd.org/releases/${_realpkgver}/${pkgname}-${_realpkgver}-source.tar.xz") -md5sums=('b8692deb951dc3a88c321a9e4b254dd2') +source=("http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz") +md5sums=('7f5181fdd5119336ccbe08f47eab78c1') build() { - cd ${pkgname}-${_realpkgver} + cd ${pkgname}-${pkgver} ./configure \ --prefix-dir=/usr \ @@ -33,7 +32,7 @@ build() { } package() { - cd ${pkgname}-${_realpkgver} + cd ${pkgname}-${pkgver} make install } -- cgit v1.2.3-54-g00ecf