diff options
author | Bart Ribbers <bribbers@disroot.org> | 2022-05-09 11:50:27 +0200 |
---|---|---|
committer | Bart Ribbers <bribbers@disroot.org> | 2022-05-09 10:21:25 +0000 |
commit | 96f807626ee0e0564fc72500072d67b547233f2c (patch) | |
tree | a90c9ed240bb9efd5835b785a92f078da16be2c1 | |
parent | f96d1cebcd55ec5b831dfe2cd45001838e7dc9b4 (diff) | |
download | aports-96f807626ee0e0564fc72500072d67b547233f2c.tar.gz aports-96f807626ee0e0564fc72500072d67b547233f2c.tar.bz2 aports-96f807626ee0e0564fc72500072d67b547233f2c.tar.xz |
community/lipstick-nemo: rename from lipstick
Makes the distinction from lipstick-asteroidos more clear.
It isn't the upstream source of lipstick anyway, that would be lipstick
from the SailfishOS project (which is of no use to us)
-rw-r--r-- | community/lipstick-nemo/0001-fix-include-location.patch (renamed from community/lipstick/0001-fix-include-location.patch) | 0 | ||||
-rw-r--r-- | community/lipstick-nemo/APKBUILD (renamed from community/lipstick/APKBUILD) | 9 |
2 files changed, 6 insertions, 3 deletions
diff --git a/community/lipstick/0001-fix-include-location.patch b/community/lipstick-nemo/0001-fix-include-location.patch index 94b072beab..94b072beab 100644 --- a/community/lipstick/0001-fix-include-location.patch +++ b/community/lipstick-nemo/0001-fix-include-location.patch diff --git a/community/lipstick/APKBUILD b/community/lipstick-nemo/APKBUILD index 708d3d606a..a2bc2af132 100644 --- a/community/lipstick/APKBUILD +++ b/community/lipstick-nemo/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> -pkgname=lipstick +pkgname=lipstick-nemo pkgver=0.44_git20220319 -pkgrel=1 +pkgrel=2 # from master branch _commit="01729c8466765a285dda6471138a173af37795fd" _commit_dbus_gmain="d42176ae4763e5288ef37ea314fe58387faf2005" @@ -43,7 +43,10 @@ source="https://github.com/nemomobile-ux/lipstick/archive/$_commit/lipstick-$_co https://github.com/sailfishos-mirror/dbus-glib/archive/$_commit_dbus_gmain/dbus-glib-$_commit_dbus_gmain.tar.gz 0001-fix-include-location.patch " -builddir="$srcdir/$pkgname-$_commit" +builddir="$srcdir/lipstick-$_commit" + +provides="lipstick=$pkgver-r$pkgrel" +replaces="lipstick" prepare() { default_prepare |