[arch-commits] Commit in libunique (gnome-unstable trunk/PKGBUILD)

Jan de Groot jgc at archlinux.org
Mon Oct 12 07:21:44 UTC 2009


    Date: Monday, October 12, 2009 @ 03:21:44
  Author: jgc
Revision: 55120

Merge gnome-unstable

Modified:
  libunique/trunk/PKGBUILD	(contents, properties)
Deleted:
  libunique/gnome-unstable/

----------+
 PKGBUILD |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-10-12 07:19:32 UTC (rev 55119)
+++ trunk/PKGBUILD	2009-10-12 07:21:44 UTC (rev 55120)
@@ -1,22 +1,22 @@
-# $Id: $
+# $Id$
 # Maintainer: Jan de Groot  <jgc at archlinux.org>
 pkgname=libunique
-pkgver=1.0.8
+pkgver=1.1.2
 pkgrel=1
 pkgdesc="Library for writing single instance applications"
 arch=(i686 x86_64)
 license=('LGPL')
-depends=('gtk2>=2.16.0' 'dbus-glib>=0.80')
+depends=('gtk2>=2.17.8' 'dbus-glib>=0.80')
 makedepends=('pkgconfig')
 options=('!libtool')
 url="http://live.gnome.org/LibUnique"
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.0/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('02b9e41c70ca738e1aa914f400fc1f05')
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/1.1/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('73fb130295fc42b237aa3d808905f65ead9f979acbe49434eca830c6085f0c6e')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
   ./configure --prefix=/usr --sysconfdir=/etc \
-              --localstatedir=/var --disable-static || return 1
+      --localstatedir=/var --disable-static || return 1
   make || return 1
   make DESTDIR="${pkgdir}" install || return 1
 }


Property changes on: libunique/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
   + Id




More information about the arch-commits mailing list