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
c74ca937
Commit
c74ca937
authored
3 years ago
by
Jakub Jirutka
Browse files
Options
Downloads
Patches
Plain Diff
community/polybar: fix --version
parent
c465729b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/polybar/APKBUILD
+3
-1
3 additions, 1 deletion
community/polybar/APKBUILD
community/polybar/fix-version.patch
+11
-0
11 additions, 0 deletions
community/polybar/fix-version.patch
with
14 additions
and
1 deletion
community/polybar/APKBUILD
+
3
−
1
View file @
c74ca937
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
# Maintainer: Taner Tas <taner76@gmail.com>
# Maintainer: Taner Tas <taner76@gmail.com>
pkgname
=
polybar
pkgname
=
polybar
pkgver
=
3.5.6
pkgver
=
3.5.6
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"fast and easy-to-use tool for creating status bars"
pkgdesc
=
"fast and easy-to-use tool for creating status bars"
url
=
"https://polybar.github.io/"
url
=
"https://polybar.github.io/"
arch
=
"all"
arch
=
"all"
...
@@ -40,6 +40,7 @@ source="
...
@@ -40,6 +40,7 @@ source="
$pkgname
-
$pkgver
.tar.gz::https://github.com/polybar/polybar/archive/
$pkgver
.tar.gz
$pkgname
-
$pkgver
.tar.gz::https://github.com/polybar/polybar/archive/
$pkgver
.tar.gz
xpp-
$_xppver
.tar.gz::https://github.com/polybar/xpp/archive/
$_xppver
.tar.gz
xpp-
$_xppver
.tar.gz::https://github.com/polybar/xpp/archive/
$_xppver
.tar.gz
i3ipcpp-
$_i3ipcppver
.tar.gz::https://github.com/polybar/i3ipcpp/archive/
$_i3ipcppver
.tar.gz
i3ipcpp-
$_i3ipcppver
.tar.gz::https://github.com/polybar/i3ipcpp/archive/
$_i3ipcppver
.tar.gz
fix-version.patch
"
"
options
=
"!check"
# No test suite
options
=
"!check"
# No test suite
...
@@ -72,4 +73,5 @@ sha512sums="
...
@@ -72,4 +73,5 @@ sha512sums="
5022f7876489cc28805a52894c8ea42c2afc0600c84f6ce27f1a7c738fcc48fbf5f5d5537472378eae4f3d5ca36fc2fc8b069b379e35b1047d12a3b294e1857f polybar-3.5.6.tar.gz
5022f7876489cc28805a52894c8ea42c2afc0600c84f6ce27f1a7c738fcc48fbf5f5d5537472378eae4f3d5ca36fc2fc8b069b379e35b1047d12a3b294e1857f polybar-3.5.6.tar.gz
d83eaadb31f3cf044e446bc92ad8bf3c627554f012cf2f1b62eb9dab1ae8a0ab2f338e264377c157444c3f742a9ca45b9a4184a29f6b7eabaa0554067e957cd0 xpp-c1a0f59cf262f88eccb276c9bcd5bcee8c410971.tar.gz
d83eaadb31f3cf044e446bc92ad8bf3c627554f012cf2f1b62eb9dab1ae8a0ab2f338e264377c157444c3f742a9ca45b9a4184a29f6b7eabaa0554067e957cd0 xpp-c1a0f59cf262f88eccb276c9bcd5bcee8c410971.tar.gz
27a90d80f2de45743c2347be5ec5c88db58c4f3bb2aa44093c2a1e3178bfd5761ec806bdec9c6b6a4de6d1e67d5f14d4518e99611bf7e2984cfc880898357133 i3ipcpp-cb008b30fc5f3febfe467884cb0211ee3c16386b.tar.gz
27a90d80f2de45743c2347be5ec5c88db58c4f3bb2aa44093c2a1e3178bfd5761ec806bdec9c6b6a4de6d1e67d5f14d4518e99611bf7e2984cfc880898357133 i3ipcpp-cb008b30fc5f3febfe467884cb0211ee3c16386b.tar.gz
02186474284b1fc9c3054f7ea92645e20269d067326b035791bc6e50df2fc928fa287723ca249386bec557e36de2e71c9978c2bbf0cb8b2e3b5ecdcdf0e6fcd4 fix-version.patch
"
"
This diff is collapsed.
Click to expand it.
community/polybar/fix-version.patch
0 → 100644
+
11
−
0
View file @
c74ca937
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -33,7 +33,7 @@
OUTPUT_VARIABLE git_describe
OUTPUT_STRIP_TRAILING_WHITESPACE ERROR_QUIET)
-if(git_result EQUAL "0")
+if(0)
set(APP_VERSION "${git_describe}")
else()
message(STATUS "Could not detect version with git, falling back to built-in version information.")
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