Stip files

This commit is contained in:
Manuel 2013-05-11 16:34:59 +00:00
parent c3598d1c20
commit 6d18218837
2 changed files with 8 additions and 7 deletions

View File

@ -1,12 +1,10 @@
#
# Platform Packages for Chakra, part of chakra-project.org
#
# maintainer abveritas[at]chakra-project[dot]org>
pkgname=hugin-tools
_pkgname=hugin
pkgver=2012.0.0
pkgrel=3
pkgrel=4
pkgdesc="Hugin libs and tools to be used by Kipi-plugins"
arch=('x86_64')
url="http://hugin.sourceforge.net/"
@ -42,5 +40,9 @@ build() {
package() {
cd "${srcdir}/build"
make DESTDIR="${pkgdir}" install
# Remove frontend files
rm -f "${pkgdir}"/usr/share/applications/pto_gen.desktop
rm -rf "${pkgdir}"/usr/share/man
rm -rf "${pkgdir}"/usr/share/locale
}

View File

@ -1,12 +1,11 @@
#
# Platform Packages for Chakra, part of chakra-project.org
#
# maintainer: abveritas@chakra-project.org
pkgname=python2-gobject3
pkgbase=pygobject
pkgver=3.2.1
pkgrel=2
pkgver=3.8.1
pkgrel=1
pkgdesc="Python2 bindings for GObject, including all introspection files"
arch=('x86_64')
url="https://live.gnome.org/PyGObject"
@ -14,7 +13,7 @@ license=('LGPL')
depends=('python2' 'python2-cairo' 'gobject-introspection')
source=("http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver::3}/pygobject-$pkgver.tar.xz")
options=('!libtool')
md5sums=('3f6e63de5aa422710c268b249e2244bf')
md5sums=('88265ec145e31a50b66386fcdeb91ce6')
build() {
cd "$pkgbase-$pkgver"