Fix missing Hildon dependencies (#650)

This commit is contained in:
Oliver Smith 2017-09-29 16:08:02 +00:00 committed by GitHub
parent e303ea7cf0
commit d0bebe1c3e
3 changed files with 13 additions and 6 deletions

View file

@ -1,12 +1,12 @@
pkgname=gnome-menus2
pkgver=3.0.1
pkgrel=1
pkgrel=2
pkgdesc='Library for the Desktop Menu Specification (legacy version)'
arch="all"
url='http://www.gnome.org/'
license="LGPL"
depends="glib"
makedepends="gobject-introspection intltool python-dev"
makedepends="gobject-introspection intltool python-dev glib-dev"
subpackages="$pkgname-dev"
source="http://ftp.gnome.org/pub/gnome/sources/${pkgname%2}/${pkgver%.*}/${pkgname%2}-${pkgver}.tar.bz2"

View file

@ -1,13 +1,20 @@
pkgname=hildon-desktop
pkgver=2.2.155
pkgrel=1
pkgrel=2
_rev=c178acc6e7aa3524f962be6442335da8b89fc808
pkgdesc="Hildon desktop for Fremantle"
arch="all"
url="https://github.com/fremantle-gtk2/hildon-desktop"
license="GPL"
depends="libhildon libmatchbox2 libhildondesktop clutter gnome-menus2 profiled"
makedepends="mce-headers profiled-dev libmatchbox2-dev gnome-menus2-dev libhildondesktop-dev"
makedepends="
autoconf
automake
gnome-menus2-dev
libhildondesktop-dev
libmatchbox2-dev
mce-headers
profiled-dev"
source="$pkgname-$_rev.tar.gz::https://github.com/fremantle-gtk2/hildon-desktop/archive/$_rev.tar.gz"
builddir="$srcdir/hildon-desktop-$_rev"

View file

@ -1,13 +1,13 @@
pkgname=libhildondesktop
pkgver=2.1.43
pkgrel=1
pkgrel=2
_rev=813b16391359cccb1f100338dbb1530831e58784
pkgdesc="Hildon Desktop library"
arch="all"
url="https://github.com/fremantle-gtk2/libhildondesktop"
license="GPL"
depends="libhildon iphbd dbus-glib"
makedepends="libhildon-dev iphbd-dev dbus-glib-dev"
makedepends="autoconf automake libhildon-dev iphbd-dev dbus-glib-dev"
subpackages="$pkgname-dev"
source="$pkgname-$_rev.tar.gz::https://github.com/fremantle-gtk2/libhildondesktop/archive/$_rev.tar.gz"