Date: Friday, March 9, 2012 @ 07:34:59 Author: ibiru Revision: 152735
update to 3.3.90 Modified: libgnomekbd/trunk/PKGBUILD libgnomekbd/trunk/libgnomekbd.install ---------------------+ PKGBUILD | 12 ++++++------ libgnomekbd.install | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-03-09 12:31:57 UTC (rev 152734) +++ PKGBUILD 2012-03-09 12:34:59 UTC (rev 152735) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot <[email protected]> pkgname=libgnomekbd -pkgver=3.2.0 +pkgver=3.3.90 pkgrel=1 pkgdesc="Gnome keyboard library" url="http://gswitchit.sourceforge.net" @@ -12,17 +12,17 @@ makedepends=('intltool' 'gobject-introspection') options=('!libtool' '!emptydirs') install=libgnomekbd.install -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('810ff305bbf076f6689911cf7b040d2113f501311a866abc37aa6bf5b28e1a2b') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('9c5c8dbb43f2b2b772d4411d788b288283edb5e47bc8de9fd38b6a9dfe788482') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "$pkgname-$pkgver" ./configure --prefix=/usr --sysconfdir=/etc \ --disable-schemas-compile make } package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install } Modified: libgnomekbd.install =================================================================== --- libgnomekbd.install 2012-03-09 12:31:57 UTC (rev 152734) +++ libgnomekbd.install 2012-03-09 12:34:59 UTC (rev 152735) @@ -1,5 +1,5 @@ post_install() { - usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas + glib-compile-schemas /usr/share/glib-2.0/schemas } post_upgrade() {
