libspiro: moved to desktop, #FS1319 and suil moved to gtk, #FS1322

This commit is contained in:
Neofytos Kolokotronis 2016-01-18 00:41:41 +01:00
parent a4140f41a0
commit 19f2d3db7d
2 changed files with 0 additions and 62 deletions

View File

@ -1,30 +0,0 @@
# Contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/libspiro
pkgname=libspiro
pkgver=0.3.20150131
pkgrel=1
pkgdesc='Simplifies the drawing of beautiful curves'
url='https://github.com/fontforge/libspiro'
license=('GPL')
arch=('x86_64')
source=("https://github.com/fontforge/libspiro/archive/${pkgver}.tar.gz")
sha1sums=('fd897b4ae9640de9d395f4c037dd6ff779c1e8ca')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
autoreconf -i
automake --foreign -Wall
}
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
export LDFLAGS=
./configure --prefix=/usr
make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
install -Dm644 libspiro.pc "${pkgdir}"/usr/lib/pkgconfig/libspiro.pc
}

View File

@ -1,32 +0,0 @@
pkgname=suil
pkgver=0.8.2
pkgrel=1
pkgdesc="A lightweight C library for loading and wrapping LV2 plugin UIs"
arch=('x86_64')
url="http://drobilla.net/software/suil/"
license=('custom:ISC')
depends=('lv2')
makedepends=('python2' 'qt')
optdepends=('qt: Qt 4.x UI wrapping support')
source=("http://download.drobilla.net/$pkgname-$pkgver.tar.bz2")
md5sums=('1b06947b1fc028f9ffcbc16d30065aa5')
build() {
cd "$srcdir/$pkgname-$pkgver"
# remove ldconfig --speps
sed -i "/ldconfig/d" wscript
python2 waf configure --prefix=/usr
python2 waf build $MAKEFLAGS
}
package() {
cd "$srcdir/$pkgname-$pkgver"
python2 waf install --destdir="$pkgdir"
# license
install -Dm644 COPYING \
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}