Remove unnecessary source of /etc/deviceinfo

This commit is contained in:
Bart Ribbers 2018-10-05 17:53:30 +02:00 committed by Oliver Smith
parent f1841337e7
commit c62b3642dc
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
6 changed files with 5 additions and 12 deletions

View File

@ -1,6 +1,6 @@
pkgname=postmarketos-ui-plasma-mobile pkgname=postmarketos-ui-plasma-mobile
pkgver=1 pkgver=1
pkgrel=17 pkgrel=18
pkgdesc="(Wayland) Mobile variant of KDE Plasma, optimized for touchscreen (aarch64, x86_64 or hardware acceleration required!)" pkgdesc="(Wayland) Mobile variant of KDE Plasma, optimized for touchscreen (aarch64, x86_64 or hardware acceleration required!)"
url="https://wiki.postmarketos.org/wiki/Plasma_Mobile" url="https://wiki.postmarketos.org/wiki/Plasma_Mobile"
arch="noarch" arch="noarch"

View File

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
. /etc/deviceinfo
# Autologin on tty1, let busybox autoconfigure 2-6 # Autologin on tty1, let busybox autoconfigure 2-6
autologin="$(getent passwd 10000 | cut -d ":" -f 1)" autologin="$(getent passwd 10000 | cut -d ":" -f 1)"
for i in 1 2 3 4 5 6; do for i in 1 2 3 4 5 6; do

View File

@ -1,6 +1,6 @@
pkgname=postmarketos-ui-weston pkgname=postmarketos-ui-weston
pkgver=4 pkgver=4
pkgrel=5 pkgrel=6
pkgdesc="(Wayland) Reference compositor (demo, not a phone interface)" pkgdesc="(Wayland) Reference compositor (demo, not a phone interface)"
url="https://postmarketos.org" url="https://postmarketos.org"
arch="x86_64 armhf aarch64" arch="x86_64 armhf aarch64"
@ -12,7 +12,7 @@ depends="weston-clients weston weston-shell-desktop weston-backend-fbdev
makedepends="" makedepends=""
install="$pkgname.post-install" install="$pkgname.post-install"
subpackages="" subpackages=""
source="start_weston.sh weston.ini.default $install" source="start_weston.sh weston.ini.default"
options="!check" options="!check"
package() { package() {
@ -22,5 +22,4 @@ package() {
"$pkgdir"/etc/xdg/weston/weston.ini.default "$pkgdir"/etc/xdg/weston/weston.ini.default
} }
sha512sums="6c278d6018e7a1eea1e7285a93dc2fc6c0598c96e8cc5dc094e98be4d07edc6a5a10332d6f12f64ae7a9489b375a67b24e553569e71b274d1b681a0c4658450d start_weston.sh sha512sums="6c278d6018e7a1eea1e7285a93dc2fc6c0598c96e8cc5dc094e98be4d07edc6a5a10332d6f12f64ae7a9489b375a67b24e553569e71b274d1b681a0c4658450d start_weston.sh
b712c9d4c846437656781656ec15e9b7e238a9244e0b77bf84b67f6661d44f68718330706f69ccb8b4d7f6182b8f17f273018ca461c0c40e49b9185f6eec168d weston.ini.default b712c9d4c846437656781656ec15e9b7e238a9244e0b77bf84b67f6661d44f68718330706f69ccb8b4d7f6182b8f17f273018ca461c0c40e49b9185f6eec168d weston.ini.default"
d8f748b896c5cc474b76cc9d87a0becb4e44ae7220f5cb9468f2e0ecabdc2207739754064489b8e21cd87214058f2a5c6c24cff1688e2eb50999b2feea3f9217 postmarketos-ui-weston.post-install"

View File

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
. /etc/deviceinfo
# Autologin on tty1, let busybox autoconfigure 2-6 # Autologin on tty1, let busybox autoconfigure 2-6
autologin="$(getent passwd 10000 | cut -d ":" -f 1)" autologin="$(getent passwd 10000 | cut -d ":" -f 1)"
for i in 1 2 3 4 5 6; do for i in 1 2 3 4 5 6; do

View File

@ -1,6 +1,6 @@
pkgname=postmarketos-ui-xfce4 pkgname=postmarketos-ui-xfce4
pkgver=0.2 pkgver=0.2
pkgrel=3 pkgrel=4
pkgdesc="(X11) Lightweight GTK+2 desktop (stylus recommended)" pkgdesc="(X11) Lightweight GTK+2 desktop (stylus recommended)"
url="https://gitlab.com/postmarketOS/xfce4-phone" url="https://gitlab.com/postmarketOS/xfce4-phone"
arch="noarch" arch="noarch"

View File

@ -1,7 +1,5 @@
#!/bin/sh #!/bin/sh
. /etc/deviceinfo
# Autologin on tty1, let busybox autoconfigure 2-6 # Autologin on tty1, let busybox autoconfigure 2-6
autologin="$(getent passwd 10000 | cut -d ":" -f 1)" autologin="$(getent passwd 10000 | cut -d ":" -f 1)"
for i in 1 2 3 4 5 6; do for i in 1 2 3 4 5 6; do