Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Adélie Package Tree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Robert Samoraj
Adélie Package Tree
Commits
b1ff465d
Verified
Commit
b1ff465d
authored
5 years ago
by
Anna Wilcox
Browse files
Options
Downloads
Patches
Plain Diff
user/fbset: new package
parent
e5d24dc5
Branches
emulators
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
user/fbset/APKBUILD
+29
-0
29 additions, 0 deletions
user/fbset/APKBUILD
user/fbset/types.patch
+14
-0
14 additions, 0 deletions
user/fbset/types.patch
with
43 additions
and
0 deletions
user/fbset/APKBUILD
0 → 100644
+
29
−
0
View file @
b1ff465d
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname
=
fbset
pkgver
=
2.1
pkgrel
=
0
pkgdesc
=
"Utility to manipulate the framebuffer"
url
=
"http://users.telenet.be/geertu/Linux/fbdev/"
arch
=
"all"
options
=
"!check"
# No test suite.
license
=
"GPL-2.0-only"
depends
=
""
makedepends
=
"bison flex"
subpackages
=
"
$pkgname
-doc"
source
=
"http://users.telenet.be/geertu/Linux/fbdev/fbset-
$pkgver
.tar.gz
types.patch
"
build
()
{
make
-j1
}
package
()
{
install
-m755
-Dt
"
$pkgdir
"
/usr/sbin fbset
install
-m644
-Dt
"
$pkgdir
"
/usr/share/man/man5 fb.modes.5
install
-m644
-Dt
"
$pkgdir
"
/usr/share/man/man8 fbset.8
}
sha512sums
=
"7e0380760f77b0db7dcc128f6375a3ed8da4b8521d1926faba27812c5cb20e6f1a62f3a539591a81a6b7e7986940db4cd83e03d6de487e0ab7f0760ed1d21b28 fbset-2.1.tar.gz
5c4443f20b8342d2af6f1ddad9b2680c6e1a187f179645cb849eae921faf9c31a5d50fe59145357dff822fb6b0c0b717a590f7370dcdbc66cb283397960932b0 types.patch"
This diff is collapsed.
Click to expand it.
user/fbset/types.patch
0 → 100644
+
14
−
0
View file @
b1ff465d
From: Gentoo
For: musl compatibility (__u32)
--- a/fbset.h 2018-04-05 18:17:18.292975594 +0000
+++ b/fbset.h 2018-04-05 18:22:20.448747231 +0000
@@ -17,6 +17,8 @@
#ifdef __GLIBC__
#include <asm/types.h>
+#else
+#include <linux/types.h>
#endif
#define VERSION "Linux Frame Buffer Device Configuration " \
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