qemu-amd64: make XFCE4, MATE work out of the box with SDL display (#1094)
* postmarketos-ui-xfce4: update to 0.1, depend on mesa-egl * postmarketos-ui-mate: depend on mesa-egl
This commit is contained in:
parent
44ee4d924d
commit
73bd400ec0
2 changed files with 6 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
|||
pkgname=postmarketos-ui-mate
|
||||
pkgver=1
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="(X11) MATE Desktop Environment, fork of GNOME2 (stylus recommended)"
|
||||
url="http://mate-desktop.org/"
|
||||
arch="noarch"
|
||||
license="GPL3+"
|
||||
depends="mate-desktop-environment xorg-server dbus-x11"
|
||||
depends="mate-desktop-environment xorg-server dbus-x11 mesa-egl"
|
||||
makedepends=""
|
||||
install="$pkgname.post-install"
|
||||
subpackages=""
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
pkgname=postmarketos-ui-xfce4
|
||||
pkgver=0.0
|
||||
pkgrel=5
|
||||
pkgver=0.1
|
||||
pkgrel=0
|
||||
pkgdesc="(X11) Lightweight GTK+2 desktop (stylus recommended)"
|
||||
url="https://github.com/postmarketOS/xfce4-phone"
|
||||
arch="noarch"
|
||||
license="GPL3"
|
||||
depends="xfce4 xorg-server"
|
||||
depends="xfce4 xorg-server mesa-egl"
|
||||
makedepends=""
|
||||
install="$pkgname.post-install"
|
||||
subpackages=""
|
||||
|
@ -20,4 +20,4 @@ package() {
|
|||
}
|
||||
sha512sums="34ad0048947b2cefe4de08592c479f717ae4b65a59f06aff9fc05b387ce6516d9f976a79e1efdf1c30a14ee2bc723fcf28f2aaac937f1e0787d95bd16a80332f start_xfce4.sh
|
||||
916f80ebd1ab86c17bb09158ca470bbc53c1fac53771a38e2422672c29cb07fd35906804a5b00eb852e6f1d08abaf31a6db13452765d1cceefc06c57479d3984 postmarketos-ui-xfce4.post-install
|
||||
758562d2820a11b2c96e1805e00450f78203e6fd224115c373825f041b344985490a84b74d2880b423d5606140d5ffb41e79b0a8eb3e5b9a0ce7874c4ccfb666 postmarketos-ui-xfce4-0.0.tar.gz"
|
||||
17cfdec14781abe0c584e3627b66aa707057783d714d2a4540bc2065f511c04fa392093aa73624e2ff1921b1d9e5a97e3319c6992857f13984ce019aeba4b910 postmarketos-ui-xfce4-0.1.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue