aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorrhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9>2008-09-03 03:46:06 +0000
committerrhatto <rhatto@18ef50b8-d735-4ccd-97c1-689132df3dd9>2008-09-03 03:46:06 +0000
commit36765ff8fda0ca2f697346e2df6992cd418a1638 (patch)
treed14a63fe8b770eff5b39997901c64a2e1518fe3f /app
parent17c3a82477e83d840b345ee88689cc68c5199195 (diff)
downloadmkbuilds-36765ff8fda0ca2f697346e2df6992cd418a1638.tar.gz
mkbuilds-36765ff8fda0ca2f697346e2df6992cd418a1638.tar.bz2
merging with changes made since 21th May
git-svn-id: svn+slack://slack.fluxo.info/var/svn/mkbuilds@232 18ef50b8-d735-4ccd-97c1-689132df3dd9
Diffstat (limited to 'app')
-rw-r--r--app/admin/hddtemp/hddtemp.mkbuild9
-rw-r--r--app/emulation/wine/wine.mkbuild2
-rw-r--r--app/office/broffice/broffice.mkbuild2
-rw-r--r--app/text/rarian/rarian.mkbuild2
4 files changed, 9 insertions, 6 deletions
diff --git a/app/admin/hddtemp/hddtemp.mkbuild b/app/admin/hddtemp/hddtemp.mkbuild
index 2edb638..f7a3708 100644
--- a/app/admin/hddtemp/hddtemp.mkbuild
+++ b/app/admin/hddtemp/hddtemp.mkbuild
@@ -131,7 +131,7 @@ off: create_build_user_and_group
off: svn_source
off: md5sum_download_and_check_0
off: md5sum_download_and_check_1
- on: gpg_signature_check
+off: gpg_signature_check
on: untar_source
off: patch_source
on: configure
@@ -170,6 +170,9 @@ hddtemp: informations about drives that were reported to work with hddtemp.
+
+# Get new hddtemp.db
+mkdir -p $PKG/usr/share/misc
-+wget [[DOWNLOAD FOLDER URL]]/hddtemp.db -P $PKG/usr/share/misc/
-+
++if [ ! -e $CWD/hddtemp.db ]; then
++ wget [[DOWNLOAD FOLDER URL]]/hddtemp.db -P $CWD/ || exit $ERROR_WGET
++fi
++mkdir -p $PKG/usr/share/misc
++cp $CWD/hddtemp.db $PKG/usr/share/misc/
#p<
diff --git a/app/emulation/wine/wine.mkbuild b/app/emulation/wine/wine.mkbuild
index daceab8..b17755e 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.59.tar.bz2"
+[[DOWNLOAD FOLDER URL]]="http://downloads.sourceforge.net/wine/wine-1.0.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 18763cc..ae57ba7 100644
--- a/app/office/broffice/broffice.mkbuild
+++ b/app/office/broffice/broffice.mkbuild
@@ -35,7 +35,7 @@
#
# Package version. Null ("") to auto-set.
# Auto-set, get VERSION from URL: http://.../$SRC_NAME-$VERSION.tar.$EXTENSION'
-[[VERSION]]="2.4.0"
+[[VERSION]]="2.4.1"
#
# Package extension. Null ("") to auto-set
diff --git a/app/text/rarian/rarian.mkbuild b/app/text/rarian/rarian.mkbuild
index b0cd61f..b3260b5 100644
--- a/app/text/rarian/rarian.mkbuild
+++ b/app/text/rarian/rarian.mkbuild
@@ -12,7 +12,7 @@
#------------------------
#
# Complete URL address or URL base address ( without $SRC_NAME-$VERSION... )
-[[DOWNLOAD FOLDER URL]]="http://ftp.acc.umu.se/pub/gnome/sources/rarian/0.6/rarian-0.6.0.tar.bz2"
+[[DOWNLOAD FOLDER URL]]="http://ftp.acc.umu.se/pub/gnome/sources/rarian/0.8/rarian-0.8.0.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'