aboutsummaryrefslogtreecommitdiffstats
path: root/community/lipstick/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lipstick/APKBUILD')
-rw-r--r--community/lipstick/APKBUILD75
1 files changed, 0 insertions, 75 deletions
diff --git a/community/lipstick/APKBUILD b/community/lipstick/APKBUILD
deleted file mode 100644
index 436d1ef6aeb..00000000000
--- a/community/lipstick/APKBUILD
+++ /dev/null
@@ -1,75 +0,0 @@
-# Contributor: Bart Ribbers <bribbers@disroot.org>
-# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname=lipstick
-pkgver=0.44
-pkgrel=1
-_commit_dbus_gmain="d42176ae4763e5288ef37ea314fe58387faf2005"
-pkgdesc="A project aimed at offering easy to modify user experiences for varying mobile device form factors"
-url="https://github.com/nemomobile-ux/lipstick"
-# armhf blocked by nemo-qml-plugin-devicelock
-arch="all !armhf"
-license="LGPL-2.1-only"
-depends_dev="
- bluez-qt-dev
- elogind-dev
- libdsme-dev
- libmce-qt-dev
- libngf-qt-dev
- libresourceqt-dev
- libusb-moded-qt-dev
- libxkbcommon-dev
- mlite-dev
- nemo-keepalive-dev
- nemo-qml-plugin-devicelock-dev
- nemo-qml-plugin-systemsettings-dev
- pulseaudio-dev
- qt5-qtbase-dev
- qt5-qtdeclarative-dev
- qt5-qtsensors-dev
- qt5-qtsystems-dev
- qt5-qttools-dev
- qt5-qtwayland-dev
- ssu-sysinfo-dev
- user-managerd-dev
- wayland-dev
- "
-makedepends="$depends_dev
- qtchooser
- "
-subpackages="$pkgname-dbg $pkgname-dev $pkgname-tools"
-source="https://github.com/nemomobile-ux/lipstick/archive/$pkgver/lipstick-$pkgver.tar.gz
- https://github.com/sailfishos-mirror/dbus-glib/archive/$_commit_dbus_gmain/dbus-glib-$_commit_dbus_gmain.tar.gz
- 0001-fix-include-location.patch
- "
-
-prepare() {
- default_prepare
-
- rm -r src/3rdparty/dbus-gmain
- mv "$srcdir"/dbus-glib-$_commit_dbus_gmain src/3rdparty/dbus-gmain
-}
-
-build() {
- qmake-qt5
- make
-}
-
-check() {
- make check
-}
-
-package() {
- INSTALL_ROOT="$pkgdir" make install
-}
-
-tools() {
- pkgdesc="Useful command line tools for Lipstick"
-
- amove usr/bin
-}
-
-sha512sums="
-055eb3a78fb08b06e3f40736f15cd201d56177a003c39b16ad508ff983ea2a434bcfb62dbe8f307b60f6fda66a08889931af6ea231c46f258d457044f6c231aa lipstick-0.44.tar.gz
-665cd6395ee0ea14086ba30188c62a72697b3f63484681e18fc7f54109c9aca162f2e33aa2fa4d45287c6c0b590e81ca310c143dac0232cd5887692cdaf51256 dbus-glib-d42176ae4763e5288ef37ea314fe58387faf2005.tar.gz
-55517f69cb098404d158a9fa7a345d37550539c48bc98ca7ccccf444bb9a926e8ab3d4b2123c3fd2055cf47270ffcb2f36561c6b103840ae7a6f976b4148abc4 0001-fix-include-location.patch
-"