Merge branch 'testing' of gitorious.org:chakra-packages/apps into testing

This commit is contained in:
Manuel 2010-12-15 02:04:12 +00:00
commit 931e00daaa
12 changed files with 47 additions and 254 deletions

View File

@ -8,7 +8,7 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=2mandvd
pkgver=1.4.4
pkgver=1.5.1
pkgrel=1
pkgdesc="DVD Authoring Maker In Linux Environnement"
url="http://2mandvd.tuxfamily.org/"
@ -20,7 +20,7 @@ optdepends=('xine-ui: to preview the result')
source=(http://download.tuxfamily.org/2mandvd/2ManDVD-${pkgver}.tar.gz
2mandvd.desktop
2mandvd.sh)
md5sums=('e1591ce3992d44bea693c492f955add2'
md5sums=('87ff3a8bc6baa3c9519d3deca8fe4aa2'
'1eaaeef9a5e7896482d51d489b781689'
'0112971f170034aff6efaafb9508b010')
@ -45,4 +45,4 @@ build() {
# Creating menu item
install -D -m644 $srcdir/2ManDVD/Interface/mandvd.png $pkgdir/usr/share/pixmaps/2mandvd.png
install -D -m644 $srcdir/2mandvd.desktop $pkgdir/usr/share/applications/2mandvd.desktop
}
}

View File

