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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Adélie Linux
Adélie Package Tree
Merge requests
!209
Packages bumped for 30 Mar 2019
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Packages bumped for 30 Mar 2019
bump.aerdan.20190330
into
master
Overview
0
Commits
17
Pipelines
0
Changes
1
Merged
Síle Ekaterin Liszka
requested to merge
bump.aerdan.20190330
into
master
5 years ago
Overview
0
Commits
17
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
91277a6a
Prev
Next
Show latest version
1 file
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Unverified
91277a6a
user/libfakekey: upgrade to 0.3
· 91277a6a
Síle Ekaterin Liszka
authored
5 years ago
user/libfakekey/APKBUILD
+
4
−
4
Options
# Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
# Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
pkgname
=
libfakekey
pkgver
=
0.
1
pkgver
=
0.
3
pkgrel
=
0
pkgdesc
=
"Library for faking X key-presses from character inputs"
url
=
"https://www.yoctoproject.org/software-item/matchbox/"
@@ -10,12 +10,12 @@ license="LGPL-2.0+"
depends
=
""
makedepends
=
"libx11-dev libxtst-dev"
subpackages
=
"
$pkgname
-dev"
source
=
"http://
downloads
.yoctoproject.org/
releases/matchbox
/libfakekey/
$pkgver
/libfakekey-
$pkgver
.tar.
bz2
"
source
=
"http://
git
.yoctoproject.org/
cgit.cgi
/libfakekey/
snapshot
/libfakekey-
$pkgver
.tar.
gz
"
prepare
()
{
cd
"
$builddir
"
update_config_sub
default_prepare
autoreconf
-vif
}
build
()
{
@@ -40,4 +40,4 @@ package() {
make
DESTDIR
=
"
$pkgdir
"
install
}
sha512sums
=
"
1fda0548cf14657083a6602f8d6c08efae8cae2236de7ed17fc4058765156c6bb923956e3c7fd75f2db586399f1d8a3320ab5bbed71cc5a8b0d146590a14a808
libfakekey-0.
1
.tar.
bz2
"
sha512sums
=
"
9c09007c6ab616095bdf69669cfdf0d176d44beaeb6b2a0fe8e310bb835d3f241ca7499dcb523c1eeeb24968ef908c1951f97352da419fc1bbb3883cb43dd963
libfakekey-0.
3
.tar.
gz
"
Loading