Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
1.2k
Issue boards
Milestones
Code
Merge requests
613
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
f1f57f16
Commit
f1f57f16
authored
2 years ago
by
Marvin Preuss
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
community/i3blocks: move from testing
parent
fb66359a
Loading
Loading
2 merge requests
!39304
[3.16] main/expat: security upgrade to 2.4.9
,
!34971
community/i3blocks: move from testing
Pipeline
#124138
passed with stages
in 1 minute and 2 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/i3blocks/APKBUILD
+5
-3
5 additions, 3 deletions
community/i3blocks/APKBUILD
community/i3blocks/bash-completion.patch
+11
-0
11 additions, 0 deletions
community/i3blocks/bash-completion.patch
with
16 additions
and
3 deletions
testing
/i3blocks/APKBUILD
→
community
/i3blocks/APKBUILD
+
5
−
3
View file @
f1f57f16
...
...
@@ -11,7 +11,7 @@ options="!check" # no test suite
makedepends
=
"ronn autoconf automake bash-completion"
subpackages
=
"
$pkgname
-bash-completion
$pkgname
-doc"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/vivien/i3blocks/archive/
$pkgver
.tar.gz
fix-makefile
.patch
bash-completion
.patch
"
prepare
()
{
...
...
@@ -33,5 +33,7 @@ package() {
make
DESTDIR
=
"
$pkgdir
"
PREFIX
=
/usr
install
}
sha512sums
=
"759829d59f94070251378d437891c2df05715fbd0b734c34dd41767d61957f301c6125b0058668295b8eeac29038fae6b2e8c194f903398ee736662213d1d534 i3blocks-1.5.tar.gz
b54fb4b9f2a08a1bfafb7ebcf36c87c850d795af2c6f4509bcfa0853340f96bf13662445e24033a94c6e13b9e0b8a7ab6a52a914b99ee8196e0d2275eaf9b5d1 fix-makefile.patch"
sha512sums
=
"
759829d59f94070251378d437891c2df05715fbd0b734c34dd41767d61957f301c6125b0058668295b8eeac29038fae6b2e8c194f903398ee736662213d1d534 i3blocks-1.5.tar.gz
5d5034c492302e73c7c9c41fc4de1828472ef5e019fc2535e738dca5a27b90d7454863accb687fcc3def8cd9964ab51bc1d63f1472d5f7377d822c967af2b511 bash-completion.patch
"
This diff is collapsed.
Click to expand it.
testing
/i3blocks/
fix-makefile
.patch
→
community
/i3blocks/
bash-completion
.patch
+
11
−
0
View file @
f1f57f16
diff --git a/Makefile.am b/Makefile.am
index d755a2b..f8a598e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,9 +34,6 @@
if ENABLE_BASH_COMPLETION
bashcompletiondir = $(BASH_COMPLETION_DIR)
@@ -35,6 +35,7 @@
bashcompletion_DATA = bash-completion
-install-data-local:
install-data-local:
+ install -d -m 755 '$(DESTDIR)$(BASH_COMPLETION_DIR)'
+ install -m 644 bash-completion '$(DESTDIR)$(BASH_COMPLETION_DIR)'/i3blocks
- ( cd '$(DESTDIR)$(BASH_COMPLETION_DIR)' && mv bash-completion i3blocks )
-
uninstall-local:
( cd '$(DESTDIR)$(BASH_COMPLETION_DIR)' && rm -rf i3blocks )
endif
This diff is collapsed.
Click to expand it.
Marvin Preuss
@xsteadfastx
mentioned in issue
#13896 (closed)
·
2 years ago
mentioned in issue
#13896 (closed)
mentioned in issue #13896
Toggle commit list
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