Skip to content

Commit

Permalink
Merge pull request #20 from manjaro-sway/upstream_master
Browse files Browse the repository at this point in the history
added arch aarch64
  • Loading branch information
boredland authored Dec 16, 2023
2 parents db62228 + 613daca commit 1f73cef
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 17 deletions.
14 changes: 6 additions & 8 deletions .SRCINFO
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
pkgbase = swaylock-effects
pkgdesc = A fancier screen locker for Wayland.
pkgver = 1.6.4
pkgrel = 1
url = https://github.com/mortie/swaylock-effects
pkgver = 1.7.0.0
pkgrel = 2
url = https://github.com/jirutka/swaylock-effects
arch = i686
arch = x86_64
arch = aarch64
license = MIT
makedepends = git
makedepends = meson
Expand All @@ -17,10 +18,7 @@ pkgbase = swaylock-effects
depends = gdk-pixbuf2
depends = pam
provides = swaylock
provides = swaylock-effects
conflicts = swaylock
conflicts = swaylock-effects-git
source = https://github.com/mortie/swaylock-effects/archive/v1.6-4.tar.gz
sha256sums = 4f82c9d875ce20f1d58227ef65db60aacccb3fb29ce67c0f744849da68e82b20
source = https://github.com/jirutka/swaylock-effects/archive/v1.7.0.0.tar.gz
sha256sums = e94d79e189602694bedfbafb553ce3c6c976426e16f76d93bf7e226dc2876eb6

pkgname = swaylock-effects
16 changes: 7 additions & 9 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,27 +1,25 @@
# Maintainer: itsme <mymail@ishere.ru>

pkgname=swaylock-effects
pkgver=1.6.10
_pkgver=cd07dd1082a2fc1093f1e6f2541811e446f4d114
pkgrel=4
pkgver=1.7.0.0
pkgrel=2
pkgdesc="A fancier screen locker for Wayland."
arch=('i686' 'x86_64' 'aarch64')
url="https://github.com/jirutka/$pkgname"
license=('MIT')
depends=('libxkbcommon' 'cairo' 'gdk-pixbuf2' 'pam')
makedepends=('git' 'meson' 'ninja' 'scdoc' 'wayland' 'wayland-protocols')
provides=('swaylock' 'swaylock-effects')
conflicts=('swaylock' 'swaylock-effects-git')
source=("https://github.com/jirutka/$pkgname/archive/$_pkgver.tar.gz")
sha256sums=('1f684924483843b2081f1d7e0e12b3080f777c088f660ca3520b7cc4921c2b31')
provides=('swaylock')
source=("$url/archive/v$pkgver.tar.gz")
sha256sums=('e94d79e189602694bedfbafb553ce3c6c976426e16f76d93bf7e226dc2876eb6')

build() {
cd "$pkgname-$_pkgver"
cd "$pkgname-$pkgver"
meson build --prefix=/usr
ninja -C build
}

package() {
cd "$pkgname-$_pkgver"
cd "$pkgname-$pkgver"
DESTDIR="$pkgdir" ninja -C build install
}

0 comments on commit 1f73cef

Please sign in to comment.