Skip to content
Snippets Groups Projects
Commit 6e5de229 authored by Ionuț Mircea Bîru's avatar Ionuț Mircea Bîru
Browse files

rebuild i686

parent 388a44b1
No related branches found
Tags 1-1.5beta-1
No related merge requests found
......@@ -11,17 +11,25 @@ url="http://lxde.org/"
groups=('lxde')
depends=('gtk2' 'startup-notification' 'gnome-menus' 'menu-cache' 'intltool')
makedepends=('pkgconfig')
source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz)
md5sums=('5dbe6076eb1a411278e1fc2bccf2d75d')
source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz
lxlauncher-0.2.1-fix-SUSE-lint-warnings.patch
lxlauncher-0.2.1-fix-for-the-new-behavior-of-libmenu-cache-0.3-series.patch
lxlauncher-0.2.1-dsofix.patch
intltool.patch)
md5sums=('5dbe6076eb1a411278e1fc2bccf2d75d'
'3a4355047d4cfb149ef6a0fa6001b990'
'ab568453c9bac6848ca6c8cdcf61b371'
'fa7fd2a1691c6bad86a5278770b38db1'
'bd04ebee868915da9d64ec9becc1212d')
build() {
cd "$srcdir/$pkgname-$pkgver"
# Adding patches thanks to CWickert and AndyRTR
patch -Np1 -i $startdir/lxlauncher-0.2.1-fix-SUSE-lint-warnings.patch || return 1
patch -Np1 -i $startdir/lxlauncher-0.2.1-fix-for-the-new-behavior-of-libmenu-cache-0.3-series.patch || return 1
patch -Np1 -i $startdir/lxlauncher-0.2.1-dsofix.patch || return 1
#patch -Np1 -i $srcdir/01_fix_infinite_loop.dpatch || return 1
patch -Np1 -i $startdir/intltool.patch || return 1
patch -Np1 -i $srcdir/lxlauncher-0.2.1-fix-SUSE-lint-warnings.patch || return 1
patch -Np1 -i $srcdir/lxlauncher-0.2.1-fix-for-the-new-behavior-of-libmenu-cache-0.3-series.patch || return 1
patch -Np1 -i $srcdir/lxlauncher-0.2.1-dsofix.patch || return 1
#patch -Np1 -i $srcdir/01_fix_infinite_loop.dpatch || return 1
patch -Np1 -i $srcdir/intltool.patch || return 1
autoreconf || return 1
./configure --sysconfdir=/etc --prefix=/usr || return 1
make || return 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment