From d7f3805251dbdb7a19a3f262b3c86a4f0d03d43e Mon Sep 17 00:00:00 2001 From: rudson Date: Sat, 19 Apr 2008 13:01:03 +0000 Subject: git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@87 18ef50b8-d735-4ccd-97c1-689132df3dd9 --- app/cdr/k9copy/k9copy.mkbuild | 13 ++++++++++--- app/emulation/wine/wine.mkbuild | 2 +- app/office/broffice/broffice.mkbuild | 16 ++++++++-------- 3 files changed, 19 insertions(+), 12 deletions(-) (limited to 'app') diff --git a/app/cdr/k9copy/k9copy.mkbuild b/app/cdr/k9copy/k9copy.mkbuild index 821c0c7..599b916 100644 --- a/app/cdr/k9copy/k9copy.mkbuild +++ b/app/cdr/k9copy/k9copy.mkbuild @@ -12,7 +12,7 @@ #------------------------ # # Complete URL address or URL base address ( without $SRC_NAME-$VERSION... ) -[[DOWNLOAD FOLDER URL]]="http://downloads.sourceforge.net/k9copy/k9copy-1.1.3.tar.gz" +[[DOWNLOAD FOLDER URL]]="http://downloads.sourceforge.net/k9copy/k9copy-1.2.3.tar.gz" # Source base name. if different from package name. Null ("") to default value. # Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' @@ -46,7 +46,7 @@ # Dependency list input # Enter string: "dependency_1 [condiction_1] [versio_1]: dependency_2 [condiction_2] [versio_2]" # Example: -[[SLACK REQUIRED]]="vamps:qt:kdelibs:libdvdread:libdvdcss" +[[SLACK REQUIRED]]="ffmpeg:vamps:qt:kdelibs:libdvdread:libdvdcss" # # Decompress program @@ -66,7 +66,7 @@ # # ./configure options -[[OTHER CONFIGURE ARGS]]="" +[[OTHER CONFIGURE ARGS]]="--disable-debug --program-prefix= --program-suffix= " # # PREFIX. Default /usr @@ -142,3 +142,10 @@ k9copy: k9copy: k9copy: # + off ++# Small patch ++sed -i 's/^#include /#include /' k9author/k9avidecode.h ++sed -i 's/#include /#include /' k9author/k9avidecode.cpp +#p< \ No newline at end of file diff --git a/app/emulation/wine/wine.mkbuild b/app/emulation/wine/wine.mkbuild index daff0c9..daceab8 100644 --- a/app/emulation/wine/wine.mkbuild +++ b/app/emulation/wine/wine.mkbuild @@ -17,7 +17,7 @@ #------------------------ # # Complete URL address or URL base address ( without $SRC_NAME-$VERSION... ) -[[DOWNLOAD FOLDER URL]]="http://downloads.sourceforge.net/wine/wine-0.9.53.tar.bz2" +[[DOWNLOAD FOLDER URL]]="http://downloads.sourceforge.net/wine/wine-0.9.59.tar.bz2" # Source base name. if different from package name. Null ("") to default value. # Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' diff --git a/app/office/broffice/broffice.mkbuild b/app/office/broffice/broffice.mkbuild index 603b2b7..18763cc 100644 --- a/app/office/broffice/broffice.mkbuild +++ b/app/office/broffice/broffice.mkbuild @@ -12,7 +12,7 @@ #------------------------ # # Complete URL address or URL base address ( without $SRC_NAME-$VERSION... ) -[[DOWNLOAD FOLDER URL]]="ftp://ftp.unicamp.br/pub/broffice/stable/2.3.1/" +[[DOWNLOAD FOLDER URL]]="http://ftp.unicamp.br/pub/broffice/stable/$VERSION" # Source base name. if different from package name. Null ("") to default value. # Auto-set, get SRC_NAME from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' @@ -30,12 +30,12 @@ # # Source Name construction string # Default value is: $SRC_NAME-$VERSION.tar.$EXTENSION -[[SOURCE NAME CONSTRUCTION STRING]]="${SRC_NAME}_${VERSION}rc1_20071113_LinuxIntel_install_pt-BR.tar.$EXTENSION" +[[SOURCE NAME CONSTRUCTION STRING]]="${SRC_NAME}_${VERSION}_LinuxIntel_install_pt-BR.tar.$EXTENSION" # # Package version. Null ("") to auto-set. # Auto-set, get VERSION from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION' -[[VERSION]]="2.3.1" +[[VERSION]]="2.4.0" # # Package extension. Null ("") to auto-set @@ -70,7 +70,7 @@ # # PREFIX. Default /usr -[[PREFIX]]="/usr/share/broffice.org2.3" +[[PREFIX]]="/usr/share/broffice.org2.4" # # Number of jobs @@ -170,20 +170,20 @@ rm *.rpm 2>/dev/null # Convert links to KDE cd desktop-integration -echo -e "\ninstall broffice.org-slackware-menus-2.3*.rpm" -tar xvf broffice.org-slackware-menus-2.3*.tgz -C $PKG || exit $ERROR_TAR +echo -e "\ninstall broffice.org-slackware-menus-2.4*.rpm" +tar xvf broffice.org-slackware-menus-2.4*.tgz -C $PKG || exit $ERROR_TAR rm *.rpm *.deb 2>/dev/null cd .. # Change opt directory mkdir -p $PKG/usr/share -mv $PKG/opt/broffice.org2.3 $PKG/usr/share/ +mv $PKG/opt/broffice.org2.4 $PKG/usr/share/ mv $PKG/opt/kde/share/* $PKG/usr/share/ rm -rf $PKG/opt # Change doinstall install directory -sed 's/\/opt\/broffice.org2.3/\/usr\/share\/broffice.org2.3\//' $PKG/install/doinst.sh > $PKG/install/doinst.sh.new +sed 's/\/opt\/broffice.org2.4/\/usr\/share\/broffice.org2.4\//' $PKG/install/doinst.sh > $PKG/install/doinst.sh.new mv $PKG/install/doinst.sh.new $PKG/install/doinst.sh #