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
b9ec4543
Commit
b9ec4543
authored
4 years ago
by
Leonardo Arena
Browse files
Options
Downloads
Patches
Plain Diff
community/xcursorgen: new aport
Needed by capitaine-cursors r4
parent
9b07c69c
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
community/xcursorgen/APKBUILD
+31
-0
31 additions, 0 deletions
community/xcursorgen/APKBUILD
with
31 additions
and
0 deletions
community/xcursorgen/APKBUILD
0 → 100644
+
31
−
0
View file @
b9ec4543
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname
=
xcursorgen
pkgver
=
1.0.7
pkgrel
=
0
pkgdesc
=
"Create and X cursor file from PNG images"
url
=
"https://xorg.freedesktop.org/archive/individual/app/"
arch
=
"all"
license
=
"Custom"
makedepends
=
"xorg-server-dev libxcursor-dev libpng-dev"
subpackages
=
"
$pkgname
-doc"
source
=
"https://xorg.freedesktop.org/archive/individual/app/xcursorgen-
$pkgver
.tar.bz2"
build
()
{
./configure
--prefix
=
/usr
\
--sysconfdir
=
/etc
\
--mandir
=
/usr/share/man
\
--infodir
=
/usr/share/info
make
}
package
()
{
make
DESTDIR
=
"
$pkgdir
"
install
install
-m755
-d
"
${
pkgdir
}
/usr/share/licenses/
${
pkgname
}
"
install
-m644
COPYING
"
${
pkgdir
}
/usr/share/licenses/
${
pkgname
}
/"
}
check
()
{
make check
}
sha512sums
=
"bd13ad23691d3daa2d5dcdc5902cf62e3dcb97a0289aff362e6cd85866a1d8cafb64f98800a75bfb4cf1f3c76244ca20201847dff594543d136d0abaec7011d2 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