Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
f2acb8e2
Commit
f2acb8e2
authored
3 years ago
by
Justin Berthault
Committed by
Leo
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/berry: upgrade to 0.1.8
parent
e5872d9c
No related branches found
No related tags found
1 merge request
!21550
community/berry: upgrade to 0.1.8
Pipeline
#84901
failed
3 years ago
Stage: lint
Stage: build
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/berry/APKBUILD
+9
-5
9 additions, 5 deletions
community/berry/APKBUILD
community/berry/fix_prefix.patch
+14
-0
14 additions, 0 deletions
community/berry/fix_prefix.patch
with
23 additions
and
5 deletions
community/berry/APKBUILD
+
9
−
5
View file @
f2acb8e2
# 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
"
This diff is collapsed.
Click to expand it.
community/berry/fix_prefix.patch
0 → 100644
+
14
−
0
View file @
f2acb8e2
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment