From a134c11bbf52cc217a903adf4fbb4f93c09d120a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 1 Mar 2014 09:44:11 +0100 Subject: [PATCH] terminator: switch to build_style=python-module; use pycompile_module. --- srcpkgs/terminator/template | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/srcpkgs/terminator/template b/srcpkgs/terminator/template index 431322b7128..ee1009a8da1 100644 --- a/srcpkgs/terminator/template +++ b/srcpkgs/terminator/template @@ -1,9 +1,12 @@ # Template file for 'terminator' pkgname=terminator version=0.97 -revision=1 -depends="desktop-file-utils vte-python python" +revision=2 +build_style=python-module hostmakedepends="python intltool" +makedepends="vte-python" +depends="desktop-file-utils vte-python python" +pycompile_module="terminatorlib" short_desc="tiling terminal emulator application" maintainer="Enno Boland " homepage="http://gnometerminator.blogspot.de/" @@ -11,11 +14,3 @@ license="GPL-2" distfiles="http://launchpad.net/$pkgname/trunk/${version}/+download/${pkgname}-${version}.tar.gz" checksum=9131847023fa22f11cf812f6ceff51b5d66d140b6518ad41d7fa8b0742bfd3f7 noarch=yes - -do_compile() { - python setup.py build --prefix=/usr --root="$DESTDIR" -} - -do_install() { - python setup.py install --prefix=/usr --root="$DESTDIR" -}