@ -7,7 +7,7 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=calibre
pkgver=0.7.32
pkgver=0.7.33
pkgrel=1
pkgdesc="E-book library management application"
arch=('i686' 'x86_64')
@ -17,7 +17,7 @@ license=('GPL3')
depends=('python' 'python-distribute' 'python-imaging' 'libusb' 'pyqt' 'python-mechanize'
'imagemagick' 'dbus-python' 'python-lxml' 'beautiful-soup' 'python-dateutil'
'python-cssutils-beta' 'desktop-file-utils' 'shared-mime-info' 'python-dnspython'
'podofo>=0.8.1-6' 'xdg-utils' 'cherrypy' 'python-pypdf' 'unrar' 'chmlib' 'poppler' 'poppler-qt' 'liblqr')
'podofo>=0.8.1-6' 'xdg-utils' 'cherrypy' 'python-pypdf' 'unrar' 'chmlib' 'poppler' 'poppler-qt' 'liblqr' 'icu')
install=calibre.install
@ -28,7 +28,7 @@ source=(http://downloads.sourceforge.net/project/calibre/${pkgver}/${pkgname}-${
calibre-viewer.png
calibre-gui.png)
md5sums=('e76974f8e17f3083b2438a7a1bf5db12'
md5sums=('f1460cb4ec8288a546b06e41396230d7'
'48cbd475bba57fab189f2892b41b4eab'
'ce1cbcac605c478674186fbf764f3871'
'd843e183b0b70a2f6fb029b2debe1b25'

View File

@ -7,14 +7,14 @@
# include global config
pkgname=cherokee
pkgver=1.0.12
pkgver=1.0.13
pkgrel=1
pkgdesc="A very fast, flexible and easy to configure Web Server"
arch=('i686' 'x86_64')
url="http://www.cherokee-project.com/"
license=('GPL2')
depends=('openssl' 'pcre')
makedepends=('python' 'gettext' 'libldap' 'pam' 'libmysqlclient'
makedepends=('python2' 'gettext' 'libldap' 'pam' 'libmysqlclient'
'ffmpeg' 'geoip')
optdepends=('python: cherokee-admin (administrative web interface)'
'libldap: ldap validator'
@ -29,7 +29,7 @@ source=(http://www.cherokee-project.com/download/1.0/$pkgver/cherokee-$pkgver.ta
cherokee.rc
cherokee.logrotate)
options=('!libtool')
md5sums=('40a95ac6184641230ea1aea9892a1ea3'
md5sums=('aafaaab9f2528f1ef7f8461d608ce775'
'a2d2b69c6220fab57cda4f531b680f9f'
'8d69341bd4002bffd69c6e82ff6c905f')

View File

@ -1,42 +0,0 @@
#
# Chakra Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
# (c) 2010 Drake Justice
pkgname=cinstall
pkgver=20101203
pkgrel=1
depends=('kdelibs' 'qt' 'squashfs-tools' 'xz-utils' 'fakechroot' 'unionfs-fuse')
pkgdesc="Bundle Creator/Launcher and Package-Manager"
arch=("i686" "x86_64")
license=('GPL')
install=$pkgname.install
url="http://chakra-project.org/"
optdepends=('akabei: for akabei support'
'pacman: for pacman support')
source=(http://chakra-project.org/sources/${pkgname}/${pkgname}-${pkgver}.tar.xz)
md5sums=(74edee2ba11bc442276c745502c04c3f)
# create tarball: source PKGBUILD && mksource
mksource() {
git clone git://gitorious.org/cinstall/cinstall.git
pushd cinstall
popd
tar -cvJf ${pkgname}-${pkgver}.tar.xz cinstall/*
md5sum ${pkgname}-${pkgver}.tar.xz
}
build() {
cd "${srcdir}/cinstall"
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release
make || return 1
make DESTDIR=${pkgdir} install || return 1
}

View File

@ -1,145 +0,0 @@
post_install() {
if [ -e "/etc/chakra/updates.conf" ] ; then
. /etc/chakra/updates.conf
if [ "$UPDATE_XDG_ICON_DB" = "yes" ]; then
/usr/bin/chakra-update-icons
fi
else
echo " > WARNING"
echo " The package kde-common seems not to be installed,"
echo " this can possibly break the installation. Just install it"
echo " manually after this installation/update, run the following"
echo " commands and restart KDE afterwards:"
echo " sudo chakra-config-updater"
echo " kbuildsycoca4"
echo " "
fi
echo "Create group bundle"
if [ "Group: `grep bundle /etc/group`" = "Group: " ] ; then
groupadd bundle
else
echo "Group bundle already exists"
fi
echo "Adding all existing users to group bundle"
for i in `cat /etc/passwd | grep /home | cut -d: -f1` ; do
echo " - adding user $i"
usermod -a -G bundle $i
done
echo "Configuring sudoers file"
if [ "`grep '/bin/mount -o loop -t squashfs' /etc/sudoers`" = "" ] ; then
echo "%bundle ALL=NOPASSWD: /bin/mount -o loop -t squashfs *" >> /etc/sudoers
elif [ "`grep '/bin/mount -o loop -t ext4' /etc/sudoers`" = "" ] ; then
echo "%bundle ALL=NOPASSWD: /bin/mount -o loop -t ext4 *" >> /etc/sudoers
elif [ "`grep '/bin/umount *' /etc/sudoers`" = "" ] ; then
echo "%bundle ALL=NOPASSWD: /bin/umount *" >> /etc/sudoers
elif [ "`grep '/bin/chmod a+w *' /etc/sudoers`" = "" ] ; then
echo "%bundle ALL=NOPASSWD: /bin/chmod a+w *" >> /etc/sudoers
else
echo "sudoers file already modded"
fi
chmod -v 0440 /etc/sudoers
mkdir -p /etc/cb.conf.d &>/dev/null
chmod 775 /etc/cb.conf.d &>/dev/null
chown -R root:bundle /etc/cb.conf.d &>/dev/null
echo "update mime-database"
update-mime-database /usr/share/mime &>/dev/null
}
post_upgrade() {
if [ -e "/etc/chakra/updates.conf" ] ; then
. /etc/chakra/updates.conf
if [ "$UPDATE_XDG_ICON_DB" = "yes" ]; then
/usr/bin/chakra-update-icons
fi
else
echo " > WARNING"
echo " The package kde-common seems not to be installed,"
echo " this can possibly break the installation. Just install it"
echo " manually after this installation/update, run the following"
echo " commands and restart KDE afterwards:"
echo " sudo chakra-config-updater"
echo " kbuildsycoca4"
echo " "
fi
echo "Create group bundle"
if [ "Group: `grep bundle /etc/group`" = "Group: " ] ; then
groupadd bundle
else
echo "Group bundle already exists"
fi
echo "Adding all existing users to group bundle"
for i in `cat /etc/passwd | grep /home | cut -d: -f1` ; do
echo " - adding user $i"
usermod -a -G bundle $i
done
echo "Configuring sudoers file"
if [ "`grep '/bin/mount -o loop -t squashfs' /etc/sudoers`" = "" ] ; then
echo "%bundle ALL=NOPASSWD: /bin/mount -o loop -t squashfs *" >> /etc/sudoers
elif [ "`grep '/bin/mount -o loop -t ext4' /etc/sudoers`" = "" ] ; then
echo "%bundle ALL=NOPASSWD: /bin/mount -o loop -t ext4 *" >> /etc/sudoers
elif [ "`grep '/bin/umount *' /etc/sudoers`" = "" ] ; then
echo "%bundle ALL=NOPASSWD: /bin/umount *" >> /etc/sudoers
elif [ "`grep '/bin/chmod a+w *' /etc/sudoers`" = "" ] ; then
echo "%bundle ALL=NOPASSWD: /bin/chmod a+w *" >> /etc/sudoers
else
echo "sudoers file already modded"
fi
chmod -v 0440 /etc/sudoers
mkdir -p /etc/cb.conf.d &>/dev/null
chmod 775 /etc/cb.conf.d &>/dev/null
chown -R root:bundle /etc/cb.conf.d &>/dev/null
rm /etc/cb.conf.d/* -rv
echo "update mime-database"
update-mime-database /usr/share/mime &>/dev/null
}
post_remove() {
if [ -e "/etc/chakra/updates.conf" ] ; then
. /etc/chakra/updates.conf
if [ "$UPDATE_XDG_ICON_DB" = "yes" ]; then
/usr/bin/chakra-update-icons
fi
else
echo " > WARNING"
echo " The package kde-common seems not to be installed,"
echo " this can possibly break the installation. Just install it"
echo " manually after this installation/update, run the following"
echo " commands and restart KDE afterwards:"
echo " sudo chakra-config-updater"
echo " kbuildsycoca4"
echo " "
fi
rm /etc/cb.conf.d -r
}
op=$1
shift
$op $*

View File

@ -6,7 +6,7 @@
# contributor (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
pkgname=clementine
pkgver=0.5.3
pkgver=0.6
pkgrel=1
pkgdesc="A modern music player and library organiser and a port of Amarok 1.4, with some features rewritten to take advantage of Qt4. "
url="http://www.clementine-player.org/"
@ -20,7 +20,7 @@ optdepends=(
'gstreamer0.10-ugly-plugins: damn if you really need those'
)
source=(http://clementine-player.googlecode.com/files/${pkgname}-${pkgver}.tar.gz)
md5sums=('3411a0e31bdab7a6693048e934996f40')
md5sums=('7b7ee4c16f648a15eb2cff9ed2163e0e')
install=(clementine.install)
build() {

View File

@ -1,36 +0,0 @@
#
# Chakra Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
# include global config
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=partitionmanager
pkgver=1.0.3
pkgrel=1
pkgdesc="A KDE 4 utility that allows you to manage disks, partitions, and file systems."
arch=('i686' 'x86_64')
url="https://sourceforge.net/projects/partitionman/"
license=('GPL2')
depends=('kdebase-runtime' 'parted')
makedepends=('cmake' 'automoc4' 'pkgconfig')
optdepends=('e2fsprogs: ext2/3/4 support'
'xfsprogs: XFS support'
'jfsutils: JFS support'
'reiserfsprogs: Reiser support'
'ntfsprogs: NTFS support'
'dosfstools: FAT32 support')
install=partitionmanager.install
source=(http://downloads.sourceforge.net/partitionman/$pkgname-$pkgver.tar.bz2)
build() {
cd $srcdir/$pkgname-$pkgver
mkdir build
cd build
cmake ../ -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_RPATH=ON || return 1
make || return 1
make DESTDIR=$pkgdir install || return 1
}
md5sums=('1f987d314c717ba2579c69eeef16336d')

View File

@ -1,11 +0,0 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}

View File

@ -8,8 +8,8 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=scribus
pkgver=1.3.8
pkgrel=2
pkgver=1.3.9
pkgrel=1
pkgdesc="A desktop publishing program"
arch=('i686' 'x86_64')
url="http://www.scribus.net"
@ -20,8 +20,8 @@ depends=('libcups>=1.3.11' 'lcms>=1.18' 'qt' 'ghostscript>=8.70' \
'desktop-file-utils' 'shared-mime-info')
makedepends=('cmake')
options=(!libtool !makeflags)
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
md5sums=('660b946ea3ba19e894fb5701832a6b54')
source=(http://sourceforge.net/projects/scribus/files/scribus-devel/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
md5sums=(a54dbf2e10cd88d683d0d34565d29378)
build() {
cd ${srcdir}

View File

@ -1,5 +1,5 @@
pkgname=udisks
pkgver=1.0.0
pkgver=1.0.2
pkgrel=1
pkgdesc="Disk Management Service"
arch=('i686' 'x86_64')
@ -10,7 +10,7 @@ options=(!libtool)
makedepends=('intltool' 'docbook-xsl')
replaces=('devicekit-disks')
source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz)
sha256sums=('54834720ca0d44e04f1b71f6b0782bc30af506b5ec87fe024f93e50b70734955')
sha256sums=('7dc1a150a6a31b2727144603fa5a8f9852696fc5bdc4a11917b9b0f1b8e3dcf1')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"

27
upower/PKGBUILD Normal file
View File

@ -0,0 +1,27 @@
#
# Chakra Packages for Chakra, part of chakra-project.org
#
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname=upower
pkgver=0.9.7
pkgrel=1
pkgdesc="Abstraction for enumerating power devices, listening to device events and querying history and statistics"
arch=('i686' 'x86_64')
url="http://upower.freedesktop.org"
license=('GPL')
depends=('udev>=164' 'libusb1>=1.0.8' 'polkit>=0.98' 'pm-utils' 'dbus-glib>=0.92')
makedepends=('pkg-config' 'intltool' 'docbook-xsl')
replaces=('devicekit-power')
options=('!libtool')
source=($url/releases/${pkgname}-${pkgver}.tar.bz2)
sha256sums=('7db45ff675e6836e89adc84d6937e9e5cd468ded89e8bd19edcbfb1a28f42933')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
--libexecdir=/usr/lib/upower --disable-static --disable-gtk-doc
make
make DESTDIR="${pkgdir}" install
}

View File

@ -5,15 +5,15 @@
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname=youtube-dl
pkgver=2010.11.19
pkgver=2010.12.09
pkgrel=1
pkgdesc='A small command-line program to download videos from YouTube.com'
arch=('any')
url='http://bitbucket.org/rg3/youtube-dl/'
license=('MIT')
depends=('python')
depends=('python2')
source=("https://github.com/rg3/${pkgname}/raw/${pkgver}/${pkgname}")
md5sums=('3c35c6c0c6f2424e9ce9f2be3767a200')
md5sums=('3f30efd79e00d104296b0bf80c732d3d')
build() {
install -Dm755 ${srcdir}/$pkgname $pkgdir/usr/bin/$pkgname