diff --git a/.gitignore b/.gitignore index 181dd7531..53494abd7 100644 --- a/.gitignore +++ b/.gitignore @@ -11,14 +11,11 @@ build.sh clean-builddir.sh clean-workdir.sh makepkg -move.sh pkgrels-decrease.sh pkgrels-increase.sh pkgrels-reset.sh rebuildlist-build.sh rebuildlist-generate.sh -recreate-database.sh -remove.sh repoclean-local.sh repoclean-remote.sh show-config.sh @@ -27,8 +24,6 @@ sync-complete.sh sync-down.sh sync-up-nodb.sh sync-up.sh -unlock-repo.sh -upload.sh *-cfg.conf *-makepkg.conf diff --git a/akonadi-googledata/PKGBUILD b/akonadi-googledata/PKGBUILD index a3a016deb..5459e0399 100644 --- a/akonadi-googledata/PKGBUILD +++ b/akonadi-googledata/PKGBUILD @@ -10,7 +10,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=akonadi-googledata pkgver=1.2.0 -pkgrel=2 +pkgrel=3 pkgdesc="Akonadi GoogleData Plugin" arch=('i686' 'x86_64') url="http://pim.kde.org/akonadi/" diff --git a/alure/PKGBUILD b/alure/PKGBUILD deleted file mode 100644 index bd3ed381a..000000000 --- a/alure/PKGBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# -# Chakra Apps for Chakra, part of chakra-project.org -# -# contributor (x86_64): Giuseppe CalĂ  - -# include global config -source ../_buildscripts/${current_repo}-${_arch}-cfg.conf - -pkgname=alure -pkgver=1.1 -pkgrel=1 -pkgdesc="Utility library to help manage common tasks with OpenAL applications." -arch=('i686' 'x86_64') -url="http://kcat.strangesoft.net/alure.html" -license=('LGPL') -depends=('openal') -makedepends=('cmake') -optdepends=('sndfile: Uncompressed audio support' - 'vorbisfile: OGG Vorbis support' - 'flac: FLAC support') -source=(http://kcat.strangesoft.net/alure-releases/alure-${pkgver}.tar.bz2) -md5sums=('a2f6934d3783c8478c460965a13e4e12') - -build() { - cd $startdir/src/$pkgname-$pkgver - - cmake . -DCMAKE_INSTALL_PREFIX=/usr || return 1 - make || return 1 - make DESTDIR=$startdir/pkg install || return 1 -} diff --git a/blender/PKGBUILD b/blender/PKGBUILD index a958ccd5a..27c39e0b1 100644 --- a/blender/PKGBUILD +++ b/blender/PKGBUILD @@ -8,45 +8,51 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=blender -pkgver=2.49b -pkgrel=2 +pkgver=2.57 +pkgrel=1 pkgdesc="A fully integrated 3D graphics creation suite (binary version)" arch=('i686' 'x86_64') url="http://blender.org/" license=('GPL') -depends=('libgl' 'libjpeg6' 'libx11' 'libxau' 'libxcb' 'libxdamage' 'libxdmcp' 'libxext' 'libxfixes' 'libxi' 'libxxf86vm' 'python' 'sdl' 'zlib') -makedepends=('librsvg') +depends=('libjpeg6' 'libpng12' 'zlib' 'libsamplerate' 'freetype2' 'sdl' 'libgl' 'mesa') +#makedepends=('librsvg') install=blender.install -source=('blender.desktop') -md5sums=('b5b9720b9430b1f5e2aa0b2df533fed8') +source=('blender.desktop' 'blender.sh') +md5sums=('b5b9720b9430b1f5e2aa0b2df533fed8' + 'ee1723515be5a2a88839fe02c1eaf174') case ${CARCH} in i686) - source=(${source[@]} 'http://video.blendertestbuilds.de/download.blender.org/release/Blender2.49b/blender-2.49b-linux-glibc236-py26-i386.tar.bz2') + source=(${source[@]} 'http://download.blender.org/release/Blender2.57/blender-2.57-linux-glibc27-i686.tar.bz2') md5sums=(${md5sums[@]} 'f9157c5142fc0638ab2970033b7a91a0');; x86_64) - source=(${source[@]} 'http://video.blendertestbuilds.de/download.blender.org/release/Blender2.49b/blender-2.49b-linux-glibc236-py26-x86_64.tar.bz2') - md5sums=(${md5sums[@]} '58822737042a0bd220553ac78994722f');; + source=(${source[@]} 'http://download.blender.org/release/Blender2.57/blender-2.57-linux-glibc27-x86_64.tar.bz2') + md5sums=(${md5sums[@]} '038744df08cdf7a4e279032b7547ed5c');; esac build() { mkdir -p $pkgdir/usr/{share/blender,share/icons/hicolor,bin} case ${CARCH} in i686) - cd $srcdir/blender-2.49b-linux-glibc236-py26-i386 + cd $srcdir/blender-2.57-linux-glibc27-i686 ;; x86_64) - cd $srcdir/blender-2.49b-linux-glibc236-py26-x86_64 + cd $srcdir/blender-2.57-linux-glibc27-x86_64 ;; esac - cp -r .blender/locale $pkgdir/usr/share - cp -r .blender/scripts $pkgdir/usr/share/blender - cp -r icons/* $pkgdir/usr/share/icons/hicolor - cp blender $pkgdir/usr/bin - cp blenderplayer $pkgdir/usr/bin + install -d -m755 $pkgdir/usr/share/blender - # stolen from blender in extra + install -Dm755 "$srcdir/blender.sh" "$pkgdir/usr/bin/blender" + cp -r blender ${_pkgver} "$pkgdir/usr/share/blender" + + # Icons + install -Dm644 icons/scalable/blender.svg "$pkgdir/usr/share/icons/hicolor/scalable/blender.svg" + for S in 16 22 32; do + install -Dm644 icons/${S}x${S}/blender.png "$pkgdir/usr/share/icons/hicolor/${S}x${S}/blender.png" + done + + # Stolen from blender in extra install -Dm644 $srcdir/blender.desktop $pkgdir/usr/share/applications/blender.desktop } diff --git a/blender/blender.desktop b/blender/blender.desktop index fea83d84a..71893dc4a 100644 --- a/blender/blender.desktop +++ b/blender/blender.desktop @@ -6,12 +6,10 @@ Name[nl]=Blender Name[no]=Blender Name[de]=Blender Name[es]=Blender -Name[it]=Blender Comment=A 3D program Comment[es]=Un programa de 3D Comment[no]=Et 3d-program Comment[da]=Et program til 3d-modelering -Comment[it]=Un programma di grafica e animazione 3D Exec=blender Icon=blender Terminal=false diff --git a/blender/blender.install b/blender/blender.install index 4b174ba29..fbf0b8106 100644 --- a/blender/blender.install +++ b/blender/blender.install @@ -1,32 +1,28 @@ post_install() { cat << EOF -We ship the plugins, but most of these features can be accessed only -from the users home directory. Therefore, you wanna copy everything from -/usr/share/blender to ~/.blender (some are hidden files!). -Happy blending! +NOTE +---- +This package brings Blender compiled with cmake. +Features includes: + - ffmpeg support + - gameengine + - verse support + - some aditional sequence and texture plugins + are accesible from /usr/share/blender/plugins EOF echo "update desktop mime database..." update-desktop-database - gtk-update-icon-cache /usr/share/icons/hicolor + gtk-update-icon-cache -f /usr/share/icons/hicolor/ } post_upgrade() { - post_install $1 -} - -pre_remove() { - /bin/true + gtk-update-icon-cache -f /usr/share/icons/hicolor/ } post_remove() { echo "update desktop mime database..." update-desktop-database - gtk-update-icon-cache /usr/share/icons/hicolor + gtk-update-icon-cache -f /usr/share/icons/hicolor/ } - -op=$1 -shift - -$op $* diff --git a/blender/blender.sh b/blender/blender.sh new file mode 100644 index 000000000..5b718806c --- /dev/null +++ b/blender/blender.sh @@ -0,0 +1,7 @@ +#!/bin/sh + +test -z "$BLENDER_USER_CONFIG" && export BLENDER_USER_CONFIG=~/.blender +test -z "$BLENDER_USER_SCRIPTS" && export BLENDER_USER_SCRIPTS=~/.blender/scripts +test -z "$BLENDER_USER_DATAFILES" && export BLENDER_USER_DATAFILES=~/.blender + +exec /usr/share/blender/blender "$@" diff --git a/buc/PKGBUILD b/buc/PKGBUILD index ff6b663bb..b5dde34b4 100755 --- a/buc/PKGBUILD +++ b/buc/PKGBUILD @@ -4,9 +4,6 @@ # maintainer (i686): Phil Miller # maintainer (x86_64): Manuel Tortosa # Contributor: cruznick -# include global config -source ../_buildscripts/${current_repo}-${_arch}-cfg.conf - pkgname=buc pkgver=0.5.2 @@ -16,21 +13,15 @@ arch=('i686' 'x86_64') url="http://buc.billeragroup.net" license=('GPL') groups=('devel') -install=buc.install -if [ "$CARCH" == "x86_64" ];then - depends=('libpng' 'qt') -else - depends=('libpng' 'qt') -fi -source=(http://buc.intilinux.com/download/$pkgname-${pkgver}_src_full.tar.gz \ - 'gcc-fixes.patch' 'path-fixes.patch') +depends=('libpng' 'qt') +source=(http://buc.intilinux.com/download/$pkgname-${pkgver}_src_full.tar.gz 'gcc-fixes.patch' 'path-fixes.patch') md5sums=('0e35e0bf8a447170428ff0e570629813' '3f33e7e4f143305a8d55b97241254384' # gcc-fixes.patch '1ad6304b7264063650b860ac4a4f2563') # path-fixes.patch build() { cd "$srcdir/zip/" - # removing unnecesary stuff + # removing unnecesary stuff rm -v bucd/usr/local/buc/libQtCore.so.4 rm -v bucd/usr/local/buc/libQtGui.so.4 rm -v bucd/usr/local/buc/buc @@ -47,4 +38,4 @@ build() { cp -Rv bucd/usr/local/buc/ $pkgdir/usr/share cp -Rv bucd/usr/local/bin/ $pkgdir/usr/ cp -Rv buc $pkgdir/usr/share/buc/ -} + } diff --git a/buc/buc.install b/buc/buc.install deleted file mode 100755 index 6c30a660a..000000000 --- a/buc/buc.install +++ /dev/null @@ -1,9 +0,0 @@ -post_install() { -buc /usr/share/buc/welcome.mc & -} - - -post_upgrade() { - post_install -} - diff --git a/buc/path-fixes.patch b/buc/path-fixes.patch old mode 100755 new mode 100644 diff --git a/burg-manager/PKGBUILD b/burg-manager/PKGBUILD index 5cb6d9a25..8430dfd79 100755 --- a/burg-manager/PKGBUILD +++ b/burg-manager/PKGBUILD @@ -4,9 +4,6 @@ # maintainer (i686): Phil Miller # maintainer (x86_64): Manuel Tortosa # Contributor: cruznick -# include global config -source ../_buildscripts/${current_repo}-${_arch}-cfg.conf - pkgname=burg-manager pkgver=1.1.0 diff --git a/convertall/PKGBUILD b/convertall/PKGBUILD index 9e789c2e5..0d9e2a3fd 100644 --- a/convertall/PKGBUILD +++ b/convertall/PKGBUILD @@ -7,22 +7,25 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=convertall -pkgver=0.5.0 -pkgrel=2 +pkgver=0.5.1 +pkgrel=1 pkgdesc="Unit conversion program (Qt)" arch=('i686' 'x86_64') url="http://convertall.bellz.org/" license=('GPL') depends=('pyqt') source=(http://download.berlios.de/$pkgname/$pkgname-$pkgver.tar.gz \ - correctpaths.patch convertall.desktop) -md5sums=('96ea0910af63d2056fe87cee3aa7031e' + correctpaths.patch use-default-qt-style.patch convertall.desktop) +md5sums=('4f19e4f027c6cec590f842569b1ae7a0' 'e4f5c5d58f728b292f625c38771d2779' + '595e958ffa448334becf73940d6303d9' 'aae44cb1f36847340411d77b1a6d00cd') build() { # patch executable to have the correct paths patch -Np0 < $srcdir/correctpaths.patch || return 1 +#patch to correct the qt style used +patch -Np0 < ${srcdir}/use-default-qt-style.patch || return 1 # create install directories install -d $pkgdir/usr/{bin,share/pixmaps} diff --git a/convertall/use-default-qt-style.patch b/convertall/use-default-qt-style.patch new file mode 100644 index 000000000..6f186975a --- /dev/null +++ b/convertall/use-default-qt-style.patch @@ -0,0 +1,11 @@ +--- ConvertAll/source/convertall.py.old 2011-04-14 15:21:48.409861085 +0200 ++++ ConvertAll/source/convertall.py 2011-04-14 15:22:56.159494054 +0200 +@@ -151,8 +151,6 @@ + setupTranslator(app) # must be before importing any convertall modules + setLocalEncoding() + import convertdlg +- if not userStyle and not sys.platform.startswith('win'): +- QtGui.QApplication.setStyle('plastique') + win = convertdlg.ConvertDlg() + win.show() + signal.signal(signal.SIGINT, signal.SIG_IGN) diff --git a/extundelete/PKGBUILD b/extundelete/PKGBUILD new file mode 100644 index 000000000..ff74bfb37 --- /dev/null +++ b/extundelete/PKGBUILD @@ -0,0 +1,24 @@ +# +# Apps Packages for Chakra, part of chakra-project.org +# +# maintainer (i686): Phil Miller +# maintainer (x86_64): Manuel Tortosa + +pkgname=extundelete +pkgver=0.2.0 +pkgrel=1 +pkgdesc="Utility for recovering deleted files from ext2, ext3 or ext4 partitions by parsing the journal" +arch=('i686' 'x86_64') +url="http://extundelete.sourceforge.net" +license=('GPL') +makedepends=('e2fsprogs') +source=(http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2) +md5sums=('6dac74b12a747f133326ff7b81fceedd') + +build() { + cd ${srcdir}/$pkgname-$pkgver + + ./configure --prefix=/usr + make || return 1 + make DESTDIR=${pkgdir} install +} \ No newline at end of file diff --git a/gtk-integration/PKGBUILD b/gtk-integration/PKGBUILD index 1369089af..88dc1de7f 100644 --- a/gtk-integration/PKGBUILD +++ b/gtk-integration/PKGBUILD @@ -6,9 +6,9 @@ pkgname=gtk-integration pkgver=2.4 -pkgrel=1 +pkgrel=2 iconspkgver=2.5.0 -widgetpkgver=1.0.3 +widgetpkgver=1.0.4 _colors=3.0 cgcver=1.3 @@ -30,7 +30,7 @@ source=("http://download.tuxfamily.org/oxygenrefit2/oxygen-refit-2-$iconspkgver. "http://chakra-project.org/sources/gtk-integration/chakra-gtk-config-${cgcver}.tar.gz") md5sums=('60f32f98d8d33d82db79b6bb934f0580' - 'df17f4a9b233a9c9e028932f11d05058' + '0aed63523f8abe79860e6b934a9d6210' '8e3b983319110425dd3a9af000b6666a') function create_install() { diff --git a/gtk-integration/gtk-integration.install b/gtk-integration/gtk-integration.install index 277a8fdd5..a9ff840a0 100644 --- a/gtk-integration/gtk-integration.install +++ b/gtk-integration/gtk-integration.install @@ -1,7 +1,7 @@ post_install() { cat <<-'EOF' -GTK - Integration v2.4-1 +GTK - Integration v2.4-2 You can install aditional engines: ---------------------------------- diff --git a/kadu/PKGBUILD b/kadu/PKGBUILD index 39097ecf1..46529ae44 100644 --- a/kadu/PKGBUILD +++ b/kadu/PKGBUILD @@ -1,5 +1,5 @@ # -# KDE SC Packages for Chakra, part of chakra-project.org +# Apps Packages for Chakra, part of chakra-project.org # # maintainer (i686): Phil Miller # maintainer (x86_64): Manuel Tortosa @@ -8,53 +8,28 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=kadu -pkgver=0.6.5.4 -pkgrel=2 -pkgdesc="A Qt-based Gadu-Gadu client" +pkgver=0.9.1 +pkgrel=1 +pkgdesc="A Qt-based Jabber/XMPP and Gadu-Gadu client" arch=('i686' 'x86_64') url="http://www.kadu.net/" license=('GPL') -depends=('qt' 'libgadu' 'hicolor-icon-theme') -makedepends=('cmake' 'aspell' 'libao' 'libsndfile' 'libxtst' 'curl' 'xmms' 'qca' 'libxss') +depends=('libgadu' 'libxss' 'aspell' 'phonon' 'qca-ossl' 'libidn') +makedepends=('cmake' 'libao' 'libsndfile' 'libxtst' 'curl') conflicts=('kadu-svn') install=$pkgname.install -source=(http://www.kadu.net/download/stable/$pkgname-$pkgver.tar.bz2 - mod-weather.diff) -md5sums=('97cb72c0ab4b5cf897bfbfc3b5ac0379' - 'e35a10647a48d3cff611ae6b20ebef07') - -_static="sound_.+ icons_.+ emoticons_.+" -_disable="module_macosx_docking module_growl_notify module_dshow_sound module_win32_sound module_itunes_mediaplayer module_winamp_mediaplayer module_xmms_mediaplayer" +source=(http://www.kadu.net/download/stable/$pkgname-$pkgver.tar.bz2) +md5sums=('99cb6e9d4acea6dbb15ff98dfe44dff9') build() { - cd $srcdir/kadu - - # kadu.net tends to get sluggish - sed -r -i 's/-T [0-9]+/-T 60/g' varia/scripts/autodownload - - sed -r -i 's/(^[0-9a-z_]+=)[yn]$/\1m/' .config - for m in $_static; do - sed -r -i "s/^($m)=m/\1=y/" .config || return 1 - done - for m in $_disable; do - sed -r -i "s/^($m)=m/\1=n/" .config || return 1 - done - - for p in $startdir/src/mod-*.diff; do - m=`basename $p .diff | sed 's/mod-\(.*\)/\1/'` - mkdir -p modules/patches/$m - cp $p modules/patches/$m - done - - sed 's#set (LIBDIR ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX})#set (LIBDIR ${CMAKE_INSTALL_PREFIX}/lib)#' -i CMakeLists.txt - sed 's#set (MODULEDIR lib${LIB_SUFFIX}/kadu/modules)#set (MODULEDIR lib/kadu/modules)#' -i CMakeLists.txt - - sed -i 's#module_phonon_sound=m#module_phonon_sound=n#' .config - + cd $srcdir/kadu-$pkgver cmake . -DCMAKE_INSTALL_PREFIX=/usr - make || return 1 - make DESTDIR=$pkgdir install || return 1 + make +} +package() { + cd $srcdir/kadu-$pkgver + make DESTDIR=$pkgdir install rm -rf $pkgdir/usr/{lib,include}/{libgadu*,pkgconfig} rm -rf $pkgdir/usr/share/kadu/{HISTORY,README} } diff --git a/kcm-ufw/PKGBUILD b/kcm-ufw/PKGBUILD index 895a8a468..ffd272a76 100644 --- a/kcm-ufw/PKGBUILD +++ b/kcm-ufw/PKGBUILD @@ -5,16 +5,16 @@ # maintainer (x86_64): Manuel Tortosa pkgname=kcm-ufw -pkgver=0.0.3 +pkgver=0.1.0 pkgrel=1 pkgdesc="UFW KControl Module" arch=('i686' 'x86_64') url="http://kde-apps.org/content/show.php/UFW+KControl+Module?content=137789" license=('GPL') depends=('ufw' 'kdebase-workspace' 'perl' 'openssl' 'polkit-kde-agent') -makedepends=('automoc4' 'cmake') +makedepends=('automoc4' 'cmake' 'docbook-xml' 'docbook-xsl') source=(http://kde-apps.org/CONTENT/content-files/137789-kcm_ufw-$pkgver.tar.bz2) -md5sums=('1652e55ab590303c989e5b166ecc8879') +md5sums=('32b3c4715bd051ebb9e97ad14fb33b44') build() { cd "$srcdir/kcm_ufw-$pkgver/" @@ -30,5 +30,7 @@ package() { sed -i -e 's~"/etc~"../../pkg/etc~g' helper/cmake_install.cmake sed -i -e 's~"/usr~"../../pkg/usr~g' kcm/cmake_install.cmake sed -i -e 's~"/usr~"../../pkg/usr~g' po/cmake_install.cmake + sed -i -e 's~"/usr~"../../pkg/usr~g' docs/cmake_install.cmake + sed -i -e 's~"/usr~"../../pkg/usr~g' docs/es/cmake_install.cmake make install || return 1 } diff --git a/kdeplasma-applets-cwp/PKGBUILD b/kdeplasma-applets-cwp/PKGBUILD index 3111ddd2e..131fbd6d1 100644 --- a/kdeplasma-applets-cwp/PKGBUILD +++ b/kdeplasma-applets-cwp/PKGBUILD @@ -8,7 +8,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=kdeplasma-applets-cwp -pkgver=1.5.0 +pkgver=1.5.2 pkgrel=1 pkgdesc="cwp, a kdeplasma weather plasmoid with lots of customization" arch=('i686' 'x86_64') @@ -20,7 +20,7 @@ conflicts=(kde-extragear-plasmoids) replaces=('kdeplasma-addons-cwp') install=customizable-weather-plasmoid.install source=(http://www.kde-look.org/CONTENT/content-files/98925-cwp-$pkgver.tar.bz2) -md5sums=('3a834805bc15d891cc5f620601e25faa') +md5sums=('9914774eb3b69b9d041e5bdcd09234c4') build() { cd $srcdir/cwp-$pkgver/ mkdir build diff --git a/kdevelop-pg-qt/PKGBUILD b/kdevelop-pg-qt/PKGBUILD new file mode 100644 index 000000000..ccbdfd7b8 --- /dev/null +++ b/kdevelop-pg-qt/PKGBUILD @@ -0,0 +1,32 @@ +# +# Chakra Packages for Chakra, part of chakra-project.org +# +# maintainer (i686): Phil Miller +# maintainer (x86_64): Manuel Tortosa + +pkgname=kdevelop-pg-qt +pkgver=0.9.5 +pkgrel=1 +pkgdesc="KDevelop Parser Generator, a LL(1) parser generator used by KDevelop language plugins" +arch=('i686' 'x86_64') +url="http://www.kdevelop.org/" +license=('GPL') +depends=('kdelibs') +makedepends=('cmake' 'automoc4') +source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") +md5sums=('4818af0deea47d583adff7c134d62e08') + +build() { + cd ${srcdir} + mkdir build + cd build + cmake ../${pkgname}-${pkgver} \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DCMAKE_BUILD_TYPE=Release + make +} + +package() { + cd ${srcdir}/build + make DESTDIR=${pkgdir} install +} \ No newline at end of file diff --git a/kdevelop-php-docs/PKGBUILD b/kdevelop-php-docs/PKGBUILD index 0bf054580..79d71586f 100644 --- a/kdevelop-php-docs/PKGBUILD +++ b/kdevelop-php-docs/PKGBUILD @@ -8,8 +8,8 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=kdevelop-php-docs -pkgver=1.0.2 -_pkgver=4.0.2 +pkgver=1.2.2 +_pkgver=4.2.2 pkgrel=1 pkgdesc="PHP docs plugin for Kdevelop" arch=('i686' 'x86_64') @@ -18,7 +18,7 @@ license=('GPL') depends=("kdevelop-php=${pkgver}") makedepends=('cmake' 'automoc4') source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -md5sums=('58bfb8b2afda44621371659fbd4b6553') +md5sums=('c4a9b66580bcd6f5948ca8fc195a68ae') build() { cd ${srcdir} diff --git a/kdevelop-php/PKGBUILD b/kdevelop-php/PKGBUILD index 75652e76f..fe0d1dcf2 100644 --- a/kdevelop-php/PKGBUILD +++ b/kdevelop-php/PKGBUILD @@ -8,17 +8,17 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=kdevelop-php -pkgver=1.1.1 -_pkgver=4.1.1 +pkgver=1.2.2 +_pkgver=4.2.2 pkgrel=1 pkgdesc="PHP plugin for Kdevelop" arch=('i686' 'x86_64') url="http://www.kdevelop.org/" license=('GPL') -depends=("kdevelop=${_pkgver}") +depends=("kdevelop=${_pkgver}" "kdevelop-pg-qt") makedepends=('cmake' 'automoc4') source=("http://download.kde.org/stable/kdevelop/${_pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -md5sums=('1f364430db7e8146fc2dee61a80417f4') +md5sums=('9ff4c9230fbefb6b954f6598c28ca48c') build() { cd ${srcdir} diff --git a/kdevelop/PKGBUILD b/kdevelop/PKGBUILD index 153c33425..1dd0f46ff 100644 --- a/kdevelop/PKGBUILD +++ b/kdevelop/PKGBUILD @@ -8,7 +8,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=kdevelop -pkgver=4.2.1 +pkgver=4.2.2 pkgrel=1 pkgdesc="A C/C++ development environment for KDE" arch=('i686' 'x86_64') @@ -19,7 +19,7 @@ makedepends=('cmake' 'automoc4' 'perl') install=${pkgname}.install source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.bz2") -md5sums=('7ffb4584dbae5f7e832c2a08ce33fc0f') +md5sums=('4040e71f464b4849539877e750ffab26') build() { cd ${srcdir} diff --git a/kdevplatform/PKGBUILD b/kdevplatform/PKGBUILD index 1dd577135..3b813e916 100644 --- a/kdevplatform/PKGBUILD +++ b/kdevplatform/PKGBUILD @@ -8,7 +8,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=kdevplatform -pkgver=1.2.1 +pkgver=1.2.2 pkgrel=1 pkgdesc="A C/C++ development platform for KDE" arch=('i686' 'x86_64') @@ -18,8 +18,8 @@ depends=('kdelibs' 'boost' 'subversion' 'commoncpp2') optdepends=("kdesdk-kompare: difference checking") makedepends=('cmake' 'automoc4') install=${pkgname}.install -source=("http://download.kde.org/stable/kdevelop/4.2.1/src/${pkgname}-${pkgver}.tar.bz2") -md5sums=('43aa7086b4a0cd877aef52e32b71f518') +source=("http://download.kde.org/stable/kdevelop/4.2.2/src/${pkgname}-${pkgver}.tar.bz2") +md5sums=('fa75b91097d9e0f86e0797b00ef702e9') build() { cd ${srcdir} diff --git a/kwave/PKGBUILD b/kwave/PKGBUILD new file mode 100644 index 000000000..f01e9e413 --- /dev/null +++ b/kwave/PKGBUILD @@ -0,0 +1,40 @@ +# +# Apps Packages for Chakra, part of chakra-project.org +# +# maintainer (i686): Phil Miller +# maintainer (x86_64): Manuel Tortosa + +# include global config +source ../_buildscripts/${current_repo}-${_arch}-cfg.conf + +pkgname=kwave +pkgver=0.8.6 +pkgrel=1 +pkgdesc="A sound editor for KDE" +arch=('i686' 'x86_64') +url="http://kwave.sourceforge.net/" +license=('GPL') +depends=('audiofile' 'flac' 'fftw' 'kdelibs' 'libvorbis' 'id3lib' 'libsamplerate' 'libmad') +makedepends=('cmake' 'kdesdk-poxml' 'gettext' 'imagemagick' 'automoc4' 'docbook-xsl') +options=('!libtool') +source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}-1.tar.bz2) +md5sums=('a1c032289754811c8140df4787fd2f48') + +build() { + cd "${srcdir}" + mkdir build + cd build + + cmake "../${pkgname}-${pkgver}" -DCMAKE_INSTALL_PREFIX=/usr \ + -DLIB_INSTALL_DIR=/usr/lib \ + -DCMAKE_BUILD_TYPE=Release \ + -DWITH_PULSEAUDIO=OFF \ + -DWITH_PHONON=OFF \ + -DWITH_MP3=ON + make +} + +package() { + cd "${srcdir}/build" + make DESTDIR="${pkgdir}" install +} diff --git a/libtorrent-rasterbar/PKGBUILD b/libtorrent-rasterbar/PKGBUILD index cff23338f..25d3e3c04 100755 --- a/libtorrent-rasterbar/PKGBUILD +++ b/libtorrent-rasterbar/PKGBUILD @@ -8,7 +8,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=libtorrent-rasterbar -pkgver=0.15.5 +pkgver=0.15.6 pkgrel=1 pkgdesc="A C++ library that aims to be a good alternative to all the other bittorrent implementations around" url="http://www.rasterbar.com/products/libtorrent/" @@ -17,7 +17,7 @@ license=('custom') depends=('boost>=1.44.0' 'python2') makedepends=('boost') source=(http://libtorrent.googlecode.com/files/${pkgname}-${pkgver}.tar.gz) -md5sums=('f1504a619e876c2731ee9a6b7d19cb1d') +sha1sums=('e6f33b139933ec245e8850558efe52e88081fc6d') build() { cd "${srcdir}/${pkgname}-${pkgver}" diff --git a/lightweight2/PKGBUILD b/lightweight2/PKGBUILD index 92373cb69..9d6193ce1 100644 --- a/lightweight2/PKGBUILD +++ b/lightweight2/PKGBUILD @@ -6,7 +6,7 @@ # contributor Neo Kolokotronis pkgname=lightweight2 -pkgver=1.7 +pkgver=1.8 pkgrel=1 pkgdesc="Very small browser using Qt libraries" url="http://qt-apps.org/content/show.php/Lightweight2?content=139266" @@ -15,7 +15,7 @@ license=('GPL') depends=('qt') source=(http://qt-apps.org/CONTENT/content-files/139266-Lightweight2-$pkgver.tar.gz lightweight2.desktop) -md5sums=('d67037c91cb7ce51ed906a0a785b4a66' +md5sums=('bd9e9b61f4ebcb9b6cd6d287602843c6' '2f9807285a32b560b0df346f79ab36f6') build() { diff --git a/mc/PKGBUILD b/mc/PKGBUILD index 96cac1098..535f04a34 100644 --- a/mc/PKGBUILD +++ b/mc/PKGBUILD @@ -8,8 +8,8 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=mc -pkgver=4.7.5 -pkgrel=2 +pkgver=4.7.5.2 +pkgrel=1 pkgdesc="A filemanager/shell that emulates Norton Commander" arch=('i686' 'x86_64') url="http://www.ibiblio.org/mc/" @@ -22,7 +22,7 @@ conflicts=('mc-utf8') replaces=('mc-utf8') options=('!emptydirs' '!makeflags') source=(http://www.midnight-commander.org/downloads/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('0d2b4e87b8a4158edf54380df9402b4a1a19f7494ef06dd0a0a3e3ff6a2b50f1') +sha1sums=('08ffcc9fd19c7d8906a454c27b7074ca35bce14a') build() { cd ${srcdir}/${pkgname}-${pkgver} @@ -30,7 +30,7 @@ build() { ./configure \ --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man \ --enable-background --enable-charset --enable-largefile \ - --with-edit --with-gpm-mouse --with-mmap --with-samba \ + --with-edit --with-gpm-mouse --with-mmap --enable-vfs-smb \ --with-screen=slang --with-subshell --with-vfs --with-x \ --without-debug --without-gnome --without-included-gettext \ --libexecdir=/usr/lib @@ -48,5 +48,9 @@ package() { ${pkgdir}/usr/lib/mc/extfs.d/uzip # Fix FS#18312 - rm ${pkgdir}/usr/lib/mc/extfs.d/u7z + rm "${pkgdir}/usr/lib/mc/extfs.d/u7z" + + sed 's#/usr/bin/env python#/usr/bin/python2#' \ + -i "${pkgdir}/usr/lib/mc/extfs.d/s3+" } + diff --git a/minitube/PKGBUILD b/minitube/PKGBUILD index b4f1669c1..ebd2f62db 100644 --- a/minitube/PKGBUILD +++ b/minitube/PKGBUILD @@ -9,7 +9,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=minitube -pkgver=1.4.1 +pkgver=1.4.2 pkgrel=1 pkgdesc="A native YouTube client in QT. Watch YouTube videos without Flash Player" arch=('i686' 'x86_64') @@ -23,7 +23,7 @@ optdepends=('phonon-xine: for xine backend (default by chakra)' 'phonon-vlc: for vlc backend') install=minitube.install source=(http://flavio.tordini.org/files/${pkgname}/${pkgname}-${pkgver}.tar.gz) -sha256sums=('30f04f66aa7cd75c0755684fb210baeec67833759ef1697ca2baa038fea6b557') +sha256sums=('3e9bf99e84ef0191e48a813466ad89b69ea613006d166c856504009cac08b6fc') build() { cd "${srcdir}/${pkgname}" diff --git a/opera/PKGBUILD b/opera/PKGBUILD index 227a64b86..53c7e065b 100644 --- a/opera/PKGBUILD +++ b/opera/PKGBUILD @@ -5,8 +5,8 @@ # maintainer (x86_64): Manuel Tortosa pkgname=opera -pkgver=11.01 -_buildver=1190 +pkgver=11.10 +_buildver=2092 pkgrel=1 pkgdesc="A fast and secure web browser and Internet suite." url="http://www.opera.com/browser/" @@ -22,8 +22,8 @@ arch=('i686' 'x86_64') _barch=i386 [ "$CARCH" = "x86_64" ] && _barch=x86_64 source=(http://ftp.opera.com/pub/opera/linux/${pkgver/./}/opera-${pkgver}-${_buildver}.${_barch}.linux.tar.bz2) -md5sums=('5a52a8fad55eb281975dfacee25221e6') -[ "$CARCH" = "x86_64" ] && md5sums=('12d9a33071599cb4a6e304eb93177f6e') +md5sums=('14783f9e0502c7d6a4e8a75cb54b1635') +[ "$CARCH" = "x86_64" ] && md5sums=('8daf01ad504406dc418fb732f718c400') build() { cd opera-${pkgver}-${_buildver}.${_barch}.linux diff --git a/proftpd/PKGBUILD b/proftpd/PKGBUILD index 25475e670..dc4ec6646 100644 --- a/proftpd/PKGBUILD +++ b/proftpd/PKGBUILD @@ -8,7 +8,7 @@ pkgname=proftpd pkgver=1.3.3e -pkgrel=1 +pkgrel=2 pkgdesc="A high-performance, scalable FTP server" arch=('i686' 'x86_64') url="http://www.proftpd.org" diff --git a/qbittorrent/PKGBUILD b/qbittorrent/PKGBUILD index 68b980597..7284fb302 100755 --- a/qbittorrent/PKGBUILD +++ b/qbittorrent/PKGBUILD @@ -8,7 +8,7 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=qbittorrent -pkgver=2.7.1 +pkgver=2.7.3 pkgrel=1 pkgdesc="A bittorrent client written in C++ / Qt4 using the good libtorrent library" arch=('i686' 'x86_64') @@ -20,7 +20,7 @@ optdepends=('python2: needed for search' 'geoip: improves peer country resolution') install=qbittorrent.install source=(http://downloads.sourceforge.net/sourceforge/qbittorrent/${pkgname}-${pkgver}.tar.gz) -md5sums=('ce5c84cd0edc4c182466b207b3375423') +md5sums=('ff1b294133f8dadc781c8f0df50d248d') build() { diff --git a/qtfm/PKGBUILD b/qtfm/PKGBUILD index 700149f3e..690cff510 100644 --- a/qtfm/PKGBUILD +++ b/qtfm/PKGBUILD @@ -7,7 +7,7 @@ # include global config pkgname=qtfm -pkgver=4.8 +pkgver=4.9 pkgrel=1 pkgdesc="A lightweight file manager" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ url="http://www.qtfm.org" license=('GPL') depends=('qt') source=(http://www.qtfm.org/$pkgname-$pkgver.tar.gz) -md5sums=('af419b8681f8031620259e0ac2957e46') +md5sums=('09e4e09f4d18c9967e65249f8b509522') build() { cd "$startdir/src/$pkgname-$pkgver" diff --git a/soundkonverter-kde4/PKGBUILD b/soundkonverter-kde4/PKGBUILD index 410ec0d36..f88025554 100644 --- a/soundkonverter-kde4/PKGBUILD +++ b/soundkonverter-kde4/PKGBUILD @@ -7,8 +7,8 @@ pkgname=soundkonverter-kde4 _appname=soundkonverter -pkgver=1.0.0rc2 -_pkgver=0.9.94rc2 +pkgver=1.0.0rc3 +_pkgver=0.9.95rc3 pkgrel=1 pkgdesc="soundKonverter is a frontend to various audio converters" arch=('i686' 'x86_64') @@ -16,8 +16,8 @@ url="http://www.kde-apps.org/content/show.php?content=29024" license=('GPL') depends=('kdemultimedia-common' 'taglib') makedepends=('cmake' 'automoc4') -source=(https://api.opensuse.org/public/source/home:HessiJames/${_appname}/${_appname}-${_pkgver}.tar.gz) -md5sums=('5cc2442b26282f18ce51379dc4429f32') +source=(https://api.opensuse.org/public/source/home:HessiJames/soundkonverter/${_appname}-${_pkgver}.tar.gz) +md5sums=('26abeb0f99120782f4d0d04c62c71014') build() { cd "${srcdir}/${_appname}-${_pkgver}" diff --git a/tellico/PKGBUILD b/tellico/PKGBUILD index 49f679c88..128bab604 100644 --- a/tellico/PKGBUILD +++ b/tellico/PKGBUILD @@ -9,8 +9,8 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=tellico -pkgver=2.3.2 -pkgrel=2 +pkgver=2.3.3 +pkgrel=1 pkgdesc="A collection manager for KDE" arch=('i686' 'x86_64') url="http://www.periapsis.org/tellico/" @@ -20,7 +20,7 @@ depends=('kdebase-workspace' 'yaz' 'exempi' 'kdegraphics-common' 'taglib' makedepends=('automoc4' 'cmake' 'docbook-xsl') install=${pkgname}.install source=(http://tellico-project.org/files/$pkgname-$pkgver.tar.bz2) -md5sums=('3425c12055ae7ea512cd7242de73575e') +md5sums=('7e3da69119324995308fca7ddf8ea6a9') build() { cd ${srcdir} diff --git a/ufw/PKGBUILD b/ufw/PKGBUILD index 57cf74d94..3ec96bdb6 100644 --- a/ufw/PKGBUILD +++ b/ufw/PKGBUILD @@ -8,8 +8,8 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf pkgname=ufw -pkgver=0.30 -pkgrel=2 +pkgver=0.30.1 +pkgrel=1 pkgdesc="Uncomplicated and easy to use CLI tool for managing a netfilter firewall" arch=('any') url="https://launchpad.net/ufw" @@ -25,9 +25,9 @@ backup=('etc/ufw/before.rules' 'etc/default/ufw' 'lib/ufw/user.rules' 'lib/ufw/user6.rules') -source=(http://launchpad.net/${pkgname}/${pkgver}/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz \ +source=(http://launchpad.net/${pkgname}/0.30/${pkgver}/+download/${pkgname}-${pkgver}.tar.gz \ $pkgname.rc) -md5sums=('589e687e24dbf64cf3008d4fd1c945b0' +md5sums=('3182fad2249cf5f7e5589f44f0f078bd' 'e15e82645bcb61e85ecc6e6c7c2fc46e') build() { diff --git a/wine/PKGBUILD b/wine/PKGBUILD index a28fa2d60..e3ebd301e 100644 --- a/wine/PKGBUILD +++ b/wine/PKGBUILD @@ -5,7 +5,7 @@ # maintainer (x86_64): Manuel Tortosa pkgname=wine -pkgver=1.3.17 +pkgver=1.3.18 pkgrel=1 _pkgbasever=${pkgver/rc/-rc} @@ -136,5 +136,5 @@ package() { } # vim:set ts=8 sts=2 sw=2 et: -md5sums=('f8d9d1d8cdab27ad311fa3743a1a0bc5') +md5sums=('17fb6334af12af17feb843f68272b070') diff --git a/yate/PKGBUILD b/yate/PKGBUILD index 91085fbdf..452e3086f 100644 --- a/yate/PKGBUILD +++ b/yate/PKGBUILD @@ -6,16 +6,16 @@ # contributor Fabien pkgname=yate -pkgver=3.2.0 +pkgver=3.3.2 pkgrel=1 pkgdesc="Next-generation telephony engine, qt4 client for VoIP" arch=('i686' 'x86_64') url="http://yate.null.ro" license=('GPL') -depends=('speex' 'gsm' 'postgresql-libs' 'libmysqlclient' \ +depends=('qt' 'speex' 'gsm' 'postgresql-libs' 'libmysqlclient' \ 'alsa-lib') makedepends=('pkgconfig') -source=(http://yate.null.ro/tarballs/yate3/${pkgname}-${pkgver}-${pkgrel}.tar.gz yate.init) +source=(http://yate.null.ro/tarballs/yate3/${pkgname}-${pkgver}-1.tar.gz yate.init) options=(!makeflags) build() { @@ -32,7 +32,8 @@ build() { install -D -m755 $srcdir/yate.init $pkgdir/etc/rc.d/yate || return 1 } -md5sums=('8ef5f0c420cb41ad2b5828fdba28c4ee' +md5sums=('c0738aa13a2145f7ca76d0dad086697f' 'c0d344607046c47c1d75ac23d323817a') +