From 11fd92530cd4ca4824b0b1f767ac331b6686e48c Mon Sep 17 00:00:00 2001 From: Piotr Gorski Date: Tue, 25 Aug 2020 16:22:10 +0200 Subject: [PATCH] Drop antimicrox-git Signed-off-by: Piotr Gorski --- Files | 4 +--- README.md | 2 -- antimicrox-git/.SRCINFO | 25 ------------------------- antimicrox-git/PKGBUILD | 38 -------------------------------------- 4 files changed, 1 insertion(+), 68 deletions(-) delete mode 100644 antimicrox-git/.SRCINFO delete mode 100644 antimicrox-git/PKGBUILD diff --git a/Files b/Files index 64ed7be9..d6a98192 100644 --- a/Files +++ b/Files @@ -1,6 +1,4 @@ . -├── antimicrox-git -│   └── PKGBUILD ├── auracle-git │   └── PKGBUILD ├── bat-polaur-git @@ -567,4 +565,4 @@ ├── xvfb-run └── xvfb-run.1 -193 directories, 374 files +192 directories, 373 files diff --git a/README.md b/README.md index 2e5b6ddb..6baeb547 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Collection of PKGBUILDS for Ach Linux: -- antimicrox-git - - auracle-git - bat-polaur-git diff --git a/antimicrox-git/.SRCINFO b/antimicrox-git/.SRCINFO deleted file mode 100644 index 4f3c0144..00000000 --- a/antimicrox-git/.SRCINFO +++ /dev/null @@ -1,25 +0,0 @@ -# Generated by makepkg 5.2.2 -# Sun Aug 2 15:56:28 UTC 2020 -pkgbase = antimicrox-git - pkgdesc = Map keyboard and mouse actions to gamepad buttons, inspired by qjoypad. Antimicro fork - pkgver = 3.0.r61.gffa39301 - pkgrel = 1 - url = https://github.com/juliagoda/antimicroX - arch = x86_64 - license = GPL3 - makedepends = git - makedepends = cmake - makedepends = qt5-tools - makedepends = itstool - makedepends = extra-cmake-modules - depends = libxtst - depends = hicolor-icon-theme - depends = sdl2 - depends = qt5-x11extras - provides = antimicrox - conflicts = antimicrox - source = git://github.com/juliagoda/antimicroX#branch=master - md5sums = SKIP - -pkgname = antimicrox-git - diff --git a/antimicrox-git/PKGBUILD b/antimicrox-git/PKGBUILD deleted file mode 100644 index 02ed126a..00000000 --- a/antimicrox-git/PKGBUILD +++ /dev/null @@ -1,38 +0,0 @@ -# Maintainer: Piotr Górski - -pkgname=antimicrox-git -pkgver=3.0.r61.gffa39301 -pkgrel=1 -pkgdesc='Map keyboard and mouse actions to gamepad buttons, inspired by qjoypad. Antimicro fork' -url='https://github.com/juliagoda/antimicroX' -arch=('x86_64') -license=('GPL3') -depends=('libxtst' 'hicolor-icon-theme' 'sdl2' 'qt5-x11extras') -makedepends=('git' 'cmake' 'qt5-tools' 'itstool' 'extra-cmake-modules') -conflicts=('antimicrox') -provides=('antimicrox') -source=('git://github.com/juliagoda/antimicroX#branch=master') -md5sums=('SKIP') - -pkgver() { - cd antimicroX - # git describe - git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' - # other - #_ver="$(cat CMakeLists.txt | grep -m3 -e _MAJOR_VERSION -e _MINOR_VERSION -e _PATCH_VERSION | grep -o "[[:digit:]]*" | paste -sd'.')" - # echo "${_ver}.r$(git rev-list --count HEAD).g$(git rev-parse --short HEAD)" -} - -build() { - cmake -B build -S antimicroX \ - -DCMAKE_INSTALL_PREFIX=/usr \ - -DWITH_X11=ON \ - -DWITH_XTEST=ON \ - -DWITH_UINPUT=OFF \ - -DAPPDATA=ON - cmake --build build -} - -package() { - DESTDIR="$pkgdir" cmake --install build -}