Skip to content

Commit

Permalink
Release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
project-repo committed Aug 21, 2023
1 parent 795a84d commit 3ecee65
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 15 deletions.
11 changes: 11 additions & 0 deletions Bugs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Bugs

## Issue 1

Cagebreak-pkgbuild up to release 2.1.0 did not use the features of meson correctly
to facilitate installation.

## Issue 2

Cagebreak-pkgbuild did not correctly incorporate the cagebreak-socket man page
correctly up to release 2.1.0
6 changes: 3 additions & 3 deletions cagebreak-arm/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = cagebreak
pkgdesc = Tiling wayland compositor based on cage inspired by ratpoison
pkgver = 2.2.0
pkgver = 2.2.1
pkgrel = 1
url = https://github.com/project-repo/cagebreak
arch = aarch64
Expand All @@ -18,7 +18,7 @@ pkgbase = cagebreak
conflicts = cagebreak-bin
options = !buildflags
options = !strip
source = cagebreak-2.2.0.tar.gz::https://github.com/project-repo/cagebreak/releases/download/2.2.0/release_2.2.0.tar.gz
sha512sums = 605badd296007ad9bca0c68e663b96b4675d9b2ae298e4dcfe53773c6931d759f724c345ff0fb82be8ea95624b7068a230a04b1167c73f4490090a71a554fcec
source = cagebreak-2.2.1.tar.gz::https://github.com/project-repo/cagebreak/releases/download/2.2.1/release_2.2.1.tar.gz
sha512sums = 82076b07af4a8f56638bdc872ad7997e308183f3ac1aa3673ee5df7820a36671e3c9d7ee8257cf71cfb4afc011b2701e7d7cb9683c439d023ff1575fb3f1fccf

