skypetab-ng: new libskypetab-ng subpkg, enable 32bit for x86_64, vbump.

This commit is contained in:
xdave 2014-03-09 11:16:42 -06:00
parent 8fe44a556f
commit 9e753c1b88
2 changed files with 13 additions and 2 deletions

1
srcpkgs/libskypetab-ng Symbolic link
View File

@ -0,0 +1 @@
skypetab-ng

View File

@ -1,16 +1,17 @@
# Template file for 'skypetab-ng'
pkgname=skypetab-ng
version=20140217
version=20140309
revision=1
hostmakedepends="pkg-config"
makedepends="libX11-devel qt-devel"
depends="skype"
depends="skype libskypetab-ng-${version}_${revision}"
short_desc="A program that adds tabs to Skype for Linux"
maintainer="davehome <davehome@redthumb.info.tm>"
homepage="http://keks-n.net/skypetab"
license="GPL"
only_for_archs=i686
lib32mode="full"
do_fetch() {
local url="git://github.com/kekekeks/${pkgname}.git"
@ -29,4 +30,13 @@ do_build() {
do_install() {
make ${makejobs} INSTALL_ROOT=${DESTDIR} install
chmod +x "${DESTDIR}/usr/share/applications/${pkgname}.desktop"
sed -i -e "s|LD_PRELOAD=|LD_PRELOAD=/usr/lib32/|" \
"${DESTDIR}/usr/bin/skypetab-ng"
}
libskypetab-ng_package() {
short_desc+=" - shared LD_PRELOAD library"
pkg_install() {
vmove "usr/lib/*.so*"
}
}