Package Details: ltunify-git 0.2.22.gc3a263f-2

Git Clone URL: https://aur.archlinux.org/ltunify-git.git (read-only, click to copy)
Package Base: ltunify-git
Description: A command-line tool to pair Logitech Unifying devices
Upstream URL: https://lekensteyn.nl
Licenses: GPL
Submitter: None
Maintainer: Lekensteyn
Last Packager: Lekensteyn
Votes: 48
Popularity: 0.000000
First Submitted: 2013-05-16 08:05 (UTC)
Last Updated: 2016-11-02 11:28 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

Diego commented on 2013-07-11 11:21 (UTC)

_pkgname=ltunify pkgname=ltunify-git pkgver=0.1.30.g1e9b877 pkgrel=1 pkgdesc="A command-line tool to pair Logitech Unifying devices" arch=('i686' 'x86_64' 'ARM') url="http://lekensteyn.nl" license=('GPL') depends=('glibc' 'udev-logitech-unifying-git') makedepends=('gcc' 'make' 'git') source=('git+https://git.lekensteyn.nl/ltunify.git') md5sums=('SKIP') pkgver() { cd "$srcdir/$_pkgname" git describe --always | sed 's|^v||;s|-|.|g' } build() { cd "$srcdir/$_pkgname" make ltunify } package() { cd "$srcdir/$_pkgname" make BINDIR=$pkgdir/usr/bin install-home }

Diego commented on 2013-07-11 10:43 (UTC)

please use https://aur.archlinux.org/packages/udev-logitech-unifying-git/ as dependency instead bundled installation of udev rule. In this way the simultaneous installation of solaar and ltunify will be compatible.

<deleted-account> commented on 2013-05-16 08:53 (UTC)

Thanks for the feedback, I've modified the pkgver() function to cut down that 'v' in git's version number, and also added ARM as supported architecture.

<deleted-account> commented on 2013-05-16 08:53 (UTC)

Thanks for the feedback, I've modified the pkgver() function to cut down that 'v' in git's version number, and also added ARM as supported architecture.

<deleted-account> commented on 2013-05-16 08:52 (UTC)

Thanks for the feedback, I've modified the pkgdesc() function to cut down the 'v' in git's version number, and added 'ARM' in the list of supported architecture.

Lekensteyn commented on 2013-05-16 08:37 (UTC)

Thanks for bothering packaging this. One remark, is "v..." even valid as version number? I do not see any packages with such a version number. What about using "git" as version number (for older pacman) and for newer pacman: git describe --always | sed 's|^v||;s|-|_|g' For what it's worth, it also works on the arm architecture (tested with Raspberry Pi).