739970777f
* Package more maemo apps/libs (including Maemo X Terminal osso-xterm) * Put libhildondesktop examples into separate package * Change upstream url in Maemo packages to https://github.com/maemo-leste Update hildon-desktop and iphbd to their newer repo versions. This includes the fix for the bug when switching between multiple windows in hildon-desktop. * Use version tags instead of specific commits for Maemo packages
33 lines
1,009 B
Text
33 lines
1,009 B
Text
pkgname=libhildondesktop
|
|
pkgver=2.1.43
|
|
pkgrel=3
|
|
pkgdesc="Hildon Desktop library"
|
|
arch="all"
|
|
url="https://github.com/maemo-leste/libhildondesktop"
|
|
license="GPL"
|
|
depends="libhildon iphbd dbus-glib"
|
|
makedepends="autoconf automake libhildon-dev iphbd-dev dbus-glib-dev"
|
|
subpackages="$pkgname-dev $pkgname-examples"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/maemo-leste/libhildondesktop/archive/$pkgver.tar.gz"
|
|
|
|
builddir="$srcdir/libhildondesktop-$pkgver"
|
|
|
|
build() {
|
|
cd "$builddir"
|
|
./autogen.sh --prefix=/usr CFLAGS="${CFLAGS} -Wno-error=unused-but-set-variable"
|
|
make
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
make DESTDIR="$pkgdir/" install
|
|
}
|
|
|
|
examples() {
|
|
pkgdesc="Hildon Desktop examples"
|
|
mkdir -p "$subpkgdir/usr/lib"
|
|
mv "$pkgdir/usr/lib/hildon-desktop" "$subpkgdir/usr/lib/"
|
|
mv "$pkgdir/usr/share" "$subpkgdir/usr/"
|
|
}
|
|
|
|
sha512sums="5766cfc600a2711ecb88d55a67a95e92555608b54217d8d83b8191e9c1d14ea0c3150e5c7ac2251acf83d7e200e80bfcd877c66a993e509c353b76da1136450f libhildondesktop-2.1.43.tar.gz"
|