Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
postmarketOS
pmaports
Commits
ef96ce3b
Unverified
Commit
ef96ce3b
authored
5 years ago
by
Luca Weiss
Committed by
Martijn Braam
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/xcursorgen: upgrade to 1.0.7 (
!616
)
parent
9f380c86
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#197622
passed
5 years ago
Stage: first
Stage: second
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/xcursorgen/APKBUILD
+2
-5
2 additions, 5 deletions
main/xcursorgen/APKBUILD
with
2 additions
and
5 deletions
main/xcursorgen/APKBUILD
+
2
−
5
View file @
ef96ce3b
pkgname
=
xcursorgen
pkgver
=
1.0.
6
pkgver
=
1.0.
7
pkgrel
=
0
pkgdesc
=
"Create an X cursor file from PNG images"
arch
=
"all"
url
=
"https://xorg.freedesktop.org/"
license
=
"custom"
depends
=
""
makedepends
=
"libx11-dev libxcursor-dev libpng-dev"
source
=
"https://xorg.freedesktop.org/archive/individual/app/
$pkgname
-
$pkgver
.tar.bz2"
subpackages
=
"
$pkgname
-doc"
build
()
{
cd
"
$builddir
"
./configure
--prefix
=
/usr
make
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
install
install
-m755
-d
"
$pkgdir
/usr/share/licenses/
$pkgname
"
install
-m644
COPYING
"
$pkgdir
/usr/share/licenses/
$pkgname
/"
}
sha512sums
=
"
3b464b7be3cec8c6d2bf4538266108bdc09e1dae4053d573f7f38e004929b41be0d996aa54918490fa040655644e2b0d4fab1ec
24
c
ca
014d77bdb91c41ab1db4
xcursorgen-1.0.
6
.tar.bz2"
sha512sums
=
"
bd13ad23691d3daa2d5dcdc5902cf62e3dcb97a0289aff362e6cd85866a1d8cafb64f98800a75bfb4cf1f3c76
24
4
ca
20201847dff594543d136d0abaec7011d2
xcursorgen-1.0.
7
.tar.bz2"
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