From adac5afd500d4ee3a65035e1cf5353ae236b4a61 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 24 Mar 2012 00:01:22 +0000 Subject: Sat Mar 24 00:01:22 UTC 2012 --- community/deja-dup/PKGBUILD | 12 ++-- community/glfw/PKGBUILD | 6 +- community/gnome-web-photo/PKGBUILD | 29 ++++++++++ community/ocaml-findlib/PKGBUILD | 35 ++++++------ community/sensors-applet/PKGBUILD | 32 +++++++++++ community/sensors-applet/sensors-applet.install | 12 ++++ extra/banshee/PKGBUILD | 15 +++-- extra/live-media/PKGBUILD | 6 +- extra/mono-upnp/PKGBUILD | 32 +++++++++++ gnome-unstable/clutter/PKGBUILD | 6 +- gnome-unstable/gcalctool/PKGBUILD | 11 ++-- gnome-unstable/gnome-screensaver/PKGBUILD | 8 +-- .../gnome-screensaver/gnome-screensaver.pam | 2 +- gnome-unstable/gnome-user-share/PKGBUILD | 33 +++++++++++ .../gnome-user-share/gnome-user-share.install | 22 ++++++++ gnome-unstable/pygobject/PKGBUILD | 6 +- kde-unstable/calligra/PKGBUILD | 20 +++---- kde-unstable/calligra/calligra-sheets.install | 12 ++++ libre/linux-libre-manpages/PKGBUILD | 31 +++++++++++ testing/curl/PKGBUILD | 64 ++++++++++++++++++++++ testing/curl/curlbuild.h | 9 +++ 21 files changed, 339 insertions(+), 64 deletions(-) create mode 100644 community/gnome-web-photo/PKGBUILD create mode 100644 community/sensors-applet/PKGBUILD create mode 100644 community/sensors-applet/sensors-applet.install create mode 100644 extra/mono-upnp/PKGBUILD create mode 100644 gnome-unstable/gnome-user-share/PKGBUILD create mode 100644 gnome-unstable/gnome-user-share/gnome-user-share.install create mode 100644 kde-unstable/calligra/calligra-sheets.install create mode 100644 libre/linux-libre-manpages/PKGBUILD create mode 100644 testing/curl/PKGBUILD create mode 100644 testing/curl/curlbuild.h diff --git a/community/deja-dup/PKGBUILD b/community/deja-dup/PKGBUILD index f46b20b60..53062db49 100644 --- a/community/deja-dup/PKGBUILD +++ b/community/deja-dup/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 68245 2012-03-20 16:27:46Z bgyorgy $ +# $Id: PKGBUILD 68348 2012-03-22 18:06:16Z bgyorgy $ # Maintainer: Balló György pkgname=deja-dup -pkgver=20.2 -pkgrel=3 +pkgver=22.0 +pkgrel=1 pkgdesc="Simple backup tool, that hides the complexity of backing up the Right Way and uses duplicity as the backend" arch=('i686' 'x86_64') url="https://launchpad.net/deja-dup" @@ -13,12 +13,12 @@ makedepends=('vala' 'intltool' 'itstool' 'nautilus') optdepends=('nautilus: backup extension') options=('!libtool') install=$pkgname.install -source=(http://launchpad.net/$pkgname/20/$pkgver/+download/$pkgname-$pkgver.tar.bz2) -md5sums=('678530be84f00af19c837f134613af21') +source=(http://launchpad.net/$pkgname/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.xz) +md5sums=('b8a71a26cdf3c460a9e5104212527d29') build() { cd "$srcdir/$pkgname-$pkgver" - sed -i 's/\"python\"/\"python2\"/' common/PythonChecker.c + sed -i 's/\"python\", \"-c\"/\"python2\", \"-c\"/' common/PythonChecker.vala ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \ --disable-static --disable-schemas-compile --without-unity diff --git a/community/glfw/PKGBUILD b/community/glfw/PKGBUILD index 8d988dcf2..452f0cb2e 100644 --- a/community/glfw/PKGBUILD +++ b/community/glfw/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 64506 2012-02-15 10:24:29Z svenstaro $ +# $Id: PKGBUILD 68357 2012-03-22 23:04:26Z svenstaro $ # Maintainer: Sven-Hendrik Haase # Contributor: philefou # Contributor: lindquist @@ -7,7 +7,7 @@ # Contributor: SpepS pkgname=glfw -pkgver=2.7.3 +pkgver=2.7.4 pkgrel=1 pkgdesc="A free, open source, portable framework for OpenGL application development" arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ license=('custom:ZLIB') depends=('libgl' 'libxrandr') makedepends=('mesa') source=("http://switch.dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2") -md5sums=('f0e40049cc3ef30cb145047a7631ab3f') +md5sums=('cf3843ff6b4324a3e8003252f6b20cd0') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/gnome-web-photo/PKGBUILD b/community/gnome-web-photo/PKGBUILD new file mode 100644 index 000000000..e354d0386 --- /dev/null +++ b/community/gnome-web-photo/PKGBUILD @@ -0,0 +1,29 @@ +# $Id: PKGBUILD 68361 2012-03-23 03:17:03Z bgyorgy $ +# Maintainer: Balló György +# Contributor: Phillip Smith +# Contributor: Adam + +pkgname=gnome-web-photo +pkgver=0.10.5 +pkgrel=2 +pkgdesc="Generate full-size image files and thumbnails from HTML files and web pages" +arch=('i686' 'x86_64') +url="http://git.gnome.org/browse/gnome-web-photo/" +license=('LGPL') +depends=('libwebkit3') +makedepends=('intltool') +source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('b76a116af977e0b30ed82e50dc5c41827f257502c357eeda42347ebfabcdd7f5') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + + make DESTDIR="$pkgdir/" install +} diff --git a/community/ocaml-findlib/PKGBUILD b/community/ocaml-findlib/PKGBUILD index 873587f5d..707023724 100644 --- a/community/ocaml-findlib/PKGBUILD +++ b/community/ocaml-findlib/PKGBUILD @@ -1,35 +1,36 @@ -# Maintainer: Thomas S Hatch +# Maintainer: Lukas Fleischer +# Contributor: Thomas S Hatch # Contributor: Sebastian Wiesner # Contributor: Benjamin Andresen -# scj +# Contributor: scj + pkgname=ocaml-findlib -pkgver=1.2.7 -pkgrel=2 +pkgver=1.2.8 +pkgrel=1 license=('MIT') arch=('i686' 'x86_64') -pkgdesc="Objective Caml (OCaml) package manager" -url="http://projects.camlcity.org/projects/findlib.html" +pkgdesc='Objective Caml (OCaml) package manager' +url='http://projects.camlcity.org/projects/findlib.html' depends=('ocaml') source=("http://download.camlcity.org/download/findlib-$pkgver.tar.gz") -md5sums=('000bff723e8d3d727a7edd5b5901b540') +md5sums=('a1da0fddf589ae62fa9b50799cd04c17') options=('!strip' 'zipman') # otherwise the bytecode gets broken build() { - cd $srcdir/findlib-$pkgver - ./configure\ - -config /etc/findlib.conf \ - -sitelib /usr/lib/ocaml \ - -mandir /usr/share/man + cd "$srcdir/findlib-$pkgver" + + ./configure -config /etc/findlib.conf -sitelib /usr/lib/ocaml -mandir /usr/share/man make all opt } package () { - cd $srcdir/findlib-$pkgver - make prefix=$pkgdir install + cd "$srcdir/findlib-$pkgver" + + make prefix="$pkgdir" install - # Add the old site-lib to the path to maintain compatability with old style - # packages. - sed -i 's/path=\"\/usr\/lib\/ocaml\"/path="\/usr\/lib\/ocaml:\/usr\/lib\/ocaml\/site-lib"/' ${pkgdir}/etc/findlib.conf + # add the old site-lib to the path to maintain compatibility with old style packages + sed -i 's/path=\"\/usr\/lib\/ocaml\"/path="\/usr\/lib\/ocaml:\/usr\/lib\/ocaml\/site-lib"/' \ + "${pkgdir}/etc/findlib.conf" install -m755 src/findlib/ocamlfind_opt "$pkgdir/usr/bin/" install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" diff --git a/community/sensors-applet/PKGBUILD b/community/sensors-applet/PKGBUILD new file mode 100644 index 000000000..3c9da15c1 --- /dev/null +++ b/community/sensors-applet/PKGBUILD @@ -0,0 +1,32 @@ +# $Id: PKGBUILD 68359 2012-03-23 01:09:57Z bgyorgy $ +# Maintainer: Balló György + +pkgname=sensors-applet +pkgver=3.0.0 +pkgrel=2 +pkgdesc="Applet for GNOME Panel to display readings from hardware sensors, including CPU temperature, fan speeds and voltage readings" +arch=('i686' 'x86_64') +url="http://sensors-applet.sourceforge.net/" +license=('GPL') +depends=('gnome-panel' 'libatasmart' 'lm_sensors' 'xdg-utils') +makedepends=('intltool' 'gnome-doc-utils') +optdepends=('hddtemp: get HDD temperatures' + 'udisks: get HDD temperatures') +options=('!libtool') +install=$pkgname.install +source=(http://downloads.sourceforge.net/sensors-applet/$pkgname-$pkgver.tar.gz) +md5sums=('425078fc1ff5a98af1547e039002a73f') + +build() { + cd "$srcdir/$pkgname-$pkgver" + + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --libexecdir=/usr/lib/$pkgname \ + --disable-static --disable-scrollkeeper --with-nvidia=no + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + + make DESTDIR="$pkgdir/" install +} diff --git a/community/sensors-applet/sensors-applet.install b/community/sensors-applet/sensors-applet.install new file mode 100644 index 000000000..a23a623cc --- /dev/null +++ b/community/sensors-applet/sensors-applet.install @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate +} + +post_upgrade() { + post_install $1 +} + + +post_remove() { + post_install $1 +} diff --git a/extra/banshee/PKGBUILD b/extra/banshee/PKGBUILD index bb6007a14..42d31533b 100644 --- a/extra/banshee/PKGBUILD +++ b/extra/banshee/PKGBUILD @@ -3,25 +3,24 @@ # Contributor: György Balló pkgname=banshee -pkgver=2.2.1 -pkgrel=2 +pkgver=2.4.0 +pkgrel=1 pkgdesc="Music management and playback for GNOME" arch=('i686' 'x86_64') url="http://banshee.fm/" license=('MIT') -depends=(libxxf86vm gstreamer0.10-base-plugins mono-addins dbus-sharp-glib boo libwebkit libsoup-gnome gdata-sharp taglib-sharp gudev-sharp gkeyfile-sharp gconf-sharp libmtp libgpod mono-zeroconf desktop-file-utils hicolor-icon-theme xdg-utils media-player-info) +depends=(libxxf86vm gstreamer0.10-base-plugins mono-addins dbus-sharp-glib boo libwebkit libsoup-gnome gdata-sharp taglib-sharp gudev-sharp gkeyfile-sharp gconf-sharp libmtp libgpod mono-zeroconf desktop-file-utils hicolor-icon-theme xdg-utils media-player-info gstreamer0.10-bad-plugins mono-upnp) makedepends=('intltool' 'gnome-doc-utils' 'gtk-sharp-beans') optdepends=('gstreamer0.10-good-plugins: Extra media codecs' 'gstreamer0.10-ugly-plugins: Extra media codecs' - 'gstreamer0.10-bad-plugins: Extra media codecs' 'gstreamer0.10-ffmpeg: Extra media codecs' 'brasero: CD burning') options=('!libtool') install=$pkgname.install -source=(http://download.gnome.org/sources/$pkgname/2.2/$pkgname-$pkgver.tar.xz +source=(http://download.gnome.org/sources/$pkgname/2.4/$pkgname-$pkgver.tar.xz banshee-recent-gpod.patch) -sha256sums=('55c03ddf9732199b9f83d4ff375af99ae5a4eea46b8a198695427e5c48f1b9a5' - '018eeb00d1b4e625d13f1184863e499be5b5dde050a7513e012d5898125073d9') +md5sums=('a719717d02ed26cccf4e6432edd48a31' + 'e988bb83e1a49e5f0da5958e8af6508e') build() { export MONO_SHARED_DIR="$srcdir/.wabi" @@ -29,7 +28,7 @@ build() { cd "$srcdir/$pkgname-$pkgver" patch -Np1 -i "$srcdir/banshee-recent-gpod.patch" - + ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \ --disable-docs \ --disable-static \ diff --git a/extra/live-media/PKGBUILD b/extra/live-media/PKGBUILD index 219da45a4..fe279d92c 100644 --- a/extra/live-media/PKGBUILD +++ b/extra/live-media/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 153994 2012-03-21 08:34:14Z giovanni $ +# $Id: PKGBUILD 154061 2012-03-22 12:43:43Z giovanni $ # Maintainer: Giovanni Scafora # Contributor: Gilles CHAUVIN pkgname=live-media -pkgver=2012.03.20 +pkgver=2012.03.22 pkgrel=1 pkgdesc="A set of C++ libraries for multimedia streaming" arch=('i686' 'x86_64') @@ -11,7 +11,7 @@ license=('LGPL') url="http://live555.com/liveMedia" depends=('gcc-libs') source=("http://live555.com/liveMedia/public/live.${pkgver}.tar.gz") -md5sums=('5b91e1bba1431be1ec6abef526bf86bd') +md5sums=('95d757a15026eb1c91556b80a18193ee') build() { cd ${srcdir}/live diff --git a/extra/mono-upnp/PKGBUILD b/extra/mono-upnp/PKGBUILD new file mode 100644 index 000000000..02b0d806b --- /dev/null +++ b/extra/mono-upnp/PKGBUILD @@ -0,0 +1,32 @@ +# $Id: PKGBUILD 154079 2012-03-22 17:57:25Z daniel $ +# Maintainer: Daniel Isenmann +# Contributor: Balló György + +pkgname=mono-upnp +pkgver=0.1.1 +pkgrel=1 +pkgdesc="UPNP binding for Mono/.NET" +arch=('i686' 'x86_64') +url="https://github.com/mono/mono-upnp" +license=('MIT') +depends=('gtk-sharp-2' 'mono-addins' 'taglib-sharp') +source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('35b3e2ab07407eed018a5b24c22241aa') + +build() { + cd "$srcdir/$pkgname-$pkgver" + ./autogen.sh --help + + sed -i 's/nunit/mono-nunit/' configure tests/*/Makefile.in + ./configure --prefix=/usr + + make +} + +package() { + cd "$srcdir/$pkgname-$pkgver" + + make DESTDIR="$pkgdir/" install + + install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" +} diff --git a/gnome-unstable/clutter/PKGBUILD b/gnome-unstable/clutter/PKGBUILD index 01ce586be..b5337aa20 100644 --- a/gnome-unstable/clutter/PKGBUILD +++ b/gnome-unstable/clutter/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 153774 2012-03-19 16:47:19Z ibiru $ +# $Id: PKGBUILD 154069 2012-03-22 14:39:41Z ibiru $ # Maintainer: Jan de Groot # Contributor: Sergej Pupykin # Contributor: William Rea pkgname=clutter -pkgver=1.9.16 +pkgver=1.10.0 pkgrel=1 pkgdesc="A GObject based library for creating fast, visually rich graphical user interfaces" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ license=('LGPL') depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi') makedepends=('gobject-introspection' 'mesa') source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('2bcd22baacf3066902bebc15f39d6cf36f344a00bd7b91d4b82737dbfb70527a') +sha256sums=('51659837c77009cd04d069e480e9131328d6557ad67d1ffdc0dc4ae65a73ee45') build() { cd "$pkgname-$pkgver" diff --git a/gnome-unstable/gcalctool/PKGBUILD b/gnome-unstable/gcalctool/PKGBUILD index f2448bee1..39c3cde2a 100644 --- a/gnome-unstable/gcalctool/PKGBUILD +++ b/gnome-unstable/gcalctool/PKGBUILD @@ -1,8 +1,9 @@ -# $Id: PKGBUILD 152953 2012-03-10 19:50:51Z heftig $ -# Maintainer: Jan de Groot +# $Id: PKGBUILD 154059 2012-03-22 09:13:56Z heftig $ +# Maintainer: Jan Alexander Steffens (heftig) +# Contributor: Jan de Groot pkgname=gcalctool -pkgver=6.3.5 +pkgver=6.3.92.1 pkgrel=1 pkgdesc="GNOME Scientific calculator" arch=('i686' 'x86_64') @@ -13,8 +14,8 @@ groups=('gnome-extra') options=(!emptydirs) url="http://www.gnome.org" install=gcalctool.install -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) -sha256sums=('03dabdb4c3841aff6e75a5d7a57cb3884445b66b9680c7675cd83f08c8cac4e7') +source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver:0:3}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('909e7430005c347c31321a49f43752ce7017ce074342f0bf75be4761c81460dc') build() { cd $pkgname-$pkgver diff --git a/gnome-unstable/gnome-screensaver/PKGBUILD b/gnome-unstable/gnome-screensaver/PKGBUILD index c5d1dea47..36de9c421 100644 --- a/gnome-unstable/gnome-screensaver/PKGBUILD +++ b/gnome-unstable/gnome-screensaver/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 152919 2012-03-10 16:56:18Z heftig $ +# $Id: PKGBUILD 154057 2012-03-22 08:58:02Z heftig $ # Maintainer: Jan Alexander Steffens (heftig) # Contributor: Jan de Groot pkgname=gnome-screensaver -pkgver=3.2.2 +pkgver=3.3.92 pkgrel=1 pkgdesc="Screensaver designed to integrate well with the GNOME desktop." arch=('i686' 'x86_64') @@ -17,8 +17,8 @@ options=(!emptydirs) install=gnome-screensaver.install source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz gnome-screensaver.pam) -sha256sums=('7839ca0e034c4ecf40c8abe64296c4b0c95f3e04f28e3034fca861ebfe3d06b2' - '2744d1fc39da46fc681b7cf1c9230d2035b2bb8d9f510213fbe439c114eb76a2') +sha256sums=('ddb785eb13d4eb120c49aab39f3624ec8005cb926126da22b56574ca2e13e921' + 'c19870c4f2d6e91ba0eea2603753a74e0c5c82ff5fa3cacb1198027a38d0a6cb') build() { cd ${pkgname}-${pkgver} diff --git a/gnome-unstable/gnome-screensaver/gnome-screensaver.pam b/gnome-unstable/gnome-screensaver/gnome-screensaver.pam index c776a5410..453dae646 100644 --- a/gnome-unstable/gnome-screensaver/gnome-screensaver.pam +++ b/gnome-unstable/gnome-screensaver/gnome-screensaver.pam @@ -1,3 +1,3 @@ #%PAM-1.0 -auth required pam_unix_auth.so +auth required pam_unix_auth.so nullok auth optional pam_gnome_keyring.so diff --git a/gnome-unstable/gnome-user-share/PKGBUILD b/gnome-unstable/gnome-user-share/PKGBUILD new file mode 100644 index 000000000..0c4c1d06d --- /dev/null +++ b/gnome-unstable/gnome-user-share/PKGBUILD @@ -0,0 +1,33 @@ +# $Id: PKGBUILD 154054 2012-03-22 08:32:05Z heftig $ +# Maintainer: Roman Kyrylych + +pkgname=gnome-user-share +pkgver=3.0.2 +pkgrel=1 +pkgdesc="Easy to use user-level file sharing for GNOME." +arch=('i686' 'x86_64') +url="http://ftp.gnome.org/pub/GNOME/sources/gnome-user-share/" +license=('GPL') +depends=('mod_dnssd' 'gconf' 'gtk3' 'hicolor-icon-theme' 'libnotify' 'gnome-bluetooth' 'libcanberra') +makedepends=('intltool' 'gnome-doc-utils' 'nautilus') +options=('!emptydirs' '!libtool') +install=gnome-user-share.install +source=(http://ftp.gnome.org/pub/GNOME/sources/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz) +sha256sums=('34a5b6e340025e8466233f374898a6e293839f6785c0abf14eed86d1f3d22ffd') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure --prefix=/usr --sysconfdir=/etc \ + --libexecdir=/usr/lib/gnome-user-share \ + --localstatedir=/var + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR="${pkgdir}" install + + install -m755 -d "${pkgdir}/usr/share/gconf/schemas" + gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas --domain gnome-user-share ${pkgdir}/etc/gconf/schemas/*.schemas + rm -f ${pkgdir}/etc/gconf/schemas/*.schemas +} diff --git a/gnome-unstable/gnome-user-share/gnome-user-share.install b/gnome-unstable/gnome-user-share/gnome-user-share.install new file mode 100644 index 000000000..3cc1b5286 --- /dev/null +++ b/gnome-unstable/gnome-user-share/gnome-user-share.install @@ -0,0 +1,22 @@ +pkgname=gnome-user-share + +post_install() { + usr/sbin/gconfpkg --install ${pkgname} + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} + +pre_upgrade() { + pre_remove $1 +} + +post_upgrade() { + post_install $1 +} + +pre_remove() { + usr/sbin/gconfpkg --uninstall ${pkgname} +} + +post_remove() { + gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +} diff --git a/gnome-unstable/pygobject/PKGBUILD b/gnome-unstable/pygobject/PKGBUILD index fcffe8d7f..90a71d3b3 100644 --- a/gnome-unstable/pygobject/PKGBUILD +++ b/gnome-unstable/pygobject/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 153777 2012-03-19 16:57:04Z ibiru $ +# $Id: PKGBUILD 154063 2012-03-22 12:52:37Z ibiru $ # Maintainer: Ionut Biru pkgbase=pygobject pkgname=(python-gobject python2-gobject pygobject-devel) -pkgver=3.1.92 +pkgver=3.1.93 pkgrel=1 arch=('i686' 'x86_64') url="https://live.gnome.org/PyGObject" @@ -11,7 +11,7 @@ license=('LGPL') makedepends=('python' 'python2' 'python-cairo' 'python2-cairo' 'gobject-introspection') source=(http://ftp.gnome.org/pub/gnome/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz) options=('!libtool') -sha256sums=('05f8dc92fdc2964518caea77f912589fa7bb7a100f1f5dfe40254202257c6e9d') +sha256sums=('2090c9a97113829603c94b29753be96c6f1d3a9e3e7a2e43a7ab3256abb6c4a0') build() { cp -a "$pkgbase-$pkgver" python2-build diff --git a/kde-unstable/calligra/PKGBUILD b/kde-unstable/calligra/PKGBUILD index 4e62c1805..1708ce18f 100644 --- a/kde-unstable/calligra/PKGBUILD +++ b/kde-unstable/calligra/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 149336 2012-02-06 20:49:48Z andrea $ +# $Id: PKGBUILD 154086 2012-03-22 22:09:51Z andrea $ # Maintainer: Ronald van Haren # Maintainer: Andrea Scarpino @@ -17,13 +17,13 @@ pkgname=('calligra-filters' 'calligra-plan' 'calligra-stage' 'calligra-krita' - 'calligra-tables' + 'calligra-sheets' 'calligra-words' 'calligra-handbook' 'calligra-thesaurus-doc' 'calligra-braindump' 'calligra-flow') -pkgver=2.3.87 +pkgver=2.3.92 pkgrel=1 arch=('i686' 'x86_64') url='http://www.calligra-suite.org' @@ -33,7 +33,7 @@ makedepends=('kdepimlibs' 'eigen2' 'freetds' 'kdegraphics-okular' 'libgsf' 'boost' 'libkdcraw' 'libpqxx' 'fftw' 'opengtl' 'lcms2') groups=('calligra') source=("http://download.kde.org/unstable/${pkgbase}-${pkgver}/${pkgbase}-${pkgver}.tar.bz2") -md5sums=('c4c7f802f04c86cd4265829900d2fd10') +md5sums=('4121631cf148e801cca29e2167b1806d') build() { cd "${srcdir}" @@ -209,17 +209,15 @@ package_calligra-krita() { make DESTDIR="${pkgdir}" install } -package_calligra-tables() { +package_calligra-sheets() { pkgdesc="Write spreadsheet documents" depends=('calligra-libs' 'calligra-templates' 'calligra-plugins' 'gsl') optdepends=('calligra-filters: import/export filters') - conflicts=('koffice-kspread' 'koffice-kspread-doc' 'calligra-tables-doc') - replaces=('koffice-kspread' 'koffice-kspread-doc' 'calligra-tables-doc') - install=calligra-tables.install + conflicts=('koffice-kspread' 'koffice-kspread-doc' 'calligra-tables-doc' 'calligra-tables') + replaces=('koffice-kspread' 'koffice-kspread-doc' 'calligra-tables-doc' 'calligra-tables') + install=calligra-sheets.install - cd "${srcdir}"/build/tables - make DESTDIR="${pkgdir}" install - cd "${srcdir}"/build/doc/tables + cd "${srcdir}"/build/sheets make DESTDIR="${pkgdir}" install } diff --git a/kde-unstable/calligra/calligra-sheets.install b/kde-unstable/calligra/calligra-sheets.install new file mode 100644 index 000000000..6c87527e2 --- /dev/null +++ b/kde-unstable/calligra/calligra-sheets.install @@ -0,0 +1,12 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null + update-desktop-database -q +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} diff --git a/libre/linux-libre-manpages/PKGBUILD b/libre/linux-libre-manpages/PKGBUILD new file mode 100644 index 000000000..1422f451f --- /dev/null +++ b/libre/linux-libre-manpages/PKGBUILD @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Tobias Powalowski +# Maintainer: Thomas Baechler +# Maintainer (Parabola): André Silva + +pkgname=linux-libre-manpages +pkgver=3.1 +pkgrel=1 +pkgdesc="Kernel hackers manual - Section 9 manpages that comes with the Linux-libre kernel." +arch=('any') +url="http://linux-libre.fsfla.org/" +license=('GPL2') +makedepends=('xmlto' 'docbook-xsl') +replaces=('kernel26-manpages' 'linux-manpages') +conflicts=('kernel26-manpages' 'linux-manpages') +provides=('kernel26-manpages' 'linux-manpages') +source=("http://linux-libre.fsfla.org/pub/linux-libre/releases/${pkgver}-gnu/linux-libre-${pkgver}-gnu.tar.xz") +md5sums=('38703cdbb0b9107e7220bc094c5e36b1') + +build() { + cd "${srcdir}/linux-$pkgver" + make mandocs +} + +package() { + install -d "${pkgdir}/usr/share/man/man9/" + install "${srcdir}"/linux-$pkgver/Documentation/DocBook/man/*.9.gz \ + "${pkgdir}/usr/share/man/man9/" + + find "${pkgdir}" -type f -exec chmod 644 {} \; +} diff --git a/testing/curl/PKGBUILD b/testing/curl/PKGBUILD new file mode 100644 index 000000000..985c4694d --- /dev/null +++ b/testing/curl/PKGBUILD @@ -0,0 +1,64 @@ +# $Id: PKGBUILD 154088 2012-03-22 23:51:37Z dreisner $ +# Maintainer: Dave Reisner +# Contributor: Angel Velasquez +# Contributor: Eric Belanger +# Contributor: Lucien Immink +# Contributor: Daniel J Griffiths + +pkgname=curl +pkgver=7.25.0 +pkgrel=1 +pkgdesc="An URL retrival utility and library" +arch=('i686' 'x86_64') +url="http://curl.haxx.se" +license=('MIT') +depends=('ca-certificates' 'libssh2' 'openssl' 'zlib') +options=('!libtool') +source=("http://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc} + curlbuild.h) +md5sums=('a56cbe2778b09769f8a5ba17d8f4d92a' + '0e0fd2da19bde6f7be687667e2fac02f' + '751bd433ede935c8fae727377625a8ae') + +ptrsize=$(cpp <<<'__SIZEOF_POINTER__' | sed '/^#/d') +case $ptrsize in + 8) _curlbuild=curlbuild-64.h ;; + 4) _curlbuild=curlbuild-32.h ;; + *) error "unknown pointer size for architecture: %s bytes" "$ptrsize" + exit 1 + ;; +esac + +build() { + cd "$pkgname-$pkgver" + + ./configure \ + --prefix=/usr \ + --mandir=/usr/share/man \ + --disable-dependency-tracking \ + --disable-ldap \ + --disable-ldaps \ + --enable-ipv6 \ + --enable-manual \ + --enable-versioned-symbols \ + --enable-threaded-resolver \ + --without-libidn \ + --with-random=/dev/urandom \ + --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt + + make +} + +package() { + cd "$pkgname-$pkgver" + + make DESTDIR="$pkgdir" install + + # license + install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING" + + # devel + install -Dm644 docs/libcurl/libcurl.m4 "$pkgdir/usr/share/aclocal/libcurl.m4" + mv "$pkgdir/usr/include/curl/curlbuild.h" "$pkgdir/usr/include/curl/$_curlbuild" + install -m644 "$srcdir/curlbuild.h" "$pkgdir/usr/include/curl/curlbuild.h" +} diff --git a/testing/curl/curlbuild.h b/testing/curl/curlbuild.h new file mode 100644 index 000000000..b48862696 --- /dev/null +++ b/testing/curl/curlbuild.h @@ -0,0 +1,9 @@ +#include + +#if __WORDSIZE == 32 +#include "curlbuild-32.h" +#elif __WORDSIZE == 64 +#include "curlbuild-64.h" +#else +#error "Unknown word size" +#endif -- cgit v1.2.3-54-g00ecf