pkgname = cagebreak
4 changes: 2 additions & 2 deletions cagebreak-arm/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: project-repo <archlinux-aur@project-repo.co>
pkgname=cagebreak
pkgver=2.2.0
pkgver=2.2.1
pkgrel=1
pkgdesc='Tiling wayland compositor based on cage inspired by ratpoison'
arch=('aarch64')
Expand All @@ -13,7 +13,7 @@ optdepends=('wl-clipboard: clipboard support'
options=('!buildflags' '!strip')
conflicts=('cagebreak-bin')
source=("$pkgname-$pkgver.tar.gz::https://github.com/project-repo/cagebreak/releases/download/$pkgver/release_$pkgver.tar.gz")
sha512sums=('605badd296007ad9bca0c68e663b96b4675d9b2ae298e4dcfe53773c6931d759f724c345ff0fb82be8ea95624b7068a230a04b1167c73f4490090a71a554fcec')
sha512sums=('82076b07af4a8f56638bdc872ad7997e308183f3ac1aa3673ee5df7820a36671e3c9d7ee8257cf71cfb4afc011b2701e7d7cb9683c439d023ff1575fb3f1fccf')
build() {
cd "$pkgname"
meson setup build --buildtype=release -Dman-pages=true -Dxwayland=true
Expand Down
6 changes: 3 additions & 3 deletions cagebreak-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = cagebreak-bin
pkgdesc = Tiling wayland compositor based on cage inspired by ratpoison
pkgver = 2.2.0
pkgver = 2.2.1
pkgrel = 1
url = https://github.com/project-repo/cagebreak
arch = x86_64
Expand All @@ -14,7 +14,7 @@ pkgbase = cagebreak-bin
conflicts = cagebreak
options = !buildflags
options = !strip
source = cagebreak-bin-2.2.0.tar.gz::https://github.com/project-repo/cagebreak/releases/download/2.2.0/release-artefacts_2.2.0.tar.gz
sha512sums = 2b641ac4d535295cefedc067dcd23eea2a0335ad7f18a96eb72163062a58a3bdf505e5200a7e2c00b7ab14227053e9b55294718169a8d99fc5aee8fcff726ddd
source = cagebreak-bin-2.2.1.tar.gz::https://github.com/project-repo/cagebreak/releases/download/2.2.1/release-artefacts_2.2.1.tar.gz
sha512sums = c1270d02eb0b621e026e19165d6a7d2d7bc87f5471ac02d333446d094a871a6876308c60f9c3e68668b021982e8b86a6f664ccf1ac6b71751786bc717b0f2e8b

pkgname = cagebreak-bin
4 changes: 2 additions & 2 deletions cagebreak-bin/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: project-repo <archlinux-aur@project-repo.co>
pkgname=cagebreak-bin
pkgver=2.2.0
pkgver=2.2.1
pkgrel=1
pkgdesc='Tiling wayland compositor based on cage inspired by ratpoison'
arch=('x86_64')
Expand All @@ -12,7 +12,7 @@ optdepends=('wl-clipboard: clipboard support'
source=("$pkgname-$pkgver.tar.gz::https://github.com/project-repo/cagebreak/releases/download/$pkgver/release-artefacts_$pkgver.tar.gz")
options=('!buildflags' '!strip')
conflicts=('cagebreak')
sha512sums=('2b641ac4d535295cefedc067dcd23eea2a0335ad7f18a96eb72163062a58a3bdf505e5200a7e2c00b7ab14227053e9b55294718169a8d99fc5aee8fcff726ddd')
sha512sums=('c1270d02eb0b621e026e19165d6a7d2d7bc87f5471ac02d333446d094a871a6876308c60f9c3e68668b021982e8b86a6f664ccf1ac6b71751786bc717b0f2e8b')
package() {
cd release-artefacts_$pkgver
mkdir -p "$pkgdir/usr/bin/"
Expand Down
6 changes: 3 additions & 3 deletions cagebreak/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgbase = cagebreak
pkgdesc = Tiling wayland compositor based on cage inspired by ratpoison
pkgver = 2.2.0
pkgver = 2.2.1
pkgrel = 1
url = https://github.com/project-repo/cagebreak
arch = x86_64
Expand All @@ -18,7 +18,7 @@ pkgbase = cagebreak
conflicts = cagebreak-bin
options = !buildflags
options = !strip
source = cagebreak-2.2.0.tar.gz::https://github.com/project-repo/cagebreak/releases/download/2.2.0/release_2.2.0.tar.gz
sha512sums = 605badd296007ad9bca0c68e663b96b4675d9b2ae298e4dcfe53773c6931d759f724c345ff0fb82be8ea95624b7068a230a04b1167c73f4490090a71a554fcec
source = cagebreak-2.2.1.tar.gz::https://github.com/project-repo/cagebreak/releases/download/2.2.1/release_2.2.1.tar.gz
sha512sums = 82076b07af4a8f56638bdc872ad7997e308183f3ac1aa3673ee5df7820a36671e3c9d7ee8257cf71cfb4afc011b2701e7d7cb9683c439d023ff1575fb3f1fccf

pkgname = cagebreak
4 changes: 2 additions & 2 deletions cagebreak/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: project-repo <archlinux-aur@project-repo.co>
pkgname=cagebreak
pkgver=2.2.0
pkgver=2.2.1
pkgrel=1
pkgdesc='Tiling wayland compositor based on cage inspired by ratpoison'
arch=('x86_64')
Expand All @@ -13,7 +13,7 @@ optdepends=('wl-clipboard: clipboard support'
options=('!buildflags' '!strip')
conflicts=('cagebreak-bin')
source=("$pkgname-$pkgver.tar.gz::https://github.com/project-repo/cagebreak/releases/download/$pkgver/release_$pkgver.tar.gz")
sha512sums=('605badd296007ad9bca0c68e663b96b4675d9b2ae298e4dcfe53773c6931d759f724c345ff0fb82be8ea95624b7068a230a04b1167c73f4490090a71a554fcec')
sha512sums=('82076b07af4a8f56638bdc872ad7997e308183f3ac1aa3673ee5df7820a36671e3c9d7ee8257cf71cfb4afc011b2701e7d7cb9683c439d023ff1575fb3f1fccf')
build() {
meson setup --prefix=/usr --buildtype=release -Dman-pages=true -Dxwayland=true $pkgname build
meson compile -C build
Expand Down

0 comments on commit 3ecee65

Please sign in to comment.