wok-next diff galculator/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/galculator/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.2 +++ b/galculator/receipt	Wed May 13 08:02:17 2020 +0100
     1.3 @@ -10,10 +10,10 @@
     1.4  
     1.5  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.6  WGET_URL="http://galculator.mnim.org/downloads/$TARBALL"
     1.7 +TARBALL_SHA1="7e4c46192e78fec9d7e55c91b3945d212aa13434"
     1.8  
     1.9  BUILD_DEPENDS="gtk2-dev flex intltool"
    1.10 -
    1.11 -COOKOPTS="!pixmaps !menus"
    1.12 +DEPENDS="glib gtk2 pango"
    1.13  
    1.14  compile_rules() {
    1.15  	./configure \
    1.16 @@ -23,15 +23,5 @@
    1.17  	make &&
    1.18  	make install || return 1
    1.19  
    1.20 -	sed -i 's|Icon=.*|Icon=accessories-calculator|;
    1.21 -		s|Categories=.*|Categories=Utility;Calculator;|' \
    1.22 -		$install/usr/share/applications/galculator.desktop
    1.23 +	rm -r $install/usr/share/pixmaps
    1.24  }
    1.25 -
    1.26 -genpkg_rules() {
    1.27 -	copy @std
    1.28 -	rm -r $fs/usr/share/pixmaps
    1.29 -	find $fs -name '*gtk3*' -delete
    1.30 -	sed -i 's|^[ ]*||g' $fs/usr/share/galculator/ui/*
    1.31 -	DEPENDS="glib gtk2 pango"
    1.32 -}