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
2b7e06b2
Commit
2b7e06b2
authored
1 year ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
testing/csfml: upgrade to 2.5.2
parent
c15a0b84
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
testing/csfml/APKBUILD
+8
-8
8 additions, 8 deletions
testing/csfml/APKBUILD
with
8 additions
and
8 deletions
testing/csfml/APKBUILD
+
8
−
8
View file @
2b7e06b2
# Maintainer: Daniel Sabogal <dsabogalcc@gmail.com>
# Maintainer: Daniel Sabogal <dsabogalcc@gmail.com>
pkgname
=
csfml
pkgname
=
csfml
pkgver
=
2.5.
1
pkgver
=
2.5.
2
pkgrel
=
0
pkgrel
=
0
pkgdesc
=
"C bindings for SFML"
pkgdesc
=
"C bindings for SFML"
url
=
"https://www.sfml-dev.org/"
url
=
"https://www.sfml-dev.org/"
arch
=
"all"
arch
=
"all"
license
=
"Zlib"
license
=
"Zlib"
makedepends
=
"cmake doxygen sfml-dev"
makedepends
=
"cmake doxygen
samurai
sfml-dev"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
options
=
"!check"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/SFML/CSFML/archive/
$pkgver
.tar.gz"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/SFML/CSFML/archive/
$pkgver
.tar.gz"
builddir
=
"
$srcdir
/CSFML-
$pkgver
"
builddir
=
"
$srcdir
/CSFML-
$pkgver
"
options
=
"!check"
build
()
{
build
()
{
cmake
.
\
cmake
-B
build
-G
Ninja
\
-DCMAKE_BUILD_TYPE
=
None
\
-DCMAKE_BUILD_TYPE
=
None
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCSFML_BUILD_DOC
=
TRUE
\
-DCSFML_BUILD_DOC
=
TRUE
\
-DCSFML_LINK_SFML_STATICALLY
=
FALSE
\
-DCSFML_LINK_SFML_STATICALLY
=
FALSE
\
-DSFML_DIR
=
/usr/share/SFML/cmake/Modules
-DSFML_DIR
=
/usr/share/SFML/cmake/Modules
make
c
make
--build
build
}
}
package
()
{
package
()
{
make
DESTDIR
=
"
$pkgdir
"
-C
"
$builddir
"
install
DESTDIR
=
"
$pkgdir
"
cmake
--
install
build
mkdir
-p
"
$pkgdir
"
/usr/share/doc
mkdir
-p
"
$pkgdir
"
/usr/share/doc
mv
"
$pkgdir
"
/usr/share/CSFML/doc
"
$pkgdir
"
/usr/share/doc/CSFML
mv
"
$pkgdir
"
/usr/share/CSFML/doc
"
$pkgdir
"
/usr/share/doc/CSFML
}
}
sha512sums
=
"
sha512sums
=
"
353baf9879d1c96c04761c3
d7
3
48
22f35fea2b420e7c1b880caef56fabd34d9b10a31772cd3e5bcb86
e3
c
50
d6c4552aa69a0351e3d29cb4156a3f1758e7b7fc2
csfml-2.5.
1
.tar.gz
d651b42e777647
d748
edf8d2cc40e6df9b0e3fe0f9af5f5c84e9d62ac5bdf6e7e0ff4bb037ee81b59e0bdec544ad05
e3
b
50
3a4555f03bfa6292a80c6188c12dc
csfml-2.5.
2
.tar.gz
"
"
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