aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Polański <michal@polanski.me>2020-02-27 18:42:21 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-02-27 19:12:05 -0300
commit5531839281da6cbbd0157ab1b521ee11ab0be86e (patch)
tree3106219e853eed56be4a70714de485e6a7ac365e
parentd354e779f2f93b9f4cbf23de8bedc5d0bf04a3ab (diff)
downloadaports-5531839281da6cbbd0157ab1b521ee11ab0be86e.tar.bz2
aports-5531839281da6cbbd0157ab1b521ee11ab0be86e.tar.xz
community/sway{,bg,idle,lock}: update url to use https
-rw-r--r--community/sway/APKBUILD6
-rw-r--r--community/swaybg/APKBUILD11
-rw-r--r--community/swayidle/APKBUILD6
-rw-r--r--community/swaylock/APKBUILD6
4 files changed, 13 insertions, 16 deletions
diff --git a/community/sway/APKBUILD b/community/sway/APKBUILD
index 44406a3ef8..5362d592de 100644
--- a/community/sway/APKBUILD
+++ b/community/sway/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=sway
pkgver=1.4
-pkgrel=2
+pkgrel=3
pkgdesc="i3 compatible window manager for Wayland"
-url="http://swaywm.org"
+url="https://swaywm.org"
arch="all"
license="MIT"
-options="suid !check"
+options="suid !check" # no test suite
depends="swaybg"
makedepends="cairo-dev
gdk-pixbuf-dev
diff --git a/community/swaybg/APKBUILD b/community/swaybg/APKBUILD
index d5b23aeccf..e3eeefb541 100644
--- a/community/swaybg/APKBUILD
+++ b/community/swaybg/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=swaybg
pkgver=1.0
-pkgrel=0
+pkgrel=1
pkgdesc="Wallpaper daemon for Wayland"
-url="http://swaywm.org"
+url="https://swaywm.org"
arch="all"
license="MIT"
-options="!check"
+options="!check" # no test suite
makedepends="cairo-dev
gdk-pixbuf-dev
libxkbcommon-dev
@@ -18,17 +18,14 @@ makedepends="cairo-dev
wayland-protocols
"
subpackages="$pkgname-doc"
-source="$pkgname-$pkgver.tar.gz::https://github.com/swaywm/$pkgname/archive/$pkgver.tar.gz"
-builddir="$srcdir/$pkgname-$pkgver"
+source="$pkgname-$pkgver.tar.gz::https://github.com/swaywm/swaybg/archive/$pkgver.tar.gz"
build() {
- cd "$builddir"
meson -Dswaybg-version="$pkgver" --prefix /usr build
ninja -C build
}
package() {
- cd "$builddir"
DESTDIR="$pkgdir" ninja -C build install
}
diff --git a/community/swayidle/APKBUILD b/community/swayidle/APKBUILD
index 35269956a6..58cd37108d 100644
--- a/community/swayidle/APKBUILD
+++ b/community/swayidle/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=swayidle
pkgver=1.6
-pkgrel=0
+pkgrel=1
pkgdesc="Idle management daemon for Wayland"
-url="http://swaywm.org"
+url="https://swaywm.org"
arch="all"
license="MIT"
-options="!check" # no test suite included
+options="!check" # no test suite
makedepends="
elogind-dev
meson
diff --git a/community/swaylock/APKBUILD b/community/swaylock/APKBUILD
index 94a1a6762c..a7d2f92889 100644
--- a/community/swaylock/APKBUILD
+++ b/community/swaylock/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer: Drew DeVault <sir@cmpwn.com>
pkgname=swaylock
pkgver=1.5
-pkgrel=1
+pkgrel=2
pkgdesc="Screen locker for Wayland"
-url="http://swaywm.org"
+url="https://swaywm.org"
arch="all"
license="MIT"
-options="!check"
+options="!check" # no test suite
makedepends="cairo-dev
gdk-pixbuf-dev
libxkbcommon-dev