Removed broken
This commit is contained in:
parent
35302b76c2
commit
09105098d6
@ -8,8 +8,8 @@ inherit meson systemd
|
|||||||
COMMIT="ee70cf7d2f3927a5f9feae9171805249abd6c32d"
|
COMMIT="ee70cf7d2f3927a5f9feae9171805249abd6c32d"
|
||||||
|
|
||||||
DESCRIPTION="Daemon for managing the Quectel EG25 modem"
|
DESCRIPTION="Daemon for managing the Quectel EG25 modem"
|
||||||
HOMEPAGE="https://gitlab.com/mobian1/devices/eg25-manager"
|
HOMEPAGE="https://gitlab.com/mobian1/eg25-manager"
|
||||||
SRC_URI="https://gitlab.com/mobian1/devices/eg25-manager/-/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
SRC_URI="https://gitlab.com/mobian1/eg25-manager/-/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||||
|
|
||||||
KEYWORDS="~arm64"
|
KEYWORDS="~arm64"
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -1 +0,0 @@
|
|||||||
DIST chromium-browser_103.0.5060.134-0ubuntu0.18.04.1_arm64.deb 72035164 BLAKE2B 32f9a1a1890ec83eaea73658f1941ff3282c8fd54929a7d397dcd03a2f45487553b04e8eccee24f83075a5d4495e757aa0006d7131402914ba0ce3597fb40784 SHA512 a01488855d38431974cb0a14a21c96fc04b49225c9bd22c878f4c40a099f611f8880e2b787b805292f3e7ab39ac138f68b1f4a788d89bba0cabe0a0de04467e4
|
|
@ -1,95 +0,0 @@
|
|||||||
# Copyright 2011-2022 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
inherit chromium-2 desktop pax-utils unpacker xdg
|
|
||||||
|
|
||||||
DESCRIPTION="The web browser from Google"
|
|
||||||
HOMEPAGE="https://www.google.com/chrome"
|
|
||||||
|
|
||||||
KEYWORDS="~arm64"
|
|
||||||
|
|
||||||
MY_P="chromium-browser_${PV}-0"
|
|
||||||
|
|
||||||
SRC_URI="http://ports.ubuntu.com/pool/universe/c/chromium-browser/${MY_P}ubuntu0.18.04.1_arm64.deb"
|
|
||||||
|
|
||||||
SLOT="0"
|
|
||||||
IUSE="selinux proprietary-codecs"
|
|
||||||
RESTRICT="bindist mirror strip"
|
|
||||||
|
|
||||||
RDEPEND="
|
|
||||||
app-accessibility/at-spi2-atk:2
|
|
||||||
app-accessibility/at-spi2-core:2
|
|
||||||
app-misc/ca-certificates
|
|
||||||
dev-libs/atk
|
|
||||||
dev-libs/expat
|
|
||||||
dev-libs/glib:2
|
|
||||||
dev-libs/nspr
|
|
||||||
>=dev-libs/nss-3.26
|
|
||||||
media-fonts/liberation-fonts
|
|
||||||
media-libs/alsa-lib
|
|
||||||
media-libs/mesa[gbm(+)]
|
|
||||||
net-misc/curl
|
|
||||||
net-print/cups
|
|
||||||
sys-apps/dbus
|
|
||||||
sys-libs/libcap
|
|
||||||
x11-libs/cairo
|
|
||||||
x11-libs/gdk-pixbuf:2
|
|
||||||
x11-libs/gtk+:3[X]
|
|
||||||
x11-libs/libdrm
|
|
||||||
>=x11-libs/libX11-1.5.0
|
|
||||||
x11-libs/libXcomposite
|
|
||||||
x11-libs/libXdamage
|
|
||||||
x11-libs/libXext
|
|
||||||
x11-libs/libXfixes
|
|
||||||
x11-libs/libXrandr
|
|
||||||
x11-libs/libxcb
|
|
||||||
x11-libs/libxkbcommon
|
|
||||||
x11-libs/libxshmfence
|
|
||||||
x11-libs/pango
|
|
||||||
x11-misc/xdg-utils
|
|
||||||
|
|
||||||
proprietary-codecs? (
|
|
||||||
=media-video/ffmpeg-extra-chromium-bin-debian-${PV}
|
|
||||||
!media-video/ffmpeg-chromium-bin-debian
|
|
||||||
)
|
|
||||||
|
|
||||||
!proprietary-codecs? (
|
|
||||||
=media-video/ffmpeg-chromium-bin-debian-${PV}
|
|
||||||
!media-video/ffmpeg-extra-chromium-bin-debian
|
|
||||||
)
|
|
||||||
|
|
||||||
"
|
|
||||||
|
|
||||||
QA_PREBUILT="*"
|
|
||||||
QA_DESKTOP_FILE="usr/share/applications/chromium-browser.*\\.desktop"
|
|
||||||
S=${WORKDIR}
|
|
||||||
|
|
||||||
pkg_nofetch() {
|
|
||||||
eerror "Please wait 24 hours and sync your tree before reporting a bug for chromium fetch failures."
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_pretend() {
|
|
||||||
# Protect against people using autounmask overzealously
|
|
||||||
use arm64 || die "This version of Chromium only works on arm64"
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_setup() {
|
|
||||||
chromium_suid_sandbox_check_kernel_config
|
|
||||||
}
|
|
||||||
|
|
||||||
src_unpack() {
|
|
||||||
:
|
|
||||||
}
|
|
||||||
|
|
||||||
src_install() {
|
|
||||||
dodir /
|
|
||||||
cd "${ED}" || die
|
|
||||||
unpacker
|
|
||||||
|
|
||||||
pushd "usr/lib/chromium-browser/locales" > /dev/null || die
|
|
||||||
chromium_remove_language_paks
|
|
||||||
popd > /dev/null || die
|
|
||||||
|
|
||||||
}
|
|
11
x11-wm/phoc-bin/metadata.xml
Executable file
11
x11-wm/phoc-bin/metadata.xml
Executable file
@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>gjdijkman@gjdwebserver.nl</email>
|
||||||
|
<name>Gerben Jan Dijkman</name>
|
||||||
|
</maintainer>
|
||||||
|
<upstream>
|
||||||
|
<bugs-to>https://source.puri.sm/Librem5/phoc/-/issues</bugs-to>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
83
x11-wm/phoc-bin/phoc-0.21.0.ebuild
Executable file
83
x11-wm/phoc-bin/phoc-0.21.0.ebuild
Executable file
@ -0,0 +1,83 @@
|
|||||||
|
# Copyright 1999-2022 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=7
|
||||||
|
|
||||||
|
inherit meson xdg gnome2-utils
|
||||||
|
|
||||||
|
MY_PV="v${PV}"
|
||||||
|
MY_P="${PN}-${MY_PV}"
|
||||||
|
|
||||||
|
WL_COMMIT="1f8bb9e0e3058fc31a14866dc52e8f83c1287a09"
|
||||||
|
WL_P="wlroots-${WL_COMMIT}"
|
||||||
|
|
||||||
|
DESCRIPTION="Wlroots based Phone compositor"
|
||||||
|
HOMEPAGE="https://gitlab.gnome.org/World/Phosh/phoc"
|
||||||
|
|
||||||
|
SRC_URI="
|
||||||
|
https://gitlab.gnome.org/World/Phosh/phoc/-/archive/${MY_PV}/${MY_P}.tar.gz
|
||||||
|
https://source.puri.sm/Librem5/wlroots/-/archive/${WL_COMMIT}/${WL_P}.tar.gz
|
||||||
|
"
|
||||||
|
|
||||||
|
LICENSE="GPL-3"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64 ~arm64"
|
||||||
|
IUSE="+introspection +systemd test"
|
||||||
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
dev-libs/glib
|
||||||
|
dev-libs/gobject-introspection
|
||||||
|
dev-libs/libinput
|
||||||
|
dev-libs/wayland
|
||||||
|
dev-libs/wayland-protocols
|
||||||
|
gnome-base/gnome-desktop
|
||||||
|
sys-apps/systemd
|
||||||
|
x11-libs/libdrm
|
||||||
|
x11-libs/pixman
|
||||||
|
x11-libs/xcb-util
|
||||||
|
x11-libs/xcb-util-wm
|
||||||
|
x11-libs/xcb-util-renderutil
|
||||||
|
x11-wm/mutter
|
||||||
|
sys-auth/seatd
|
||||||
|
!gui-libs/wlroots
|
||||||
|
dev-util/vulkan-headers
|
||||||
|
sys-auth/seatd
|
||||||
|
"
|
||||||
|
|
||||||
|
BDEPEND="
|
||||||
|
dev-util/ctags
|
||||||
|
dev-util/meson
|
||||||
|
virtual/pkgconfig
|
||||||
|
x11-base/xorg-server
|
||||||
|
"
|
||||||
|
|
||||||
|
S="${WORKDIR}/${MY_P}"
|
||||||
|
|
||||||
|
src_prepare() {
|
||||||
|
default
|
||||||
|
rm -r "${S}"/subprojects/wlroots || die "Failed to remove bundled wlroots"
|
||||||
|
cp -r "${WORKDIR}/${WL_P}" "${S}"/subprojects/wlroots || die "Failed to copy right version of wlroots"
|
||||||
|
}
|
||||||
|
|
||||||
|
src_configure() {
|
||||||
|
local emesonargs=(
|
||||||
|
-Ddefault_library=shared
|
||||||
|
-Dtests=false
|
||||||
|
)
|
||||||
|
meson_src_configure
|
||||||
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
DESTDIR="${D}" meson_src_install
|
||||||
|
dobin "${S}"/helpers/scale-to-fit
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
xdg_pkg_postinst
|
||||||
|
gnome2_schemas_update
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postrm() {
|
||||||
|
xdg_pkg_postrm
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user