Skip to content
Snippets Groups Projects
Commit f2acb8e2 authored by Justin Berthault's avatar Justin Berthault Committed by Leo
Browse files

community/berry: upgrade to 0.1.8

parent e5872d9c
No related branches found
No related tags found
1 merge request!21550community/berry: upgrade to 0.1.8
Pipeline #84901 failed
# Contributor: Justin Berthault <justin.berthault@zaclys.net> # Contributor: Justin Berthault <justin.berthault@zaclys.net>
# Maintainer: Justin Berthault <justin.berthault@zaclys.net> # Maintainer: Justin Berthault <justin.berthault@zaclys.net>
pkgname=berry pkgname=berry
pkgver=0.1.7 pkgver=0.1.8
pkgrel=1 pkgrel=0
pkgdesc="a healthy, byte-sized window manager" pkgdesc="a healthy, byte-sized window manager"
url="https://berrywm.org/" url="https://berrywm.org/"
arch="all" arch="all"
license="MIT" license="MIT"
makedepends="libx11-dev libxft-dev libxinerama-dev" makedepends="libx11-dev libxft-dev libxinerama-dev"
subpackages="$pkgname-doc" subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/JLErvin/berry/archive/$pkgver.tar.gz" source="$pkgname-$pkgver.tar.gz::https://github.com/JLErvin/berry/archive/$pkgver.tar.gz
fix_prefix.patch"
options="!check" #test files only for man options="!check" #test files only for man
build() { build() {
...@@ -17,7 +18,10 @@ build() { ...@@ -17,7 +18,10 @@ build() {
} }
package() { package() {
make DESTDIR=$pkgdir PREFIX=/usr MANPREFIX=/usr/share/man install make DESTDIR=$pkgdir install
} }
sha512sums="2920890324d25b71da616960b1914aafcfabf542049696daecfe699ed447ee4e78427067fc1c11e27a466196f9c6d9b7c3b2a36f85c80ac03f5856f38e2e2e66 berry-0.1.7.tar.gz" sha512sums="
60d987c803f514ecc5660e080fe0b6e31a81afdc49be268f427c5d38d85a03abae76024aa88d16647878c24f01b3f9e6f72653572f64adf0cccdfaba42ceb4f4 berry-0.1.8.tar.gz
9498626f61d201cf468bbdb45bc57010acfeef1c64bed63ff9337a72586c6ac617717ca1af729ac812f452bc2900cb53039cd3cf9219b3525a0397b71ea2ec94 fix_prefix.patch
"
Description: Not able to modify PREFIX with condigure
Upstream: No
--- a/configure
+++ b/configure
@@ -130,7 +130,7 @@ done
#### Set directory prefixes ##########################################
-sub "s/@prefix@/${ac_var_prefix:=\/usr\/local}/g
+sub "s/@prefix@/${ac_var_prefix:=\/usr}/g
s/@bindir@/${ac_var_bindir:=\$\{prefix\}\/bin}/g
s/@datadir@/${ac_var_datadir:=\$\{prefix\}\/share}/g
s/@mandir@/${ac_var_mandir:=\$\{datadir\}\/man}/g
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment