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
39dae21b
Commit
39dae21b
authored
2 years ago
by
Lucidiot
Committed by
alice
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/csol: upgrade to 1.6.0
parent
5a75eac0
No related branches found
No related tags found
1 merge request
!44984
testing/csol: upgrade to 1.6.0
Pipeline
#155965
skipped
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/csol/20-fix-doc-install.patch
+0
-10
0 additions, 10 deletions
testing/csol/20-fix-doc-install.patch
testing/csol/APKBUILD
+2
-4
2 additions, 4 deletions
testing/csol/APKBUILD
with
2 additions
and
14 deletions
testing/csol/20-fix-doc-install.patch
deleted
100644 → 0
+
0
−
10
View file @
5a75eac0
The CMake install instructions use an incorrect directory for the manpage,
both for the source and destination.
--- ./CMakeLists.txt.orig 2022-02-10 20:58:42 +01:00
+++ ./CMakeLists.txt 2022-03-30 09:21:27 +02:00
@@ -24,4 +24,4 @@
install(FILES "${CMAKE_BINARY_DIR}/csolrc" DESTINATION /etc/xdg/csol COMPONENT config)
install(DIRECTORY "${CMAKE_BINARY_DIR}/themes" DESTINATION /etc/xdg/csol COMPONENT config)
install(DIRECTORY "${CMAKE_BINARY_DIR}/games" DESTINATION /etc/xdg/csol COMPONENT config)
-install(FILES "${CMAKE_BINARY_DIR}/doc/csol.6" DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man6)
+install(FILES "${PROJECT_SOURCE_DIR}/doc/csol.6" DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man6)
This diff is collapsed.
Click to expand it.
testing/csol/APKBUILD
+
2
−
4
View file @
39dae21b
# Contributor: Erwan Rouchet <lucidiot@brainshit.fr>
# Maintainer: Erwan Rouchet <lucidiot@brainshit.fr>
pkgname
=
csol
pkgver
=
1.
5
.0
pkgver
=
1.
6
.0
pkgrel
=
0
pkgdesc
=
"Small collection of solitaire/patience games to play in the terminal"
url
=
"https://nielssp.dk/csol/"
...
...
@@ -10,7 +10,6 @@ license="MIT"
makedepends
=
"cmake ncurses-dev"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/nielssp/csol/archive/v
$pkgver
.tar.gz
10-fix-ncurses.patch
20-fix-doc-install.patch
"
subpackages
=
"
$pkgname
-doc"
options
=
"!check"
# no tests
...
...
@@ -27,7 +26,6 @@ package() {
}
sha512sums
=
"
d49f7f23caa116a1cec19ff17db93e41b9c3486e0494e6629d3ec1b307890de68d9c6fe80fe937b92b5dd9d6dcaf91cb4cf4167cc2fec447613426ca1ccb0c96
csol-1.
5
.0.tar.gz
2bac4e373d84c585e8bdb4671e5a446d2a174f8bfa60eaa6a8fe0d1ff5074878f2f8d0907297dd1452e5e5b1e7bfd73ba672a7820a3d4664e9abd6e654f57107
csol-1.
6
.0.tar.gz
2ad2b066bdd79413ea7a72482999fc9a47d6c3b07af753ab45ee07e8ed107dbf0b2ea7492ad60eaafcc69cbf78ff0ee75b84eac127823250c5513be0d10d1a74 10-fix-ncurses.patch
c56744be00f9ec253c305868accda020170dc6be75ce34ea6ff3cd5c9016b68e661aae796cf05ecafb185b3921bbd231bee97943f79f67a5d6cc305fe3576644 20-fix-doc-install.patch
"
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