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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Maxim Karasev
aports
Commits
457ef618
Commit
457ef618
authored
8 years ago
by
Stefan Wagner
Committed by
Jakub Jirutka
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
testing/xdotool: move from unmaintained and claim maitainership
parent
92dfc369
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
testing/xdotool/APKBUILD
+29
-0
29 additions, 0 deletions
testing/xdotool/APKBUILD
unmaintained/xdotool/APKBUILD
+0
-40
0 additions, 40 deletions
unmaintained/xdotool/APKBUILD
with
29 additions
and
40 deletions
testing/xdotool/APKBUILD
0 → 100644
+
29
−
0
View file @
457ef618
# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
# Contributor: Stefan Wagner <stw@bit-strickerei.de>
# Maintainer: Stefan Wagner <stw@bit-strickerei.de>
pkgname
=
xdotool
pkgver
=
3.20160805.1
pkgrel
=
0
pkgdesc
=
"Simulate keyboard/mouse input"
url
=
"https://github.com/jordansissel/xdotool"
arch
=
"all"
license
=
"BSD"
depends_dev
=
"libx11-dev libxtst-dev libxinerama-dev libxkbcommon-dev"
makedepends
=
"
$depends_dev
perl"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/jordansissel/
$pkgname
/archive/v
$pkgver
.tar.gz"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
builddir
=
"
$srcdir
/
$pkgname
-
$pkgver
"
build
()
{
cd
"
$builddir
"
make
WITHOUT_RPATH_FIX
=
1
}
package
()
{
cd
"
$builddir
"
make
DESTDIR
=
"
$pkgdir
"
PREFIX
=
/usr
INSTALLMAN
=
/usr/share/man
install
}
md5sums
=
"3b6f31082b18d141f2c3ebaf82141232 xdotool-3.20160805.1.tar.gz"
sha256sums
=
"ddafca1239075c203769c17a5a184587731e56fbe0438c09d08f8af1704e117a xdotool-3.20160805.1.tar.gz"
sha512sums
=
"cf0b1c31e63a43759ff3f081f3b005dd9fe9cabd2f606d7d1238c7ea9c0526681f6ad7883c69ab9194d19a9584c3707f10306be1e826e5953da30838007dd471 xdotool-3.20160805.1.tar.gz"
This diff is collapsed.
Click to expand it.
unmaintained/xdotool/APKBUILD
deleted
100644 → 0
+
0
−
40
View file @
92dfc369
# Contributor: Stuart Cardall <developer@it-offshore.co.uk>
# Maintainer:
pkgname
=
xdotool
pkgver
=
2.20110530.1
pkgrel
=
0
pkgdesc
=
"Simulate keyboard/mouse input"
url
=
"http://www.semicomplete.com/projects/xdotool/#idp9392"
arch
=
"all"
license
=
"BSD"
depends
=
""
depends_dev
=
"libx11-dev libxtst-dev libxinerama-dev"
makedepends
=
"
$depends_dev
perl"
source
=
"http://semicomplete.googlecode.com/files/
$pkgname
-
$pkgver
.tar.gz"
subpackages
=
"
$pkgname
-dev
$pkgname
-doc"
_builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
prepare
()
{
local
i
cd
"
$_builddir
"
for
i
in
$source
;
do
case
$i
in
*
.patch
)
msg
$i
;
patch
-p1
-i
"
$srcdir
"
/
$i
||
return
1
;;
esac
done
}
build
()
{
cd
"
$_builddir
"
make
PREFIX
=
/usr
||
return
1
}
package
()
{
cd
"
$_builddir
"
make
DESTDIR
=
"
$pkgdir
"
PREFIX
=
/usr
INSTALLMAN
=
/usr/share/man
\
install
||
return
1
}
md5sums
=
"62d0c2158bbaf882a1cf580421437b2f xdotool-2.20110530.1.tar.gz"
sha256sums
=
"e7b42c8b1d391970e1c1009b256033f30e57d8e0a2a3de229fd61ecfc27baf67 xdotool-2.20110530.1.tar.gz"
sha512sums
=
"0b2f71203c41e320aac152e1376b30bb9f5ea2067572299ad4c32f49b2505566275f0b377b4f443c3520751d71a9b270325cd676e63ee2a153de3213e128f2cb xdotool-2.20110530.1.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