aboutsummaryrefslogtreecommitdiffstats
path: root/community/glacier-home/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/glacier-home/APKBUILD')
-rw-r--r--community/glacier-home/APKBUILD59
1 files changed, 0 insertions, 59 deletions
diff --git a/community/glacier-home/APKBUILD b/community/glacier-home/APKBUILD
deleted file mode 100644
index 30a4b404721..00000000000
--- a/community/glacier-home/APKBUILD
+++ /dev/null
@@ -1,59 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=glacier-home
-pkgver=0.27.8_git20210325
-pkgrel=4
-_commit="656c70d9b6018f66ebf9d56ca8d3c10cf3187ca2"
-pkgdesc="The Glacier homescreen"
-url="https://github.com/nemomobile-ux/glacier-home"
-# armhf blocked by libqofonoext
-# mips64 blocked by font-noto-emoji
-arch="all !armhf !mips64"
-license="BSD-3-Clause AND MIT"
-depends="
- connman
- libqofonoext
- mce
- nemo-qml-plugin-configuration
- nemo-qml-plugin-connectivity
- nemo-qml-plugin-contacts
- nemo-qml-plugin-devicelock
- nemo-qml-plugin-notifications
- nemo-qml-plugin-statusnotifier
- nemo-qml-plugin-time
- qt5-qtfeedback
- qt5-qtgraphicaleffects
- qt5-qtmultimedia
- qtmpris
- qtquickcontrols-nemo
- usb-moded
- "
-makedepends="
- bluez-qt-dev
- extra-cmake-modules
- lipstick-dev
- nemo-qml-plugin-devicelock-dev
- qt5-qtbase-dev
- qt5-qtdeclarative-dev
- qt5-qttools-dev
- qt5-qtwayland-dev
- "
-source="https://github.com/nemomobile-ux/glacier-home/archive/$_commit/glacier-home-$_commit.tar.gz"
-options="!check" # No tests
-builddir="$srcdir/$pkgname-$_commit"
-
-build() {
- cmake -B build \
- -DCMAKE_BUILD_TYPE=None \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
- -DCMAKE_INSTALL_SYSCONFDIR=/etc \
- -DUSE_SYSTEMD=OFF
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
-
-sha512sums="728007e9e3175587cc5f891ba8a9d4cded1ac7dcfc904d9818b76fe2f802a5d6dc567536f6da5495a492ad9ae2bdb71af299e44c028f2b6838b7e39e1522f164 glacier-home-656c70d9b6018f66ebf9d56ca8d3c10cf3187ca2.tar.gz"