wok-next diff gtklp/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
parents d5aab818505e
children
line diff
     1.1 --- a/gtklp/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/gtklp/receipt	Wed May 13 08:02:17 2020 +0100
     1.3 @@ -12,6 +12,7 @@
     1.4  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
     1.5  
     1.6  BUILD_DEPENDS="cups-dev gtk2-dev autoconf automake libtool gettext"
     1.7 +DEPENDS="cups gtk2"
     1.8  
     1.9  compile_rules() {
    1.10  	sed -i 's/^gettextize .*/autopoint -f/' autogen.sh
    1.11 @@ -25,8 +26,3 @@
    1.12  	make &&
    1.13  	make DESTDIR=$install install
    1.14  }
    1.15 -
    1.16 -genpkg_rules() {
    1.17 -	copy @std
    1.18 -	DEPENDS="cups gtk2"
    1.19 -}