[arch-commits] Commit in lua/repos (extra-i686)
Date: Wednesday, July 28, 2010 @ 02:50:51 Author: juergen Revision: 86294 archrelease: copy trunk to extra-i686 Added: lua/repos/extra-i686/
[arch-commits] Commit in lua/repos (extra-i686)
Date: Wednesday, July 28, 2010 @ 02:50:41 Author: juergen Revision: 86293 archrelease: remove extra-i686 Deleted: lua/repos/extra-i686/
[arch-commits] Commit in lua/trunk (PKGBUILD)
Date: Wednesday, July 28, 2010 @ 02:43:46 Author: juergen Revision: 86292 apply upstream bug fixes Modified: lua/trunk/PKGBUILD --+ PKGBUILD | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-07-28 06:39:06 UTC (rev 86291) +++ PKGBUILD2010-07-28 06:43:46 UTC (rev 86292) @@ -4,22 +4,21 @@ pkgname=lua pkgver=5.1.4 -pkgrel=5 +pkgrel=6 pkgdesc="A powerful light-weight programming language designed for extending applications." arch=('i686' 'x86_64') url="http://www.lua.org/"; depends=('readline' 'ncurses') license=('MIT') options=('!makeflags') -source=(http://www.lua.org/ftp/${pkgname}-${pkgver}.tar.gz lua-arch.patch lua-5.1-cflags.diff) -md5sums=('d0870f2de55d59c1c8419f36e8fac150' '6c5953f63904bf20a0183cdab05b80de'\ - '249582bf1fd861ccf492d2c35a9fe732') -sha1sums=('2b11c8e60306efb7f0734b747588f57995493db7' '780a41f93987462a2acd6e338ac648c6b9c01d16'\ - '0d5d6b2aeab1ca8bde5f65d77d40d5a23b79b2c8') +source=(http://www.lua.org/ftp/${pkgname}-${pkgver}.tar.gz http://www.lua.org/ftp/patch-lua-5.1.4-2 lua-arch.patch lua-5.1-cflags.diff) +md5sums=('d0870f2de55d59c1c8419f36e8fac150' '1239310e0c4a581c7831e596f95cc6cd'\ + '6c5953f63904bf20a0183cdab05b80de' '249582bf1fd861ccf492d2c35a9fe732') build() { cd "${srcdir}/${pkgname}-${pkgver}" patch -p1 -i "${srcdir}/lua-arch.patch" + patch -i ${srcdir}/patch-lua-5.1.4-2 -d src } package() {
[arch-commits] Commit in cagibi/repos (testing-x86_64)
Date: Wednesday, July 28, 2010 @ 02:39:06 Author: andrea Revision: 86291 archrelease: copy trunk to testing-x86_64 Added: cagibi/repos/testing-x86_64/
[arch-commits] Commit in cagibi/repos (testing-i686)
Date: Wednesday, July 28, 2010 @ 02:38:42 Author: andrea Revision: 86290 archrelease: copy trunk to testing-i686 Added: cagibi/repos/testing-i686/
[arch-commits] Commit in (cagibi cagibi/repos cagibi/trunk cagibi/trunk/PKGBUILD)
Date: Wednesday, July 28, 2010 @ 02:37:53 Author: andrea Revision: 86289 new KDE runtime dependence Added: cagibi/ cagibi/repos/ cagibi/trunk/ cagibi/trunk/PKGBUILD --+ PKGBUILD | 30 ++ 1 file changed, 30 insertions(+) Added: cagibi/trunk/PKGBUILD === --- cagibi/trunk/PKGBUILD (rev 0) +++ cagibi/trunk/PKGBUILD 2010-07-28 06:37:53 UTC (rev 86289) @@ -0,0 +1,30 @@ +# $Id $ +# Maintainer: Andrea Scarpino + +pkgname=cagibi +pkgver=0.1.0 +pkgrel=1 +pkgdesc='A cache/proxy daemon for SSDP (the discovery part of UPnP)' +arch=('i686' 'x86_64') +url='http://www.kde.org' +license=('LGPL') +depends=('qt') +makedepends=('cmake' 'automoc4') +source=("http://download.kde.org/stable/${pkgname}/${pkgname}-${pkgver}.tar.bz2";) +md5sums=('dcda358dccddea8e9d65a18d6bd115e1') + +build() { + cd ${srcdir} + mkdir build + cd build + cmake ../${pkgname}-${pkgver} \ +-DCMAKE_BUILD_TYPE=Release \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_SKIP_RPATH=ON + make +} + +package() { + cd ${srcdir}/build + make DESTDIR=${pkgdir} install +}
[arch-commits] Commit in texlive-bin/trunk (PKGBUILD)
Date: Tuesday, July 27, 2010 @ 15:37:24 Author: francois Revision: 86288 Update md5sums Modified: texlive-bin/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2010-07-27 19:31:11 UTC (rev 86287) +++ PKGBUILD2010-07-27 19:37:24 UTC (rev 86288) @@ -232,7 +232,7 @@ ### } -md5sums=('f848bb8e2a87ceef49cfd0eac6b140c9' +md5sums=('626f900fb59f036d6fea95f08c74b00b' 'bfb9716aa00c86c08cd31e5b32edeb98' '393a4bf67adc7ca5df2b386759d1a637' '1cac8cf889fbb50b9f39042be49c8482'
[arch-commits] Commit in (14 files)
Date: Tuesday, July 27, 2010 @ 15:31:11 Author: francois Revision: 86287 Updated all sources from tlpretest Modified: texlive-bibtexextra/trunk/PKGBUILD texlive-fontsextra/trunk/PKGBUILD texlive-games/trunk/PKGBUILD texlive-genericextra/trunk/PKGBUILD texlive-htmlxml/trunk/PKGBUILD texlive-humanities/trunk/PKGBUILD texlive-langcjk/trunk/PKGBUILD texlive-langgreek/trunk/PKGBUILD texlive-latexextra/trunk/PKGBUILD texlive-pictures/trunk/PKGBUILD texlive-plainextra/trunk/PKGBUILD texlive-pstricks/trunk/PKGBUILD texlive-publishers/trunk/PKGBUILD texlive-science/trunk/PKGBUILD -+ texlive-bibtexextra/trunk/PKGBUILD |4 ++-- texlive-fontsextra/trunk/PKGBUILD |6 +++--- texlive-games/trunk/PKGBUILD|4 ++-- texlive-genericextra/trunk/PKGBUILD |4 ++-- texlive-htmlxml/trunk/PKGBUILD |4 ++-- texlive-humanities/trunk/PKGBUILD |4 ++-- texlive-langcjk/trunk/PKGBUILD |4 ++-- texlive-langgreek/trunk/PKGBUILD|4 ++-- texlive-latexextra/trunk/PKGBUILD |6 +++--- texlive-pictures/trunk/PKGBUILD |4 ++-- texlive-plainextra/trunk/PKGBUILD |4 ++-- texlive-pstricks/trunk/PKGBUILD |4 ++-- texlive-publishers/trunk/PKGBUILD |4 ++-- texlive-science/trunk/PKGBUILD |4 ++-- 14 files changed, 30 insertions(+), 30 deletions(-) Modified: texlive-bibtexextra/trunk/PKGBUILD === --- texlive-bibtexextra/trunk/PKGBUILD 2010-07-27 19:29:53 UTC (rev 86286) +++ texlive-bibtexextra/trunk/PKGBUILD 2010-07-27 19:31:11 UTC (rev 86287) @@ -1,7 +1,7 @@ # Maintainer: Firmicus pkgname=texlive-bibtexextra -pkgver=2010.19045 +pkgver=2010.19523 pkgrel=1 pkgdesc="TeX Live - Additional BibTeX styles and bibliography databases" license=('GPL') @@ -12,7 +12,7 @@ source=("ftp://ftp.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip";) options=(!strip) install=texlive.install -md5sums=('1bcecd30d8162134cf386e6f13bf30af') +md5sums=('b9e6b1fa154b800c59db869eb462d175') build() { for p in *.tar.xz; do Modified: texlive-fontsextra/trunk/PKGBUILD === --- texlive-fontsextra/trunk/PKGBUILD 2010-07-27 19:29:53 UTC (rev 86286) +++ texlive-fontsextra/trunk/PKGBUILD 2010-07-27 19:31:11 UTC (rev 86287) @@ -1,7 +1,7 @@ # Maintainer: Firmicus pkgname=texlive-fontsextra -pkgver=2010.18995 +pkgver=2010.19537 pkgrel=1 pkgdesc="TeX Live - all sorts of extra fonts" license=('GPL') @@ -13,8 +13,8 @@ options=('!emptydirs') options=(!strip) install=texlive.install -md5sums=('a93c42c465b5e42c866bb3aab0681adf' - '88a2f1df482bc46abdb8a987b3cc83c2') +md5sums=('e15060dc0c2b7f39119acd529e43f4d9' + '2fb08666d193d8f5999365c0ce4b9339') build() { for p in *.tar.xz; do Modified: texlive-games/trunk/PKGBUILD === --- texlive-games/trunk/PKGBUILD2010-07-27 19:29:53 UTC (rev 86286) +++ texlive-games/trunk/PKGBUILD2010-07-27 19:31:11 UTC (rev 86287) @@ -1,7 +1,7 @@ # Maintainer: Firmicus pkgname=texlive-games -pkgver=2010.18651 +pkgver=2010.19440 pkgrel=1 pkgdesc="TeX Live - Setups for typesetting various board games, including chess" license=('GPL') @@ -13,7 +13,7 @@ options=('!emptydirs') options=(!strip) install=texlive.install -md5sums=('3ceb4a8201bdbc4ee66143f229e04249' +md5sums=('61c7c1a0b65f27e154a0e9412addd8a1' '387a994c27b49be1ac3cf64a8f9ab155') build() { Modified: texlive-genericextra/trunk/PKGBUILD === --- texlive-genericextra/trunk/PKGBUILD 2010-07-27 19:29:53 UTC (rev 86286) +++ texlive-genericextra/trunk/PKGBUILD 2010-07-27 19:31:11 UTC (rev 86287) @@ -1,7 +1,7 @@ # Maintainer: Firmicus pkgname=texlive-genericextra -pkgver=2010.19036 +pkgver=2010.19456 pkgrel=1 pkgdesc="TeX Live - mixed bag of generic macro packages and fonts" license=('GPL') @@ -13,7 +13,7 @@ options=('!emptydirs') options=(!strip) install=texlive.install -md5sums=('b5831a30ad01e5aee61bdb8374316de0') +md5sums=('e8ef13209cb290e7ca50dcafc2d2c160') build() { for p in *.tar.xz; do Modified: texlive-htmlxml/trunk/PKGBUILD === --- texlive-htmlxml/trunk/PKGBUILD 2010-07-27 19:29:53 UTC (rev 86286) +++ texlive-htmlxml/trunk/PKGBUILD 2010-07-27 19:31:11 UTC (rev 86287) @@ -1,7 +1,7 @@ # Maintainer: Firmicus pkgname=texlive-htmlxml -pkgver=2010.18835 +pkgver=2010.19518 pkgrel=1 pkgdesc="TeX Live - Packages to convert LaTeX to XML/HTML, and typeset XML/SGML" license=('GPL') @@ -13,7 +13,7 @@ options=('!emptydirs') options=(!strip) install=texlive.install -md5sums=('b869903de0294d30b843df06c6ed4f85') +md5sums=('edd27b42ce7bed60e2c826fbccfed7a8') build() { for p in *.tar.xz; do Modified: t
[arch-commits] Commit in texlive-core/trunk (PKGBUILD texlive-core.maps)
Date: Tuesday, July 27, 2010 @ 15:29:53 Author: francois Revision: 86286 Update. Improve optdepends Modified: texlive-core/trunk/PKGBUILD texlive-core/trunk/texlive-core.maps ---+ PKGBUILD | 12 ++-- texlive-core.maps |2 +- 2 files changed, 11 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-07-27 19:29:06 UTC (rev 86285) +++ PKGBUILD2010-07-27 19:29:53 UTC (rev 86286) @@ -7,7 +7,15 @@ license=('GPL') arch=(any) depends=('texlive-bin') -optdepends=('perl' 'ruby' 'tk' 'ghostscript' 'psutils' 't1utils') +optdepends=( + 'perl:for many useful tools' + 'ruby:for old ConTeXT MkII and epspdf' + 'tk: for texdoctk' + 'python: for dviasm' + 'ghostscript: for epstopdf, epspdf and other ConTeXt tools' + 'psutils: to manipulate the output of dvips' + 't1utils: can be useful when installing Type1 fonts' +) groups=('texlive-most') conflicts=('tetex') provides=('tetex' 'texlive-latex3') @@ -18,7 +26,7 @@ install=texlive.install backup=(etc/texmf/tex/context/config/cont-usr.tex) md5sums=('08e1f13e414dc7d50b75e7872b890717' - 'f27c9370a4fe7c9fe7d746da7fbc37c0') + 'b7bfb99caa36121b6ad967b4114102da') build() { echo -n " --> extracting all packages... " Modified: texlive-core.maps === --- texlive-core.maps 2010-07-27 19:29:06 UTC (rev 86285) +++ texlive-core.maps 2010-07-27 19:29:53 UTC (rev 86286) @@ -1,4 +1,4 @@ -Map euler.map +Map euler.map Map charter.map Map fpls.map Map l7x-urwvn.map
[arch-commits] Commit in xf86-input-wacom/repos (extra-x86_64)
Date: Tuesday, July 27, 2010 @ 15:29:06 Author: ibiru Revision: 86285 archrelease: copy trunk to extra-x86_64 Added: xf86-input-wacom/repos/extra-x86_64/
[arch-commits] Commit in xf86-input-wacom/repos (extra-x86_64)
Date: Tuesday, July 27, 2010 @ 15:28:49 Author: ibiru Revision: 86284 archrelease: remove extra-x86_64 Deleted: xf86-input-wacom/repos/extra-x86_64/
[arch-commits] Commit in xf86-input-wacom/repos (extra-i686)
Date: Tuesday, July 27, 2010 @ 15:28:38 Author: ibiru Revision: 86283 archrelease: copy trunk to extra-i686 Added: xf86-input-wacom/repos/extra-i686/
[arch-commits] Commit in xf86-input-wacom/repos (extra-i686)
Date: Tuesday, July 27, 2010 @ 15:28:20 Author: ibiru Revision: 86282 archrelease: remove extra-i686 Deleted: xf86-input-wacom/repos/extra-i686/
[arch-commits] Commit in xf86-input-wacom/trunk (70-wacom.rules PKGBUILD)
Date: Tuesday, July 27, 2010 @ 15:28:11 Author: ibiru Revision: 86281 upgpkg: xf86-input-wacom 0.10.8-1 update to 0.10.8 and added fedora's udev rule. fixes FS#19434 Added: xf86-input-wacom/trunk/70-wacom.rules Modified: xf86-input-wacom/trunk/PKGBUILD + 70-wacom.rules |8 PKGBUILD | 16 ++-- 2 files changed, 18 insertions(+), 6 deletions(-) Added: 70-wacom.rules === --- 70-wacom.rules (rev 0) +++ 70-wacom.rules 2010-07-27 19:28:11 UTC (rev 86281) @@ -0,0 +1,8 @@ +ACTION!="add|change", GOTO="wacom_end" + +# Match all wacom tablets with a serial ID starting with WACf +ATTRS{id}=="WACf*" ENV{NAME}="Serial Wacom Tablet", ENV{SUBSYSTEM}="input", ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1" +ATTRS{id}=="FUJ*" ENV{NAME}="Serial Wacom Tablet", ENV{SUBSYSTEM}="input", ENV{ID_INPUT}="1", ENV{ID_INPUT_TABLET}="1" + +LABEL="wacom_end" + Modified: PKGBUILD === --- PKGBUILD2010-07-27 12:17:27 UTC (rev 86280) +++ PKGBUILD2010-07-27 19:28:11 UTC (rev 86281) @@ -3,7 +3,7 @@ # Contributor: M Rawash pkgname=xf86-input-wacom -pkgver=0.10.7 +pkgver=0.10.8 pkgrel=1 pkgdesc="X.Org Wacom tablet driver" arch=('i686' 'x86_64') @@ -14,12 +14,16 @@ makedepends=('pkgconfig' 'xorg-server>=1.8.0' 'xorg-util-macros') conflicts=('xorg-server<1.8.0') options=(!libtool) -source=(http://downloads.sourceforge.net/project/linuxwacom/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -md5sums=('6892c96853f164b5a40651ce64e2491a') +source=(http://downloads.sourceforge.net/project/linuxwacom/${pkgname}/${pkgname}-${pkgver}.tar.bz2 +70-wacom.rules) +md5sums=('e2bcc125070a16a7e3608d074d5d27dc' + '4d3665bb2ef8a8190734640dffa4c6f7') build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --with-xorg-conf-dir=/etc/X11/xorg.conf.d || return 1 - make || return 1 - make DESTDIR="${pkgdir}" install || return 1 + ./configure --prefix=/usr --with-xorg-conf-dir=/etc/X11/xorg.conf.d + make + make DESTDIR="${pkgdir}" install + + install -D -m 0644 "${srcdir}/70-wacom.rules" "${pkgdir}/lib/udev/rules.d/70-wacom.rules" }
[arch-commits] Commit in texlive-fontsextra/trunk (2 files)
Date: Tuesday, July 27, 2010 @ 08:17:27 Author: francois Revision: 86280 Add two new map files Modified: texlive-fontsextra/trunk/texlive-fontsextra.maps texlive-fontsextra/trunk/texlive.install -+ texlive-fontsextra.maps |2 ++ texlive.install |2 ++ 2 files changed, 4 insertions(+) Modified: texlive-fontsextra.maps === --- texlive-fontsextra.maps 2010-07-27 12:16:09 UTC (rev 86279) +++ texlive-fontsextra.maps 2010-07-27 12:17:27 UTC (rev 86280) @@ -69,8 +69,10 @@ Map troff-updmap.map Map uaq.map Map ugq.map +Map ybv.map Map yfrak.map Map yly.map +Map yrd.map Map yv1.map Map yv2.map Map yv3.map Modified: texlive.install === --- texlive.install 2010-07-27 12:16:09 UTC (rev 86279) +++ texlive.install 2010-07-27 12:17:27 UTC (rev 86280) @@ -74,8 +74,10 @@ Map troff-updmap.map Map uaq.map Map ugq.map +Map ybv.map Map yfrak.map Map yly.map +Map yrd.map Map yv1.map Map yv2.map Map yv3.map
[arch-commits] Commit in texlive-core/trunk (texlive.install)
Date: Tuesday, July 27, 2010 @ 08:16:09 Author: francois Revision: 86279 Improve fontmaps handling Modified: texlive-core/trunk/texlive.install -+ texlive.install |5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: texlive.install === --- texlive.install 2010-07-27 12:14:49 UTC (rev 86278) +++ texlive.install 2010-07-27 12:16:09 UTC (rev 86279) @@ -74,13 +74,14 @@ echo " to /etc/texmf/web2c/ (and keeping new one as updmap.cfg.pacnew)" mv /etc/texmf/web2c/updmap.cfg /etc/texmf/web2c/updmap.cfg.pacnew cp /usr/share/texmf-config/web2c/updmap.cfg.pacsave /etc/texmf/web2c/updmap.cfg - else # $2 >= 2010 + else +# $2 >= 2010 OLDMAPS="/var/lib/texmf/arch/installedpkgs/$PKGNAME.maps" fi if [ -f $OLDMAPS ] ; then MAPSDIFF=`mktemp` TOADD=`mktemp` -diff -B $OLDMAPS $NEWMAPS | sed 's/\s\+/ /g' > $MAPSDIFF +diff -B -w $OLDMAPS $NEWMAPS | sed 's/\s\+/ /g' > $MAPSDIFF TOREMOVE=`cat $MAPSDIFF | egrep '^<' | cut -d' ' -f3` cat $MAPSDIFF | egrep '^>' | sed 's/^> //' > $TOADD if [ "x$TOREMOVE" != "x" ]; then
[arch-commits] Commit in texlive-bin/trunk (texmf.cnf)
Date: Tuesday, July 27, 2010 @ 08:14:49 Author: francois Revision: 86278 Comment out OSFONTDIR by default (otherwise fonts in $HOME are ignored my mkluatexfontdb) Modified: texlive-bin/trunk/texmf.cnf ---+ texmf.cnf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: texmf.cnf === --- texmf.cnf 2010-07-27 10:39:26 UTC (rev 86277) +++ texmf.cnf 2010-07-27 12:14:49 UTC (rev 86278) @@ -295,7 +295,7 @@ % OSFONTDIR is to provide a convenient hook for allowing TeX to find % fonts installed on the system (outside of TeX). An empty default % value would add "//" to the search paths, so we give it a dummy value. -OSFONTDIR = /usr/share/fonts +% OSFONTDIR = /usr/share/fonts % PostScript Type 1 outline fonts. T1FONTS = .;$TEXMF/fonts/type1//;$OSFONTDIR//
[arch-commits] Commit in soprano/repos (testing-x86_64)
Date: Tuesday, July 27, 2010 @ 06:39:26 Author: andrea Revision: 86277 archrelease: copy trunk to testing-x86_64 Added: soprano/repos/testing-x86_64/
[arch-commits] Commit in soprano/repos (testing-x86_64)
Date: Tuesday, July 27, 2010 @ 06:39:08 Author: andrea Revision: 86276 archrelease: remove testing-x86_64 Deleted: soprano/repos/testing-x86_64/
[arch-commits] Commit in soprano/repos (testing-i686)
Date: Tuesday, July 27, 2010 @ 06:38:12 Author: andrea Revision: 86275 archrelease: copy trunk to testing-i686 Added: soprano/repos/testing-i686/
[arch-commits] Commit in soprano/repos (testing-i686)
Date: Tuesday, July 27, 2010 @ 06:37:52 Author: andrea Revision: 86274 archrelease: remove testing-i686 Deleted: soprano/repos/testing-i686/
[arch-commits] Commit in soprano/trunk (PKGBUILD)
Date: Tuesday, July 27, 2010 @ 06:31:43 Author: andrea Revision: 86273 upstream release Modified: soprano/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-07-27 10:26:19 UTC (rev 86272) +++ PKGBUILD2010-07-27 10:31:43 UTC (rev 86273) @@ -3,7 +3,7 @@ # Contributor: Tobias Powalowski pkgname=soprano -pkgver=2.4.63 +pkgver=2.4.64 pkgrel=1 pkgdesc='A library which provides a highly usable object-oriented C++/Qt4 framework for RDF data' arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ depends=('qt' 'clucene' 'redland' 'libiodbc' 'virtuoso') makedepends=('cmake' 'openjdk6') source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";) -md5sums=('5a063a01849437b7142b41c59702a061') +md5sums=('edb7f48dd4cc0d5baa75797520c189fc') build() { cd ${srcdir}
[arch-commits] Commit in kdelibs/repos (testing-i686)
Date: Tuesday, July 27, 2010 @ 06:26:19 Author: andrea Revision: 86272 archrelease: copy trunk to testing-i686 Added: kdelibs/repos/testing-i686/
[arch-commits] Commit in qjson/repos (testing-x86_64)
Date: Tuesday, July 27, 2010 @ 06:23:00 Author: andrea Revision: 86271 archrelease: copy trunk to testing-x86_64 Added: qjson/repos/testing-x86_64/
[arch-commits] Commit in qjson/repos (testing-x86_64)
Date: Tuesday, July 27, 2010 @ 06:22:18 Author: andrea Revision: 86270 archrelease: remove testing-x86_64 Deleted: qjson/repos/testing-x86_64/
[arch-commits] Commit in qjson/repos (testing-i686)
Date: Tuesday, July 27, 2010 @ 06:22:08 Author: andrea Revision: 86269 archrelease: copy trunk to testing-i686 Added: qjson/repos/testing-i686/
[arch-commits] Commit in qjson/repos (testing-i686)
Date: Tuesday, July 27, 2010 @ 06:21:39 Author: andrea Revision: 86268 archrelease: remove testing-i686 Deleted: qjson/repos/testing-i686/
[arch-commits] Commit in qjson/trunk (PKGBUILD)
Date: Tuesday, July 27, 2010 @ 06:21:29 Author: andrea Revision: 86267 Added: qjson/trunk/PKGBUILD --+ PKGBUILD | 29 + 1 file changed, 29 insertions(+) Added: PKGBUILD === --- PKGBUILD(rev 0) +++ PKGBUILD2010-07-27 10:21:29 UTC (rev 86267) @@ -0,0 +1,29 @@ +# $Id $ +# Maintainer: Andrea Scarpino + +pkgname=qjson +pkgver=0.7.1 +pkgrel=1 +pkgdesc="A qt-based library that maps JSON data to QVariant objects" +arch=('i686' 'x86_64') +license=('GPL') +url="http://qjson.sourceforge.net"; +depends=('qt') +makedepends=('cmake') +source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2";) +md5sums=('5a833ad606c164ed8aa69f0873366ace') + +build() { + cd ${srcdir} + mkdir build + cd build + cmake ../${pkgname} \ +-DCMAKE_INSTALL_PREFIX=/usr \ +-DCMAKE_BUILD_TYPE=Release + make +} + +package() { +cd "${srcdir}/build" +make DESTDIR=${pkgdir} install +}
[arch-commits] Commit in kdewebdev/repos (testing-i686)
Date: Tuesday, July 27, 2010 @ 06:11:47 Author: andrea Revision: 86266 archrelease: copy trunk to testing-i686 Added: kdewebdev/repos/testing-i686/
[arch-commits] Commit in kdeutils/repos (testing-i686)
Date: Tuesday, July 27, 2010 @ 06:11:30 Author: andrea Revision: 86265 archrelease: copy trunk to testing-i686 Added: kdeutils/repos/testing-i686/
[arch-commits] Commit in kdetoys/repos (testing-i686)
Date: Tuesday, July 27, 2010 @ 06:11:12 Author: andrea Revision: 86264 archrelease: copy trunk to testing-i686 Added: kdetoys/repos/testing-i686/
[arch-commits] Commit in kdesdk/repos (testing-i686)
Date: Tuesday, July 27, 2010 @ 06:10:54 Author: andrea Revision: 86263 archrelease: copy trunk to testing-i686 Added: kdesdk/repos/testing-i686/
[arch-commits] Commit in kdeplasma-addons/repos (testing-i686)
Date: Tuesday, July 27, 2010 @ 06:10:35 Author: andrea Revision: 86262 archrelease: copy trunk to testing-i686 Added: kdeplasma-addons/repos/testing-i686/
[arch-commits] Commit in kdenetwork/repos (testing-i686)
Date: Tuesday, July 27, 2010 @ 06:10:17 Author: andrea Revision: 86261 archrelease: copy trunk to testing-i686 Added: kdenetwork/repos/testing-i686/
[arch-commits] Commit in kdemultimedia/repos (testing-i686)
Date: Tuesday, July 27, 2010 @ 06:09:59 Author: andrea Revision: 86260 archrelease: copy trunk to testing-i686 Added: kdemultimedia/repos/testing-i686/
[arch-commits] Commit in kdegames/repos (testing-i686)
Date: Tuesday, July 27, 2010 @ 06:09:41 Author: andrea Revision: 86259 archrelease: copy trunk to testing-i686 Added: kdegames/repos/testing-i686/
[arch-commits] Commit in kdeartwork/repos (testing-i686)
Date: Tuesday, July 27, 2010 @ 06:09:21 Author: andrea Revision: 86258 archrelease: copy trunk to testing-i686 Added: kdeartwork/repos/testing-i686/
[arch-commits] Commit in kdeadmin/repos (testing-i686)
Date: Tuesday, July 27, 2010 @ 06:09:03 Author: andrea Revision: 86257 archrelease: copy trunk to testing-i686 Added: kdeadmin/repos/testing-i686/
[arch-commits] Commit in kdeaccessibility/repos (testing-i686)
Date: Tuesday, July 27, 2010 @ 06:08:45 Author: andrea Revision: 86256 archrelease: copy trunk to testing-i686 Added: kdeaccessibility/repos/testing-i686/
[arch-commits] Commit in kdeedu/repos (testing-i686)
Date: Tuesday, July 27, 2010 @ 06:08:27 Author: andrea Revision: 86255 archrelease: copy trunk to testing-i686 Added: kdeedu/repos/testing-i686/
[arch-commits] Commit in kdebase/repos (testing-i686)
Date: Tuesday, July 27, 2010 @ 06:08:09 Author: andrea Revision: 86254 archrelease: copy trunk to testing-i686 Added: kdebase/repos/testing-i686/
[arch-commits] Commit in kdebase-workspace/repos (testing-i686)
Date: Tuesday, July 27, 2010 @ 06:07:51 Author: andrea Revision: 86253 archrelease: copy trunk to testing-i686 Added: kdebase-workspace/repos/testing-i686/
[arch-commits] Commit in kdebindings/repos (testing-i686)
Date: Tuesday, July 27, 2010 @ 06:07:33 Author: andrea Revision: 86252 archrelease: copy trunk to testing-i686 Added: kdebindings/repos/testing-i686/
[arch-commits] Commit in kdepimlibs/repos (testing-i686)
Date: Tuesday, July 27, 2010 @ 06:07:14 Author: andrea Revision: 86251 archrelease: copy trunk to testing-i686 Added: kdepimlibs/repos/testing-i686/
[arch-commits] Commit in kdegraphics/repos (testing-i686)
Date: Tuesday, July 27, 2010 @ 06:06:56 Author: andrea Revision: 86250 archrelease: copy trunk to testing-i686 Added: kdegraphics/repos/testing-i686/
[arch-commits] Commit in kdebase-runtime/repos (testing-i686)
Date: Tuesday, July 27, 2010 @ 06:06:38 Author: andrea Revision: 86249 archrelease: copy trunk to testing-i686 Added: kdebase-runtime/repos/testing-i686/
[arch-commits] Commit in oxygen-icons/repos (testing-any)
Date: Tuesday, July 27, 2010 @ 06:06:20 Author: andrea Revision: 86248 archrelease: copy trunk to testing-any Added: oxygen-icons/repos/testing-any/
[arch-commits] Commit in oxygen-icons/repos (testing-any)
Date: Tuesday, July 27, 2010 @ 06:06:02 Author: andrea Revision: 86247 archrelease: remove testing-any Deleted: oxygen-icons/repos/testing-any/
[arch-commits] Commit in kdewebdev/repos (testing-x86_64)
Date: Tuesday, July 27, 2010 @ 06:03:34 Author: andrea Revision: 86246 archrelease: copy trunk to testing-x86_64 Added: kdewebdev/repos/testing-x86_64/
[arch-commits] Commit in kdeutils/repos (testing-x86_64)
Date: Tuesday, July 27, 2010 @ 06:03:16 Author: andrea Revision: 86245 archrelease: copy trunk to testing-x86_64 Added: kdeutils/repos/testing-x86_64/
[arch-commits] Commit in kdetoys/repos (testing-x86_64)
Date: Tuesday, July 27, 2010 @ 06:02:59 Author: andrea Revision: 86244 archrelease: copy trunk to testing-x86_64 Added: kdetoys/repos/testing-x86_64/
[arch-commits] Commit in kdesdk/repos (testing-x86_64)
Date: Tuesday, July 27, 2010 @ 06:02:41 Author: andrea Revision: 86243 archrelease: copy trunk to testing-x86_64 Added: kdesdk/repos/testing-x86_64/
[arch-commits] Commit in kdeplasma-addons/repos (testing-x86_64)
Date: Tuesday, July 27, 2010 @ 06:02:23 Author: andrea Revision: 86242 archrelease: copy trunk to testing-x86_64 Added: kdeplasma-addons/repos/testing-x86_64/
[arch-commits] Commit in kdenetwork/repos (testing-x86_64)
Date: Tuesday, July 27, 2010 @ 06:02:05 Author: andrea Revision: 86241 archrelease: copy trunk to testing-x86_64 Added: kdenetwork/repos/testing-x86_64/
[arch-commits] Commit in kdemultimedia/repos (testing-x86_64)
Date: Tuesday, July 27, 2010 @ 06:01:47 Author: andrea Revision: 86240 archrelease: copy trunk to testing-x86_64 Added: kdemultimedia/repos/testing-x86_64/
[arch-commits] Commit in kdegames/repos (testing-x86_64)
Date: Tuesday, July 27, 2010 @ 06:01:29 Author: andrea Revision: 86239 archrelease: copy trunk to testing-x86_64 Added: kdegames/repos/testing-x86_64/
[arch-commits] Commit in kdeartwork/repos (testing-x86_64)
Date: Tuesday, July 27, 2010 @ 06:01:10 Author: andrea Revision: 86238 archrelease: copy trunk to testing-x86_64 Added: kdeartwork/repos/testing-x86_64/
[arch-commits] Commit in kdeadmin/repos (testing-x86_64)
Date: Tuesday, July 27, 2010 @ 06:00:52 Author: andrea Revision: 86237 archrelease: copy trunk to testing-x86_64 Added: kdeadmin/repos/testing-x86_64/
[arch-commits] Commit in kdeaccessibility/repos (testing-x86_64)
Date: Tuesday, July 27, 2010 @ 06:00:33 Author: andrea Revision: 86236 archrelease: copy trunk to testing-x86_64 Added: kdeaccessibility/repos/testing-x86_64/
[arch-commits] Commit in kdeedu/repos (testing-x86_64)
Date: Tuesday, July 27, 2010 @ 06:00:16 Author: andrea Revision: 86235 archrelease: copy trunk to testing-x86_64 Added: kdeedu/repos/testing-x86_64/
[arch-commits] Commit in kdebase/repos (testing-x86_64)
Date: Tuesday, July 27, 2010 @ 05:59:56 Author: andrea Revision: 86234 archrelease: copy trunk to testing-x86_64 Added: kdebase/repos/testing-x86_64/
[arch-commits] Commit in kdebase-workspace/repos (testing-x86_64)
Date: Tuesday, July 27, 2010 @ 05:59:38 Author: andrea Revision: 86233 archrelease: copy trunk to testing-x86_64 Added: kdebase-workspace/repos/testing-x86_64/
[arch-commits] Commit in kdebindings/repos (testing-x86_64)
Date: Tuesday, July 27, 2010 @ 05:59:20 Author: andrea Revision: 86232 archrelease: copy trunk to testing-x86_64 Added: kdebindings/repos/testing-x86_64/
[arch-commits] Commit in kdepimlibs/repos (testing-x86_64)
Date: Tuesday, July 27, 2010 @ 05:59:02 Author: andrea Revision: 86231 archrelease: copy trunk to testing-x86_64 Added: kdepimlibs/repos/testing-x86_64/
[arch-commits] Commit in kdegraphics/repos (testing-x86_64)
Date: Tuesday, July 27, 2010 @ 05:58:44 Author: andrea Revision: 86230 archrelease: copy trunk to testing-x86_64 Added: kdegraphics/repos/testing-x86_64/
[arch-commits] Commit in kdebase-runtime/repos (testing-x86_64)
Date: Tuesday, July 27, 2010 @ 05:58:26 Author: andrea Revision: 86229 archrelease: copy trunk to testing-x86_64 Added: kdebase-runtime/repos/testing-x86_64/
[arch-commits] Commit in oxygen-icons/repos (testing-any)
Date: Tuesday, July 27, 2010 @ 05:58:06 Author: andrea Revision: 86228 archrelease: copy trunk to testing-any Added: oxygen-icons/repos/testing-any/
[arch-commits] Commit in kdelibs/repos (testing-x86_64)
Date: Tuesday, July 27, 2010 @ 05:57:48 Author: andrea Revision: 86227 archrelease: copy trunk to testing-x86_64 Added: kdelibs/repos/testing-x86_64/
[arch-commits] Commit in kde-meta/repos (testing-any)
Date: Tuesday, July 27, 2010 @ 05:55:28 Author: andrea Revision: 86226 archrelease: copy trunk to testing-any Added: kde-meta/repos/testing-any/
[arch-commits] Commit in digikam/repos (testing-x86_64)
Date: Tuesday, July 27, 2010 @ 05:53:22 Author: andrea Revision: 86225 archrelease: copy trunk to testing-x86_64 Added: digikam/repos/testing-x86_64/
[arch-commits] Commit in digikam/repos (testing-i686)
Date: Tuesday, July 27, 2010 @ 05:52:59 Author: andrea Revision: 86224 archrelease: copy trunk to testing-i686 Added: digikam/repos/testing-i686/
[arch-commits] Commit in kde-l10n (kde-unstable)
Date: Tuesday, July 27, 2010 @ 05:32:10 Author: andrea Revision: 86223 cleanup Deleted: kde-l10n/kde-unstable/
[arch-commits] Commit in oxygen-icons (kde-unstable)
Date: Tuesday, July 27, 2010 @ 05:31:42 Author: andrea Revision: 86222 cleanup Deleted: oxygen-icons/kde-unstable/
[arch-commits] Commit in kdewebdev (kde-unstable)
Date: Tuesday, July 27, 2010 @ 05:31:33 Author: andrea Revision: 86221 cleanup Deleted: kdewebdev/kde-unstable/
[arch-commits] Commit in kdeutils (kde-unstable)
Date: Tuesday, July 27, 2010 @ 05:31:17 Author: andrea Revision: 86220 cleanup Deleted: kdeutils/kde-unstable/
[arch-commits] Commit in kdetoys (kde-unstable)
Date: Tuesday, July 27, 2010 @ 05:31:05 Author: andrea Revision: 86219 cleanup Deleted: kdetoys/kde-unstable/
[arch-commits] Commit in kdesdk (kde-unstable)
Date: Tuesday, July 27, 2010 @ 05:30:52 Author: andrea Revision: 86218 cleanup Deleted: kdesdk/kde-unstable/
[arch-commits] Commit in kdeplasma-addons (kde-unstable)
Date: Tuesday, July 27, 2010 @ 05:30:39 Author: andrea Revision: 86217 cleanup Deleted: kdeplasma-addons/kde-unstable/
[arch-commits] Commit in kdepimlibs (kde-unstable)
Date: Tuesday, July 27, 2010 @ 05:30:20 Author: andrea Revision: 86216 cleanup Deleted: kdepimlibs/kde-unstable/
[arch-commits] Commit in kdenetwork (kde-unstable)
Date: Tuesday, July 27, 2010 @ 05:30:04 Author: andrea Revision: 86215 cleanup Deleted: kdenetwork/kde-unstable/
[arch-commits] Commit in kdemultimedia (kde-unstable)
Date: Tuesday, July 27, 2010 @ 05:29:35 Author: andrea Revision: 86214 cleanup Deleted: kdemultimedia/kde-unstable/
[arch-commits] Commit in kde-meta (kde-unstable)
Date: Tuesday, July 27, 2010 @ 05:29:24 Author: andrea Revision: 86213 cleanup Deleted: kde-meta/kde-unstable/
[arch-commits] Commit in kdelibs (kde-unstable)
Date: Tuesday, July 27, 2010 @ 05:29:08 Author: andrea Revision: 86212 cleanup Deleted: kdelibs/kde-unstable/
[arch-commits] Commit in kdegraphics (kde-unstable)
Date: Tuesday, July 27, 2010 @ 05:28:32 Author: andrea Revision: 86211 cleanup Deleted: kdegraphics/kde-unstable/
[arch-commits] Commit in kdegames (kde-unstable)
Date: Tuesday, July 27, 2010 @ 05:28:16 Author: andrea Revision: 86210 cleanup Deleted: kdegames/kde-unstable/
[arch-commits] Commit in kdeedu (kde-unstable)
Date: Tuesday, July 27, 2010 @ 05:28:03 Author: andrea Revision: 86209 cleanup Deleted: kdeedu/kde-unstable/
[arch-commits] Commit in kdebindings (kde-unstable)
Date: Tuesday, July 27, 2010 @ 05:27:43 Author: andrea Revision: 86208 cleanup Deleted: kdebindings/kde-unstable/
[arch-commits] Commit in kdebase-workspace (kde-unstable)
Date: Tuesday, July 27, 2010 @ 05:27:07 Author: andrea Revision: 86207 cleanup Deleted: kdebase-workspace/kde-unstable/
[arch-commits] Commit in kdebase-runtime (kde-unstable)
Date: Tuesday, July 27, 2010 @ 05:26:50 Author: andrea Revision: 86206 cleanup Deleted: kdebase-runtime/kde-unstable/
[arch-commits] Commit in kdebase (kde-unstable)
Date: Tuesday, July 27, 2010 @ 05:26:27 Author: andrea Revision: 86205 cleanup Deleted: kdebase/kde-unstable/
[arch-commits] Commit in kdeartwork (kde-unstable)
Date: Tuesday, July 27, 2010 @ 05:26:13 Author: andrea Revision: 86204 cleanup Deleted: kdeartwork/kde-unstable/
[arch-commits] Commit in kdeadmin (kde-unstable)
Date: Tuesday, July 27, 2010 @ 05:26:01 Author: andrea Revision: 86203 cleanup Deleted: kdeadmin/kde-unstable/
[arch-commits] Commit in kdeaccessibility (kde-unstable)
Date: Tuesday, July 27, 2010 @ 05:25:48 Author: andrea Revision: 86202 cleanup Deleted: kdeaccessibility/kde-unstable/
[arch-commits] Commit in kde-meta/trunk (PKGBUILD)
Date: Tuesday, July 27, 2010 @ 05:25:32 Author: andrea Revision: 86201 moved to [testing] Modified: kde-meta/trunk/PKGBUILD --+ PKGBUILD | 33 + 1 file changed, 17 insertions(+), 16 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-07-27 09:11:18 UTC (rev 86200) +++ PKGBUILD2010-07-27 09:25:32 UTC (rev 86201) @@ -1,5 +1,6 @@ # $Id: $ -# Maintainer: Pierre Schmitz +# Maintainer: Andrea Scarpino +# Contributor: Pierre Schmitz pkgbase=kde-meta pkgname=('kde-meta-kdeaccessibility' @@ -17,17 +18,13 @@ 'kde-meta-kdetoys' 'kde-meta-kdeutils' 'kde-meta-kdewebdev') -pkgver=4.4 -pkgrel=3 +pkgver=4.5 +pkgrel=1 arch=('any') url='http://www.archlinux.org/' license=('GPL') groups=('kde-meta') -build() { - return 0 -} - package_kde-meta-kdeaccessibility() { pkgdesc=('Meta package for kdeaccessibility') depends=('kdeaccessibility-colorschemes' @@ -51,7 +48,8 @@ package_kde-meta-kdeartwork() { pkgdesc=('Meta package for kdeartwork') - depends=('kdeartwork-colorschemes' + depends=('kdeartwork-aurorae' +'kdeartwork-colorschemes' 'kdeartwork-desktopthemes' 'kdeartwork-emoticons' 'kdeartwork-iconthemes' @@ -67,11 +65,9 @@ package_kde-meta-kdebase() { pkgdesc=('Meta package for kdebase') depends=('kdebase-dolphin' -'kdebase-kappfinder' 'kdebase-kdepasswd' 'kdebase-kdialog' 'kdebase-kfind' -'kdebase-kinfocenter' 'kdebase-konqueror' 'kdebase-konsole' 'kdebase-kwrite' @@ -111,6 +107,7 @@ depends=('kdegames-bomber' 'kdegames-bovo' 'kdegames-granatier' +'kdegames-kajongg' 'kdegames-kapman' 'kdegames-katomic' 'kdegames-kbattleship' @@ -132,7 +129,7 @@ 'kdegames-kolf' 'kdegames-kollision' 'kdegames-konquest' -'kdegames-kpat' +'kdegames-kpatience' 'kdegames-kreversi' 'kdegames-ksame' 'kdegames-kshisen' @@ -166,6 +163,7 @@ package_kde-meta-kdemultimedia() { pkgdesc=('Meta package for kdemultimedia') depends=('kdemultimedia-dragonplayer' +'kdemultimedia-ffmpegthumbs' 'kdemultimedia-juk' 'kdemultimedia-kioslave' 'kdemultimedia-kmix' @@ -215,10 +213,12 @@ depends=('kdeplasma-addons-applets-bball' 'kdeplasma-addons-applets-binary-clock' 'kdeplasma-addons-applets-blackboard' +'kdeplasma-addons-applets-bookmarks' 'kdeplasma-addons-applets-bubblemon' 'kdeplasma-addons-applets-calculator' 'kdeplasma-addons-applets-charselect' 'kdeplasma-addons-applets-comic' +'kdeplasma-addons-applets-community' 'kdeplasma-addons-applets-dict' 'kdeplasma-addons-applets-eyes' 'kdeplasma-addons-applets-fifteenpuzzle' @@ -242,8 +242,6 @@ 'kdeplasma-addons-applets-news' 'kdeplasma-addons-applets-notes' 'kdeplasma-addons-applets-nowplaying' -'kdeplasma-addons-applets-opendesktop' -'kdeplasma-addons-applets-opendesktop-activities' 'kdeplasma-addons-applets-paste' 'kdeplasma-addons-applets-pastebin' 'kdeplasma-addons-applets-plasmaboard' @@ -253,6 +251,7 @@ 'kdeplasma-addons-applets-rssnow' 'kdeplasma-addons-applets-showdashboard' 'kdeplasma-addons-applets-showdesktop' +'kdeplasma-addons-applets-social-news' 'kdeplasma-addons-applets-spellcheck' 'kdeplasma-addons-applets-systemloadviewer' 'kdeplasma-addons-applets-timer' @@ -262,8 +261,10 @@ 'kdeplasma-addons-applets-webslice' 'kdeplasma-addons-runners-audioplayercontrol' 'kdeplasma-addons-runners-browserhistory' +'kdeplasma-addons-runners-characters' 'kdeplasma-addons-runners-contacts' 'kdeplasma-addons-runners-converter' +'kdeplasma-addons-runners-datetime' 'kdeplasma-addons-runners-katesessions' 'kdeplasma-addons-runners-konquerorsessions' 'kdeplasma-addons-runners-konsolesessions' @@ -282,6 +283,7 @@ package_kde-meta-kdesdk() { pkgdesc=('Meta package for kdesdk') depends=('kdesdk-cervisia' +'kdesdk-dolphin-plugins'
[arch-commits] Commit in kdebindings/trunk (PKGBUILD)
Date: Tuesday, July 27, 2010 @ 05:11:18 Author: andrea Revision: 86200 useless Modified: kdebindings/trunk/PKGBUILD --+ PKGBUILD |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-07-27 09:10:42 UTC (rev 86199) +++ PKGBUILD2010-07-27 09:11:18 UTC (rev 86200) @@ -30,9 +30,7 @@ -DBUILD_java=OFF \ -DBUILD_ruby=OFF \ -DBUILD_php=OFF \ - -DWITH_PolkitQt=OFF \ - -DRUBY_LIBRARY=/usr/lib/ruby/1.9.1 \ - -DRUBY_INCLUDE_PATH="/usr/lib/ruby/1.9.1/${CARCH}-linux" + -DWITH_PolkitQt=OFF make }
[arch-commits] Commit in kdewebdev/trunk (PKGBUILD)
Date: Tuesday, July 27, 2010 @ 05:10:42 Author: andrea Revision: 86199 moved to [testing] Modified: kdewebdev/trunk/PKGBUILD --+ PKGBUILD | 19 ++- 1 file changed, 10 insertions(+), 9 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-07-27 09:10:38 UTC (rev 86198) +++ PKGBUILD2010-07-27 09:10:42 UTC (rev 86199) @@ -6,16 +6,16 @@ 'kdewebdev-kimagemapeditor' 'kdewebdev-klinkstatus' 'kdewebdev-kommander') -pkgver=4.4.5 +pkgver=4.4.95 pkgrel=1 arch=('i686' 'x86_64') url='http://www.kde.org' license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdewebdev') -makedepends=('pkgconfig' 'cmake' 'automoc4' 'ruby' 'kdepimlibs' 'kdebase-runtime' 'tidyhtml' - 'kdepim-runtime') -source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";) -sha1sums=('8e2693ba56b24e214a0a4ca0e1fa28ffac720ea4') +makedepends=('pkgconfig' 'cmake' 'automoc4' 'ruby' 'tidyhtml' 'kdepim-runtime' + 'docbook-xsl') +source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";) +sha1sums=('42857d4f51f27f6f8ed38705a2c3c9eec0548159') build() { cd $srcdir @@ -30,7 +30,8 @@ package_kdewebdev-kfilereplace() { pkgdesc='Search & Replace Tool' - depends=('kdebase-runtime' 'kdelibs') + depends=('kdebase-runtime') + url="http://kde.org/applications/utilities/kfilereplace/"; install='kdewebdev.install' cd $srcdir/build/kfilereplace make DESTDIR=$pkgdir install @@ -40,7 +41,7 @@ package_kdewebdev-kimagemapeditor() { pkgdesc='HTML Image Map Editor' - depends=('kdebase-runtime' 'kdelibs') + depends=('kdebase-runtime') install='kdewebdev.install' cd $srcdir/build/kimagemapeditor make DESTDIR=$pkgdir install @@ -50,7 +51,7 @@ package_kdewebdev-klinkstatus() { pkgdesc='Link Checker' - depends=('kdebase-runtime' 'kdepimlibs' 'tidyhtml' 'kdepim-runtime') + depends=('kdepim-runtime' 'tidyhtml') install='kdewebdev.install' cd $srcdir/build/klinkstatus make DESTDIR=$pkgdir install @@ -60,7 +61,7 @@ package_kdewebdev-kommander() { pkgdesc='Executor for Kommander dialogs' - depends=('kdebase-runtime' 'kdelibs') + depends=('kdebase-runtime') cd $srcdir/build/kommander make DESTDIR=$pkgdir install }
[arch-commits] Commit in kdeutils/trunk (PKGBUILD)
Date: Tuesday, July 27, 2010 @ 05:10:38 Author: andrea Revision: 86198 moved to [testing] Modified: kdeutils/trunk/PKGBUILD --+ PKGBUILD | 74 + 1 file changed, 45 insertions(+), 29 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-07-27 09:10:34 UTC (rev 86197) +++ PKGBUILD2010-07-27 09:10:38 UTC (rev 86198) @@ -1,31 +1,32 @@ # $Id$ -# Maintainer: Pierre Schmitz +# Maintainer: Andrea Scarpino +# Contributor: Pierre Schmitz pkgbase=kdeutils pkgname=('kdeutils-ark' 'kdeutils-kcalc' 'kdeutils-kcharselect' - 'kdeutils-kdelirc' 'kdeutils-kdf' 'kdeutils-kfloppy' 'kdeutils-kgpg' + 'kdeutils-kremotecontrol' 'kdeutils-ktimer' 'kdeutils-kwallet' 'kdeutils-okteta' 'kdeutils-printer-applet' 'kdeutils-superkaramba' 'kdeutils-sweeper') -pkgver=4.4.5 +pkgver=4.4.95 pkgrel=1 arch=('i686' 'x86_64') url='http://www.kde.org' license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdeutils') -makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdelibs' 'kdepimlibs' 'kdebase-lib' - 'kdebase-workspace' 'kdebindings-python' 'system-config-printer-common' - 'libarchive' 'qimageblitz' 'kdepim-runtime') -source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";) -sha1sums=('c092cfbb46719d89a5718735dc81ca75c0176e45') +makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-lib' 'kdebase-workspace' + 'kdebindings-python' 'system-config-printer-common' 'libarchive' 'qimageblitz' + 'docbook-xsl' 'qjson') +source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";) +sha1sums=('06febcbea4021354b70bcc0465e8223fa501892c') build() { cd ${srcdir} @@ -42,6 +43,7 @@ pkgdesc='Archiving Tool' depends=('kdebase-runtime' 'kdebase-lib' 'libarchive') optdepends=('p7zip' 'zip' 'unzip' 'unrar') + url="http://kde.org/applications/utilities/ark/"; cd $srcdir/build/ark make DESTDIR=$pkgdir install cd $srcdir/build/doc/ark @@ -50,7 +52,8 @@ package_kdeutils-kcalc() { pkgdesc='Scientific Calculator' - depends=('kdebase-runtime' 'kdelibs') + depends=('kdebase-runtime') + url="http://kde.org/applications/utilities/kcalc/"; cd $srcdir/build/kcalc make DESTDIR=$pkgdir install cd $srcdir/build/doc/kcalc @@ -59,26 +62,18 @@ package_kdeutils-kcharselect() { pkgdesc='Character Selector' - depends=('kdebase-runtime' 'kdelibs') + depends=('kdebase-runtime') + url="http://kde.org/applications/utilities/kcharselect/"; cd $srcdir/build/kcharselect make DESTDIR=$pkgdir install cd $srcdir/build/doc/kcharselect make DESTDIR=$pkgdir install } -package_kdeutils-kdelirc() { - pkgdesc='Configure your remote controls for use with applications' - depends=('kdebase-workspace' 'kdelibs') - install='kdeutils.install' - cd $srcdir/build/kdelirc - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kdelirc - make DESTDIR=$pkgdir install -} - package_kdeutils-kdf() { pkgdesc='View Disk Usage' - depends=('kdebase-runtime' 'kdelibs') + depends=('kdebase-runtime') + url="http://kde.org/applications/system/kdiskfree/"; install='kdeutils.install' cd $srcdir/build/kdf make DESTDIR=$pkgdir install @@ -88,7 +83,8 @@ package_kdeutils-kfloppy() { pkgdesc='Floppy Formatter' - depends=('kdebase-runtime' 'kdelibs') + depends=('kdebase-runtime') + url="http://kde.org/applications/utilities/kfloppy/"; install='kdeutils.install' cd $srcdir/build/kfloppy make DESTDIR=$pkgdir install @@ -98,7 +94,8 @@ package_kdeutils-kgpg() { pkgdesc='A GnuPG frontend' - depends=('kdebase-runtime' 'kdelibs' 'kdepimlibs' 'kde-agent' 'kdepim-runtime') + depends=('kdepim-runtime' 'kde-agent') + url="http://kde.org/applications/utilities/kgpg"; install='kdeutils.install' cd $srcdir/build/kgpg make DESTDIR=$pkgdir install @@ -106,9 +103,23 @@ make DESTDIR=$pkgdir install } +package_kdeutils-kremotecontrol() { + pkgdesc='Configure your remote controls for use with applications' + replaces=('kdeutils-kdelirc') + conflicts=('kdeutils-kdelirc') + depends=('kdebase-workspace') + url="http://kde.org/applications/utilities/kremotecontrol"; + install='kdeutils.install' + cd $srcdir/build/kremotecontrol + make DESTDIR=$pkgdir install + cd $srcdir/build/doc/kcontrol/kremotecontrol + make DESTDIR=$pkgdir install +} + package_kdeutils-ktimer() { pkgdesc='Countdown Launcher' - depends=('kdebase-runtime' 'kdelibs'
[arch-commits] Commit in kdetoys/trunk (PKGBUILD)
Date: Tuesday, July 27, 2010 @ 05:10:34 Author: andrea Revision: 86197 moved to [testing] Modified: kdetoys/trunk/PKGBUILD --+ PKGBUILD | 28 +--- 1 file changed, 9 insertions(+), 19 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-07-27 09:10:30 UTC (rev 86196) +++ PKGBUILD2010-07-27 09:10:34 UTC (rev 86197) @@ -1,20 +1,20 @@ # $Id$ -# Maintainer: Pierre Schmitz +# Maintainer: Andrea Scarpino +# Contributor: Pierre Schmitz pkgbase=kdetoys pkgname=('kdetoys-amor' 'kdetoys-kteatime' - 'kdetoys-ktux' - 'kdetoys-kweather') -pkgver=4.4.5 + 'kdetoys-ktux') +pkgver=4.4.95 pkgrel=1 arch=('i686' 'x86_64') url='http://www.kde.org' license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdetoys') -makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-workspace') -source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";) -sha1sums=('8e2fd33aece823f61e78e11450ea203a4d60aef5') +makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-workspace' 'docbook-xsl') +source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";) +sha1sums=('c523778de4257e37a64159222ac31553b13ec452') build() { cd $srcdir @@ -29,7 +29,7 @@ package_kdetoys-amor() { pkgdesc='On-Screen Creature' - depends=('kdelibs' 'kdebase-runtime') + depends=('kdebase-runtime') install='kdetoys.install' cd $srcdir/build/amor make DESTDIR=$pkgdir install @@ -39,7 +39,7 @@ package_kdetoys-kteatime() { pkgdesc='Tea Cooker' - depends=('kdelibs' 'kdebase-runtime') + depends=('kdebase-runtime') install='kdetoys.install' cd $srcdir/build/kteatime make DESTDIR=$pkgdir install @@ -54,13 +54,3 @@ cd $srcdir/build/ktux make DESTDIR=$pkgdir install } - -package_kdetoys-kweather() { - pkgdesc='A weather reporting panel applet' - depends=('kdelibs' 'kdebase-runtime') - install='kdetoys.install' - cd $srcdir/build/kweather - make DESTDIR=$pkgdir install - cd $srcdir/build/doc/kweather - make DESTDIR=$pkgdir install -}
[arch-commits] Commit in kdesdk/trunk (PKGBUILD kdesdk-kate.install)
Date: Tuesday, July 27, 2010 @ 05:10:30 Author: andrea Revision: 86196 moved to [testing] Added: kdesdk/trunk/kdesdk-kate.install Modified: kdesdk/trunk/PKGBUILD -+ PKGBUILD| 62 +- kdesdk-kate.install | 12 + 2 files changed, 53 insertions(+), 21 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-07-27 09:10:26 UTC (rev 86195) +++ PKGBUILD2010-07-27 09:10:30 UTC (rev 86196) @@ -1,8 +1,10 @@ # $Id$ -# Maintainer: Pierre Schmitz +# Maintainer: Andrea Scarpino +# Contributor: Pierre Schmitz pkgbase=kdesdk pkgname=('kdesdk-cervisia' + 'kdesdk-dolphin-plugins' 'kdesdk-kapptemplate' 'kdesdk-kate' 'kdesdk-kbugbuster' @@ -21,16 +23,16 @@ 'kdesdk-scripts' 'kdesdk-strigi-analyzer' 'kdesdk-umbrello') -pkgver=4.4.5 +pkgver=4.4.95 pkgrel=1 arch=('i686' 'x86_64') url='http://www.kde.org' license=('GPL' 'LGPL' 'FDL') groups=('kde' 'kdesdk') -makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'kdebase-runtime' 'kdepimlibs' 'subversion' - 'kdepim-runtime' 'kdebindings-python') -source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";) -sha1sums=('f1e0bebde061d7eec994820f1c77d697efaca024') +makedepends=('pkgconfig' 'cmake' 'automoc4' 'boost' 'kdepim-runtime' 'subversion' + 'kdebindings-python' 'docbook-xsl') +source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";) +sha1sums=('0da4e63e7eaa5d48505fdf4744ef95c014393229') build() { cd $srcdir @@ -45,7 +47,8 @@ package_kdesdk-cervisia() { pkgdesc='CVS Frontend' - depends=('kdebase-runtime' 'kdelibs') + depends=('kdebase-runtime') + url="http://kde.org/applications/development/cervisia/"; install='kdesdk.install' cd $srcdir/build/cervisia make DESTDIR=$pkgdir install @@ -53,9 +56,18 @@ make DESTDIR=$pkgdir install } +package_kdesdk-dolphin-plugins() { + pkgdesc='Extra Dolphin plugins' + depends=('kdebase-dolphin' 'subversion' 'git' 'kdesdk-kompare') + install='kdesdk.install' + cd $srcdir/build/dolphin-plugins + make DESTDIR=$pkgdir install +} + package_kdesdk-kapptemplate() { pkgdesc='KDE Template Generator' - depends=('kdebase-runtime' 'kdelibs') + depends=('kdebase-runtime') + url="http://kde.org/applications/development/kapptemplate/"; install='kdesdk.install' cd $srcdir/build/kapptemplate make DESTDIR=$pkgdir install @@ -65,8 +77,9 @@ package_kdesdk-kate() { pkgdesc='Advanced Text Editor' - depends=('kdebase-runtime' 'kdelibs') - install='kdesdk.install' + depends=('kdebase-runtime') + url="http://kde.org/applications/utilities/kate/"; + install='kdesdk-kate.install' cd $srcdir/build/kate make DESTDIR=$pkgdir install cd $srcdir/build/doc/kate @@ -75,7 +88,8 @@ package_kdesdk-kbugbuster() { pkgdesc='KDE Bug Management' - depends=('kdebase-runtime' 'kdepimlibs' 'kdepim-runtime') + depends=('kdepim-runtime') + url="http://kde.org/applications/development/kbugbuster/"; install='kdesdk.install' cd $srcdir/build/kbugbuster make DESTDIR=$pkgdir install @@ -85,7 +99,8 @@ package_kdesdk-kcachegrind() { pkgdesc='Visualization of Performance Profiling Data' - depends=('kdebase-runtime' 'kdelibs' 'python') + depends=('kdebase-runtime' 'python') + url="http://kde.org/applications/development/kcachegrind/"; install='kdesdk.install' cd $srcdir/build/kcachegrind make DESTDIR=$pkgdir install @@ -95,27 +110,28 @@ package_kdesdk-kdeaccounts-plugin() { pkgdesc='KDE Repository Accounts' - depends=('kdepimlibs' 'kdepim-runtime') + depends=('kdepim-runtime') cd $srcdir/build/kdeaccounts-plugin make DESTDIR=$pkgdir install } package_kdesdk-kdepalettes() { pkgdesc='Palettes for the Gimp that match the KDE standard color palette' + depends=('gimp') install -D -m644 $srcdir/${pkgbase}-${pkgver}/kdepalettes/KDE_Gimp \ $pkgdir/usr/share/gimp/2.0/palettes/KDE.gpl } package_kdesdk-kioslave() { pkgdesc='KDED Subversion Module' - depends=('kdebase-runtime' 'kdelibs' 'subversion') + depends=('kdebase-runtime' 'subversion') cd $srcdir/build/kioslave make DESTDIR=$pkgdir install } package_kdesdk-kmtrace() { pkgdesc='A KDE tool to assist with malloc debugging using glibc´s "mtrace" functionality' - depends=('kdebase-runtime' 'kdelibs') + depends=('kdebase-runtime') cd $srcdir/build/kmtrace make DESTDIR=$pkgdir install cd $srcdir/build/doc/kmtrace @@ -124,7 +140,8 @@ package_kdesdk-k
[arch-commits] Commit in kdeplasma-addons/trunk (PKGBUILD)
Date: Tuesday, July 27, 2010 @ 05:10:26 Author: andrea Revision: 86195 moved to [testing] Modified: kdeplasma-addons/trunk/PKGBUILD --+ PKGBUILD | 80 + 1 file changed, 54 insertions(+), 26 deletions(-) Modified: PKGBUILD === --- PKGBUILD2010-07-27 09:10:19 UTC (rev 86194) +++ PKGBUILD2010-07-27 09:10:26 UTC (rev 86195) @@ -1,14 +1,17 @@ # $Id: $ -# Maintainer: Pierre Schmitz +# Maintainer: Andrea Scarpino +# Contributor: Pierre Schmitz pkgbase=kdeplasma-addons pkgname=('kdeplasma-addons-applets-bball' 'kdeplasma-addons-applets-binary-clock' 'kdeplasma-addons-applets-blackboard' + 'kdeplasma-addons-applets-bookmarks' 'kdeplasma-addons-applets-bubblemon' 'kdeplasma-addons-applets-calculator' 'kdeplasma-addons-applets-charselect' 'kdeplasma-addons-applets-comic' + 'kdeplasma-addons-applets-community' 'kdeplasma-addons-applets-dict' 'kdeplasma-addons-applets-eyes' 'kdeplasma-addons-applets-fifteenpuzzle' @@ -32,8 +35,6 @@ 'kdeplasma-addons-applets-news' 'kdeplasma-addons-applets-notes' 'kdeplasma-addons-applets-nowplaying' - 'kdeplasma-addons-applets-opendesktop' - 'kdeplasma-addons-applets-opendesktop-activities' 'kdeplasma-addons-applets-paste' 'kdeplasma-addons-applets-pastebin' 'kdeplasma-addons-applets-plasmaboard' @@ -43,6 +44,7 @@ 'kdeplasma-addons-applets-rssnow' 'kdeplasma-addons-applets-showdashboard' 'kdeplasma-addons-applets-showdesktop' + 'kdeplasma-addons-applets-social-news' 'kdeplasma-addons-applets-spellcheck' 'kdeplasma-addons-applets-systemloadviewer' 'kdeplasma-addons-applets-timer' @@ -53,8 +55,10 @@ 'kdeplasma-addons-libs' 'kdeplasma-addons-runners-audioplayercontrol' 'kdeplasma-addons-runners-browserhistory' + 'kdeplasma-addons-runners-characters' 'kdeplasma-addons-runners-contacts' 'kdeplasma-addons-runners-converter' + 'kdeplasma-addons-runners-datetime' 'kdeplasma-addons-runners-katesessions' 'kdeplasma-addons-runners-konquerorsessions' 'kdeplasma-addons-runners-konsolesessions' @@ -66,16 +70,16 @@ 'kdeplasma-addons-wallpapers-pattern' 'kdeplasma-addons-wallpapers-virus' 'kdeplasma-addons-wallpapers-weather') -pkgver=4.4.5 +pkgver=4.4.95 pkgrel=1 arch=('i686' 'x86_64') url='http://www.kde.org' license=('GPL' 'LGPL') groups=('kde' 'kdeplasma-addons') -makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-workspace' 'libqalculate' - 'kdegraphics-libs' 'kdeedu-marble' 'eigen' 'scim' 'qwt') -source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";) -sha1sums=('2b17460fe0c559f6c575a7ccd72357bcc82826d6') +makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdebase-workspace' 'kdegraphics-libs' + 'kdeedu-marble' 'eigen' 'scim' 'qwt' 'docbook-xsl') +source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2";) +sha1sums=('9d3bcd41243d630c5285e9c6524f3687844cd0ab') build() { cd $srcdir @@ -110,6 +114,13 @@ make DESTDIR=$pkgdir install } +package_kdeplasma-addons-applets-bookmarks() { + pkgdesc='Quick Access to the Bookmarks' + depends=('kdebase-workspace') + cd $srcdir/build/applets/bookmarks + make DESTDIR=$pkgdir install +} + package_kdeplasma-addons-applets-bubblemon() { pkgdesc='A pretty bubble that monitors your system.' depends=('kdebase-workspace') @@ -138,6 +149,13 @@ make DESTDIR=$pkgdir install } +package_kdeplasma-addons-applets-community() { + pkgdesc='Communicate using the Social Desktop' + depends=('kdebase-workspace') + cd $srcdir/build/applets/community + make DESTDIR=$pkgdir install +} + package_kdeplasma-addons-applets-dict() { pkgdesc='Look up the meaning of words and their translation into different languages' depends=('kdebase-workspace') @@ -194,6 +212,7 @@ package_kdeplasma-addons-applets-kdeobservatory() { pkgdesc='Visualize the KDE ecosystem' depends=('kdebase-workspace' 'qwt') + install='kdeplasma-addons-applets.install' cd $srcdir/build/applets/kdeobservatory make DESTDIR=$pkgdir install } @@ -237,7 +256,7 @@ package_kdeplasma-addons-applets-lancelot() { pkgdesc='Launcher to start applications' - depends=('kdebase-workspace') + depends=('kdebase-workspace' 'kdeplasma-addons-libs') replaces=('lancelot') provides=('lancelot') conflicts=('lancelot') @@ -309,20 +328,6 @@ make DESTDIR=$pkgdir install } -package_kdeplasma-addons-applets-opendesktop() { - pkgd