[arch-commits] Commit in gtk-smooth-engine/trunk (PKGBUILD)
Daniel Griffiths
dgriffiths at archlinux.org
Tue Apr 20 01:21:58 UTC 2010
Date: Monday, April 19, 2010 @ 21:21:57
Author: dgriffiths
Revision: 78197
upgpkg: gtk-smooth-engine 0.6.0.1-4 Package more than a year old
Modified:
gtk-smooth-engine/trunk/PKGBUILD
----------+
PKGBUILD | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-04-20 01:17:19 UTC (rev 78196)
+++ PKGBUILD 2010-04-20 01:21:57 UTC (rev 78197)
@@ -6,25 +6,25 @@
pkgname=gtk-smooth-engine
pkgver=0.6.0.1
_spkgver=0.5.8
-pkgrel=3
+pkgrel=4
pkgdesc="The smooth-engine for gtk1 - including smooth-themes for gtk1 and gtk2"
arch=(i686 x86_64)
url="http://sourceforge.net/projects/smooth-engine"
license=('LGPL')
depends=('gtk-engines' 'gdk-pixbuf')
options=('!libtool')
-source=(http://downloads.sourceforge.net/smooth-engine/$pkgname-$pkgver.tar.gz \
+source=(http://downloads.sourceforge.net/smooth-engine/${pkgname}-${pkgver}.tar.gz \
http://downloads.sourceforge.net/smooth-engine/smooth-themes-$_spkgver.tar.gz)
md5sums=('a2231118c8187649d1e634fdfe6f36de' 'a46c592261c4d371498d644eece6493e')
build() {
- cd $srcdir/$pkgname-$pkgver
+ cd ${srcdir}/${pkgname}-${pkgver}
./configure --prefix=/usr --enable-gtk-1 --disable-gtk-2 || return 1
make || return 1
- make DESTDIR=$pkgdir install || return 1
+ make DESTDIR=${pkgdir} install || return 1
- cd $srcdir/smooth-themes-$_spkgver
+ cd ${srcdir}/smooth-themes-$_spkgver
./configure --prefix=/usr --enable-gtk-1 --enable-gtk-2 || return 1
make || return 1
- make DESTDIR=$pkgdir install || return 1
+ make DESTDIR=${pkgdir} install || return 1
}
More information about the arch-commits
mailing list