@@ -0,0 +1,27 @@ | |||
pkgbase = gtk-smooth-engine | |||
pkgdesc = The smooth-engine for gtk1 - including smooth-themes for gtk1 and gtk2 | |||
pkgver = 0.6.0.1 | |||
pkgrel = 5 | |||
url = http://sourceforge.net/projects/smooth-engine | |||
arch = i686 | |||
arch = x86_64 | |||
license = LGPL | |||
makedepends = pkg-config | |||
depends = gtk-engines | |||
depends = gdk-pixbuf | |||
conflicts = gtk2-smooth-engine | |||
replaces = gtk2-smooth-engine | |||
options = !libtool | |||
source = http://downloads.sourceforge.net/smooth-engine/gtk-smooth-engine-0.6.0.1.tar.gz | |||
source = http://downloads.sourceforge.net/smooth-engine/smooth-themes-0.5.8.tar.gz | |||
source = deprecated_macros.patch | |||
source = free_border.patch | |||
source = careless.patch | |||
md5sums = a2231118c8187649d1e634fdfe6f36de | |||
md5sums = a46c592261c4d371498d644eece6493e | |||
md5sums = f2fcb7c088735ff0f07915987097755b | |||
md5sums = d018dc9be612514fc921bb12fd7d7070 | |||
md5sums = ddebde49a8db05578b3c561bfa8b34f9 | |||
pkgname = gtk-smooth-engine | |||
@@ -18,15 +18,18 @@ makedepends=('pkg-config') | |||
options=('!libtool') | |||
source=(http://downloads.sourceforge.net/smooth-engine/${pkgname}-${pkgver}.tar.gz \ | |||
http://downloads.sourceforge.net/smooth-engine/smooth-themes-$_spkgver.tar.gz | |||
deprecated_macros.patch free_border.patch) | |||
deprecated_macros.patch free_border.patch careless.patch) | |||
md5sums=('a2231118c8187649d1e634fdfe6f36de' 'a46c592261c4d371498d644eece6493e' | |||
'f2fcb7c088735ff0f07915987097755b' 'd018dc9be612514fc921bb12fd7d7070') | |||
'f2fcb7c088735ff0f07915987097755b' 'd018dc9be612514fc921bb12fd7d7070' | |||
'ddebde49a8db05578b3c561bfa8b34f9') | |||
build() { | |||
cd "$srcdir"/gtk-smooth-engine-$pkgver | |||
sed -i -e 's/-DGDK_DISABLE_DEPRECATED//' engines/gtk2/Makefile.in | |||
patch -Np1 -i "$srcdir"/deprecated_macros.patch | |||
patch -Np1 -i "$srcdir"/free_border.patch | |||
patch -Np1 -i "$srcdir"/careless.patch | |||
./configure --prefix=/usr --disable-gtk-2 --enable-gtk-1 | |||
make | |||
@@ -41,4 +44,4 @@ package() { | |||
cd "$srcdir"/smooth-themes-$_spkgver | |||
make DESTDIR="$pkgdir" install | |||
} | |||
} |
@@ -1,11 +1,11 @@ | |||
# Generated by makepkg 4.1.2 | |||
# using fakeroot version 1.20.2 | |||
# Sun Dec 14 16:12:08 UTC 2014 | |||
# Sun Dec 14 16:14:48 UTC 2014 | |||
pkgname = gtk-smooth-engine | |||
pkgver = 0.6.0.1-5 | |||
pkgdesc = The smooth-engine for gtk1 - including smooth-themes for gtk1 and gtk2 | |||
url = http://sourceforge.net/projects/smooth-engine | |||
builddate = 1418573528 | |||
builddate = 1418573688 | |||
packager = Unknown Packager | |||
size = 394240 | |||
arch = x86_64 |