[arch-commits] Commit in qemu/repos (20 files)
Date: Tuesday, March 14, 2017 @ 10:32:33 Author: ioni Revision: 290831 archrelease: copy trunk to extra-i686, extra-x86_64 Added: qemu/repos/extra-i686/65-kvm.rules (from rev 290830, qemu/trunk/65-kvm.rules) qemu/repos/extra-i686/PKGBUILD (from rev 290830, qemu/trunk/PKGBUILD) qemu/repos/extra-i686/qemu-ga.service (from rev 290830, qemu/trunk/qemu-ga.service) qemu/repos/extra-i686/qemu.install (from rev 290830, qemu/trunk/qemu.install) qemu/repos/extra-i686/qemu.sysusers (from rev 290830, qemu/trunk/qemu.sysusers) qemu/repos/extra-x86_64/65-kvm.rules (from rev 290830, qemu/trunk/65-kvm.rules) qemu/repos/extra-x86_64/PKGBUILD (from rev 290830, qemu/trunk/PKGBUILD) qemu/repos/extra-x86_64/qemu-ga.service (from rev 290830, qemu/trunk/qemu-ga.service) qemu/repos/extra-x86_64/qemu.install (from rev 290830, qemu/trunk/qemu.install) qemu/repos/extra-x86_64/qemu.sysusers (from rev 290830, qemu/trunk/qemu.sysusers) Deleted: qemu/repos/extra-i686/65-kvm.rules qemu/repos/extra-i686/PKGBUILD qemu/repos/extra-i686/qemu-ga.service qemu/repos/extra-i686/qemu.install qemu/repos/extra-i686/qemu.sysusers qemu/repos/extra-x86_64/65-kvm.rules qemu/repos/extra-x86_64/PKGBUILD qemu/repos/extra-x86_64/qemu-ga.service qemu/repos/extra-x86_64/qemu.install qemu/repos/extra-x86_64/qemu.sysusers --+ /65-kvm.rules|4 /PKGBUILD| 444 + /qemu-ga.service | 18 + /qemu.install| 16 + /qemu.sysusers |2 extra-i686/65-kvm.rules |2 extra-i686/PKGBUILD | 221 extra-i686/qemu-ga.service |8 extra-i686/qemu.install | 11 - extra-i686/qemu.sysusers |1 extra-x86_64/65-kvm.rules|2 extra-x86_64/PKGBUILD| 221 extra-x86_64/qemu-ga.service |8 extra-x86_64/qemu.install| 11 - extra-x86_64/qemu.sysusers |1 15 files changed, 484 insertions(+), 486 deletions(-) Deleted: extra-i686/65-kvm.rules === --- extra-i686/65-kvm.rules 2017-03-14 10:31:33 UTC (rev 290830) +++ extra-i686/65-kvm.rules 2017-03-14 10:32:33 UTC (rev 290831) @@ -1,2 +0,0 @@ -KERNEL=="kvm", GROUP="kvm", MODE="0660" -KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", OPTIONS+="static_node=vhost-net" Copied: qemu/repos/extra-i686/65-kvm.rules (from rev 290830, qemu/trunk/65-kvm.rules) === --- extra-i686/65-kvm.rules (rev 0) +++ extra-i686/65-kvm.rules 2017-03-14 10:32:33 UTC (rev 290831) @@ -0,0 +1,2 @@ +KERNEL=="kvm", GROUP="kvm", MODE="0660" +KERNEL=="vhost-net", GROUP="kvm", MODE="0660", TAG+="uaccess", OPTIONS+="static_node=vhost-net" Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2017-03-14 10:31:33 UTC (rev 290830) +++ extra-i686/PKGBUILD 2017-03-14 10:32:33 UTC (rev 290831) @@ -1,221 +0,0 @@ -# $Id$ -# Maintainer: Tobias Powalowski -# Contributor: Sébastien "Seblu" Luttringer - -pkgbase=qemu -pkgname=(qemu qemu-headless qemu-arch-extra qemu-headless-arch-extra - qemu-block-{iscsi,rbd,gluster} qemu-guest-agent) -pkgdesc="A generic and open source machine emulator and virtualizer" -pkgver=2.8.0 -pkgrel=1 -arch=(i686 x86_64) -license=(GPL2 LGPL2.1) -url="http://wiki.qemu.org/"; -_headlessdeps=(seabios gnutls libpng libaio numactl jemalloc xfsprogs libnfs - lzo snappy curl vde2 libcap-ng spice usbredir) -depends=(virglrenderer sdl2 vte3 brltty "${_headlessdeps[@]}") -makedepends=(spice-protocol python2 ceph libiscsi glusterfs) -source=("$url/download/${pkgname}-${pkgver}.tar.bz2"{,.sig} -qemu.sysusers -qemu-ga.service -65-kvm.rules) -sha256sums=('dafd5d7f649907b6b617b822692f4c82e60cf29bc0fc58bc2036219b591e5e62' -'SKIP' -'dd43e2ef062b071a0b9d0d5ea54737f41600ca8a84a8aefbebb1ff09f978acfb' -'0b4f3283973bb3bc876735f051d8eaab68f0065502a3a5012141fad193538ea1' -'60dcde5002c7c0b983952746e6fb2cf06d6c5b425d64f340f819356e561e7fc7') -validpgpkeys=('CEACC9E15534EBABB82D3FA03353C9CEF108B584') - -case $CARCH in - i?86) _corearch=i386 ;; - x86_64) _corearch=x86_64 ;; -esac - -prepare() { - mkdir build-{full,headless} - mkdir -p extra-arch-{full,headless}/usr/{bin,share/qemu} - - cd ${pkgname}-${pkgver} - sed -i 's/vte-2\.90/vte-2.91/g' configure -} - -build() { - _build full \ ---audio-drv-list="pa alsa sdl" - - _build headless \ ---audio-drv-list= \ ---disable-bluez \ ---disable-sdl \ ---disable-gtk \ ---disable-vte \ ---disable-opengl \ ---disable-virglrenderer \ ---disable-brlapi -} - -_build() ( - cd build-$1 - - # qemu vs. make 4 == ba
[arch-commits] Commit in qemu/trunk (PKGBUILD)
Date: Tuesday, March 14, 2017 @ 08:57:06 Author: ioni Revision: 290821 Add fzfreeze hook to guest agent Modified: qemu/trunk/PKGBUILD --+ PKGBUILD |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2017-03-14 08:44:43 UTC (rev 290820) +++ PKGBUILD2017-03-14 08:57:06 UTC (rev 290821) @@ -7,7 +7,7 @@ qemu-block-{iscsi,rbd,gluster} qemu-guest-agent) pkgdesc="A generic and open source machine emulator and virtualizer" pkgver=2.8.0 -pkgrel=1 +pkgrel=2 arch=(i686 x86_64) license=(GPL2 LGPL2.1) url="http://wiki.qemu.org/"; @@ -216,6 +216,7 @@ install -D build-full/qemu-ga "$pkgdir/usr/bin/qemu-ga" install -Dm644 qemu-ga.service "$pkgdir/usr/lib/systemd/system/qemu-ga.service" + install -Dm755 "$srcdir/qemu-$pkgver/scripts/qemu-guest-agent/fsfreeze-hook" "$pkgdir/etc/qemu/fsfreeze-hook" } # vim:set ts=2 sw=2 et:
[arch-commits] Commit in virt-manager/repos/community-any (4 files)
Date: Thursday, November 26, 2015 @ 14:03:59 Author: ioni Revision: 147848 archrelease: copy trunk to community-any Added: virt-manager/repos/community-any/PKGBUILD (from rev 147847, virt-manager/trunk/PKGBUILD) virt-manager/repos/community-any/virt-manager.install (from rev 147847, virt-manager/trunk/virt-manager.install) Deleted: virt-manager/repos/community-any/PKGBUILD virt-manager/repos/community-any/virt-manager.install --+ PKGBUILD | 90 - virt-manager.install | 46 - 2 files changed, 68 insertions(+), 68 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2015-11-26 13:02:38 UTC (rev 147847) +++ PKGBUILD2015-11-26 13:03:59 UTC (rev 147848) @@ -1,45 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Daniel Micay -# Contributor: Jonathan Wiersma - -pkgbase=virt-manager -pkgname=(virt-install virt-manager) -pkgver=1.3.0 -pkgrel=1 -pkgdesc="Console user interface for managing virtual machines" -arch=('any') -url="http://virt-manager.org/"; -license=('GPL') -depends=('python2' 'libvirt-python' 'libxml2' 'libvirt' 'urlgrabber' -'libosinfo' 'python2-ipaddr' 'python2-gobject') -makedepends=('intltool>=0.35.0' -'dbus-python' 'gtk-vnc' 'rarian' -'gconf' 'yajl' 'librsvg' 'python2-gconf' 'libuser' -'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass' -'graphite' 'spice-gtk3' -'libvirt-glib' 'vte3') -source=("http://virt-manager.org/download/sources/virt-manager/virt-manager-$pkgver.tar.gz";) -md5sums=('81c15c66538c7059f15c9fc50e0a1320') - -build() { - cd "$srcdir/$pkgbase-$pkgver" - python2 setup.py build -} - -package_virt-install() { - cd "$srcdir/$pkgbase-$pkgver" - python2 setup.py install --root "$pkgdir" -} - -package_virt-manager() { - pkgdesc="Desktop user interface for managing virtual machines" - install=virt-manager.install - depends=('virt-install' - 'python2' 'libvirt-python' 'libxml2' 'libvirt' 'urlgrabber' - 'dbus-python' 'gtk-vnc' 'rarian' - 'yajl' 'librsvg' 'libuser' - 'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass' - 'graphite' 'spice-gtk3' - 'libvirt-glib' 'vte3') -} Copied: virt-manager/repos/community-any/PKGBUILD (from rev 147847, virt-manager/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2015-11-26 13:03:59 UTC (rev 147848) @@ -0,0 +1,45 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Contributor: Daniel Micay +# Contributor: Jonathan Wiersma + +pkgbase=virt-manager +pkgname=(virt-install virt-manager) +pkgver=1.3.0 +pkgrel=2 +pkgdesc="Console user interface for managing virtual machines" +arch=('any') +url="http://virt-manager.org/"; +license=('GPL') +depends=('python2' 'libvirt-python' 'libxml2' 'libvirt' 'urlgrabber' +'libosinfo' 'python2-ipaddr' 'python2-gobject') +makedepends=('intltool>=0.35.0' +'dbus-python' 'gtk-vnc' 'rarian' +'gconf' 'yajl' 'librsvg' 'python2-gconf' 'libuser' +'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass' +'graphite' 'spice-gtk3' +'libvirt-glib' 'vte3') +source=("http://virt-manager.org/download/sources/virt-manager/virt-manager-$pkgver.tar.gz";) +md5sums=('81c15c66538c7059f15c9fc50e0a1320') + +build() { + cd "$srcdir/$pkgbase-$pkgver" + python2 setup.py build +} + +package_virt-install() { + cd "$srcdir/$pkgbase-$pkgver" + python2 setup.py --no-update-icon-cache --no-compile-schemas install --root "$pkgdir" +} + +package_virt-manager() { + pkgdesc="Desktop user interface for managing virtual machines" + install=virt-manager.install + depends=('virt-install' + 'python2' 'libvirt-python' 'libxml2' 'libvirt' 'urlgrabber' + 'dbus-python' 'gtk-vnc' 'rarian' + 'yajl' 'librsvg' 'libuser' + 'python2-ipy' 'newt-syrup' 'openbsd-netcat' 'x11-ssh-askpass' + 'graphite' 'spice-gtk3' + 'libvirt-glib' 'vte3') +} Deleted: virt-manager.install === --- virt-manager.install2015-11-26 13:02:38 UTC (rev 147847) +++ virt-manager.install2015-11-26 13:03:59 UTC (rev 147848) @@ -1,23 +0,0 @@ -post_install() { - [ -x usr/bin/update-desktop-database ] && update-desktop-database -q - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor - glib-compile-schemas usr/share/glib-2.0/schemas -} - -pre_upgrade() { - pre_remove $1 -} - -post_upgrade() { - post_install $1 -} - -pre_remove() { - rm -f /usr/share/virt-manager/virtManager/*.pyc || true -} - -post_remove() { - [ -x usr/bin/update-desktop-database ] && update-desktop-database -q - gtk-update-
[arch-commits] Commit in virt-manager/trunk (PKGBUILD)
Date: Thursday, November 26, 2015 @ 14:02:38 Author: ioni Revision: 147847 fix conflicts Modified: virt-manager/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-11-26 12:32:23 UTC (rev 147846) +++ PKGBUILD2015-11-26 13:02:38 UTC (rev 147847) @@ -6,7 +6,7 @@ pkgbase=virt-manager pkgname=(virt-install virt-manager) pkgver=1.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="Console user interface for managing virtual machines" arch=('any') url="http://virt-manager.org/"; @@ -29,7 +29,7 @@ package_virt-install() { cd "$srcdir/$pkgbase-$pkgver" - python2 setup.py install --root "$pkgdir" + python2 setup.py --no-update-icon-cache --no-compile-schemas install --root "$pkgdir" } package_virt-manager() {
[arch-commits] Commit in libvirt/repos (20 files)
Date: Thursday, September 3, 2015 @ 09:37:06 Author: ioni Revision: 139127 archrelease: copy trunk to community-i686, community-x86_64 Added: libvirt/repos/community-i686/PKGBUILD (from rev 139126, libvirt/trunk/PKGBUILD) libvirt/repos/community-i686/libvirt.install (from rev 139126, libvirt/trunk/libvirt.install) libvirt/repos/community-i686/libvirt.tmpfiles.d (from rev 139126, libvirt/trunk/libvirt.tmpfiles.d) libvirt/repos/community-i686/libvirtd-guests.conf.d (from rev 139126, libvirt/trunk/libvirtd-guests.conf.d) libvirt/repos/community-i686/libvirtd.conf.d (from rev 139126, libvirt/trunk/libvirtd.conf.d) libvirt/repos/community-x86_64/PKGBUILD (from rev 139126, libvirt/trunk/PKGBUILD) libvirt/repos/community-x86_64/libvirt.install (from rev 139126, libvirt/trunk/libvirt.install) libvirt/repos/community-x86_64/libvirt.tmpfiles.d (from rev 139126, libvirt/trunk/libvirt.tmpfiles.d) libvirt/repos/community-x86_64/libvirtd-guests.conf.d (from rev 139126, libvirt/trunk/libvirtd-guests.conf.d) libvirt/repos/community-x86_64/libvirtd.conf.d (from rev 139126, libvirt/trunk/libvirtd.conf.d) Deleted: libvirt/repos/community-i686/PKGBUILD libvirt/repos/community-i686/libvirt.install libvirt/repos/community-i686/libvirt.tmpfiles.d libvirt/repos/community-i686/libvirtd-guests.conf.d libvirt/repos/community-i686/libvirtd.conf.d libvirt/repos/community-x86_64/PKGBUILD libvirt/repos/community-x86_64/libvirt.install libvirt/repos/community-x86_64/libvirt.tmpfiles.d libvirt/repos/community-x86_64/libvirtd-guests.conf.d libvirt/repos/community-x86_64/libvirtd.conf.d -+ /PKGBUILD | 252 ++ /libvirt.install| 30 +++ /libvirt.tmpfiles.d |8 /libvirtd-guests.conf.d | 18 ++ /libvirtd.conf.d|2 community-i686/PKGBUILD | 126 --- community-i686/libvirt.install | 15 - community-i686/libvirt.tmpfiles.d |4 community-i686/libvirtd-guests.conf.d |9 - community-i686/libvirtd.conf.d |1 community-x86_64/PKGBUILD | 126 --- community-x86_64/libvirt.install| 15 - community-x86_64/libvirt.tmpfiles.d |4 community-x86_64/libvirtd-guests.conf.d |9 - community-x86_64/libvirtd.conf.d|1 15 files changed, 310 insertions(+), 310 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2015-09-03 07:35:44 UTC (rev 139126) +++ community-i686/PKGBUILD 2015-09-03 07:37:06 UTC (rev 139127) @@ -1,126 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Contributor: Jonathan Wiersma - -pkgname=libvirt -pkgver=1.2.19 -pkgrel=1 -pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)" -arch=('i686' 'x86_64') -url="http://libvirt.org/"; -license=('LGPL') -depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2' -'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus' 'libxau' 'libxdmcp' 'libpcap' -'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 'gcc-libs' -'iproute2' 'libnl' 'libx11' 'numactl' 'gettext' 'ceph' 'libssh2' 'netcf') -makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc' -'libiscsi' 'open-iscsi' -'perl-xml-xpath' 'libxslt') -optdepends=('ebtables: required for default NAT networking' - 'dnsmasq: required for default NAT/DHCP for guests' - 'bridge-utils: for bridged networking' - 'openbsd-netcat: for remote management over ssh' - 'qemu' - 'radvd' - 'dmidecode' - 'pm-utils: host power management') -options=('emptydirs') -backup=('etc/conf.d/libvirt-guests' - 'etc/conf.d/libvirtd' - 'etc/libvirt/libvirt.conf' - 'etc/libvirt/libvirtd.conf' - 'etc/libvirt/lxc.conf' - 'etc/libvirt/nwfilter/allow-arp.xml' - 'etc/libvirt/nwfilter/allow-dhcp-server.xml' - 'etc/libvirt/nwfilter/allow-dhcp.xml' - 'etc/libvirt/nwfilter/allow-incoming-ipv4.xml' - 'etc/libvirt/nwfilter/allow-ipv4.xml' - 'etc/libvirt/nwfilter/clean-traffic.xml' - 'etc/libvirt/nwfilter/no-arp-ip-spoofing.xml' - 'etc/libvirt/nwfilter/no-arp-mac-spoofing.xml' - 'etc/libvirt/nwfilter/no-arp-spoofing.xml' - 'etc/libvirt/nwfilter/no-ip-multicast.xml' - 'etc/libvirt/nwfilter/no-ip-spoofing.xml' - 'etc/libvirt/nwfilter/no-mac-broadcast.xml' - 'etc/libvirt/nwfilter/no-mac-spoofing.xml' - 'etc/libvirt/nwfilter/no-other-l2-traffic.xml' - 'etc/libvirt/nwfilter/no-other-rarp-traffic.xml' - 'etc/libvirt/nwfilter/qemu-announce-self-rarp.xml' - 'etc/libvirt/nwfilter/qemu-announce-s
[arch-commits] Commit in libvirt/trunk (PKGBUILD)
Date: Thursday, September 3, 2015 @ 09:35:44 Author: ioni Revision: 139126 add qemu as makedepends for detecting location of qemu-bridge-helper http://libvirt.org/git/?p=libvirt.git;a=blobdiff;f=configure.ac;h=965858be833f6a810d671cd29ed889f854f5df1e;hp=46c80ce43e7a030612658b12e3495b9e86bf95ff;hb=0e4972fe48aeaade393daf089013092a2ecde4b3;hpb=151ba022939dad1e562c4156cb62e7a3ade6a7f5 Modified: libvirt/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-09-03 05:39:07 UTC (rev 139125) +++ PKGBUILD2015-09-03 07:35:44 UTC (rev 139126) @@ -4,7 +4,7 @@ pkgname=libvirt pkgver=1.2.19 -pkgrel=1 +pkgrel=2 pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,xen,etc)" arch=('i686' 'x86_64') url="http://libvirt.org/"; @@ -15,7 +15,7 @@ 'iproute2' 'libnl' 'libx11' 'numactl' 'gettext' 'ceph' 'libssh2' 'netcf') makedepends=('pkgconfig' 'lvm2' 'linux-api-headers' 'dnsmasq' 'lxc' 'libiscsi' 'open-iscsi' -'perl-xml-xpath' 'libxslt') +'perl-xml-xpath' 'libxslt' 'qemu') optdepends=('ebtables: required for default NAT networking' 'dnsmasq: required for default NAT/DHCP for guests' 'bridge-utils: for bridged networking'
[arch-commits] Commit in flashplugin/repos (12 files)
Date: Sunday, January 25, 2015 @ 16:42:29 Author: ioni Revision: 229990 archrelease: copy trunk to extra-i686, extra-x86_64 Added: flashplugin/repos/extra-i686/PKGBUILD (from rev 229989, flashplugin/trunk/PKGBUILD) flashplugin/repos/extra-i686/flashplugin.install (from rev 229989, flashplugin/trunk/flashplugin.install) flashplugin/repos/extra-i686/mms.cfg (from rev 229989, flashplugin/trunk/mms.cfg) flashplugin/repos/extra-x86_64/PKGBUILD (from rev 229989, flashplugin/trunk/PKGBUILD) flashplugin/repos/extra-x86_64/flashplugin.install (from rev 229989, flashplugin/trunk/flashplugin.install) flashplugin/repos/extra-x86_64/mms.cfg (from rev 229989, flashplugin/trunk/mms.cfg) Deleted: flashplugin/repos/extra-i686/PKGBUILD flashplugin/repos/extra-i686/flashplugin.install flashplugin/repos/extra-i686/mms.cfg flashplugin/repos/extra-x86_64/PKGBUILD flashplugin/repos/extra-x86_64/flashplugin.install flashplugin/repos/extra-x86_64/mms.cfg --+ /PKGBUILD| 104 + /flashplugin.install | 28 + /mms.cfg |4 + extra-i686/PKGBUILD | 52 -- extra-i686/flashplugin.install | 14 extra-i686/mms.cfg |2 extra-x86_64/PKGBUILD| 52 -- extra-x86_64/flashplugin.install | 14 extra-x86_64/mms.cfg |2 9 files changed, 136 insertions(+), 136 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2015-01-25 15:41:49 UTC (rev 229989) +++ extra-i686/PKGBUILD 2015-01-25 15:42:29 UTC (rev 229990) @@ -1,52 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Andrea Scarpino - -pkgname=flashplugin -_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf' -pkgver=11.2.202.429 -pkgrel=1 -pkgdesc='Adobe Flash Player' -url='http://get.adobe.com/flashplayer' -arch=('i686' 'x86_64') -depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme') -optdepends=('libvdpau: GPU acceleration on Nvidia card') -provides=('flashplayer') -license=('custom') -options=(!strip) -install=flashplugin.install -backup=(etc/adobe/mms.cfg) - -if [ "$CARCH" = "i686" ]; then - source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz"; -"http://www.adobe.com/products/eulas/pdfs/${_licensefile}"; -mms.cfg) -md5sums=('3db563d8d2d73109f936e7e92f7b1782' - '94ca2aecb409abfe36494d1a7ec7591d' - 'f34aae6279b40e0bd2abfb0d9963d7b8') -elif [ "$CARCH" = "x86_64" ]; then - source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz"; -"http://www.adobe.com/products/eulas/pdfs/${_licensefile}"; -mms.cfg) -md5sums=('7e05effd150ab4430693e467e4c9c404' - '94ca2aecb409abfe36494d1a7ec7591d' - 'f34aae6279b40e0bd2abfb0d9963d7b8') -fi - -package () { -install -Dm755 libflashplayer.so "$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so" -if [ "$CARCH" = x86_64 ]; then -install -Dm755 usr/lib64/kde4/kcm_adobe_flash_player.so "$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so" -else -install -Dm755 usr/lib/kde4/kcm_adobe_flash_player.so "$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so" -fi -install -Dm755 usr/bin/flash-player-properties "$pkgdir/usr/bin/flash-player-properties" -for i in 16x16 22x22 24x24 32x32 48x48; do -install -Dm644 usr/share/icons/hicolor/$i/apps/flash-player-properties.png \ - "$pkgdir/usr/share/icons/hicolor/$i/apps/flash-player-properties.png" -done -install -Dm644 usr/share/applications/flash-player-properties.desktop "$pkgdir/usr/share/applications/flash-player-properties.desktop" -install -Dm644 usr/share/kde4/services/kcm_adobe_flash_player.desktop "$pkgdir/usr/share/kde4/services/kcm_adobe_flash_player.desktop" -install -Dm644 "${_licensefile}" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf" -install -Dm644 mms.cfg "$pkgdir/etc/adobe/mms.cfg" -} Copied: flashplugin/repos/extra-i686/PKGBUILD (from rev 229989, flashplugin/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2015-01-25 15:42:29 UTC (rev 229990) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Andrea Scarpino + +pkgname=flashplugin +_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf' +pkgver=11.2.202.438 +pkgrel=1 +pkgdesc='Adobe Flash Player' +url='http://get.adobe.com/flashplayer' +arch=('i686' 'x86_64') +depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme') +optdepends=('libvdpau: GPU accelera
[arch-commits] Commit in flashplugin/trunk (PKGBUILD)
Date: Sunday, January 25, 2015 @ 16:41:49 Author: ioni Revision: 229989 update Modified: flashplugin/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-01-25 12:30:16 UTC (rev 229988) +++ PKGBUILD2015-01-25 15:41:49 UTC (rev 229989) @@ -4,7 +4,7 @@ pkgname=flashplugin _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf' -pkgver=11.2.202.429 +pkgver=11.2.202.438 pkgrel=1 pkgdesc='Adobe Flash Player' url='http://get.adobe.com/flashplayer' @@ -21,7 +21,7 @@ source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz"; "http://www.adobe.com/products/eulas/pdfs/${_licensefile}"; mms.cfg) -md5sums=('3db563d8d2d73109f936e7e92f7b1782' +md5sums=('f6df4fbd753fab8c5872a71b915fd644' '94ca2aecb409abfe36494d1a7ec7591d' 'f34aae6279b40e0bd2abfb0d9963d7b8') elif [ "$CARCH" = "x86_64" ]; then @@ -28,7 +28,7 @@ source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz"; "http://www.adobe.com/products/eulas/pdfs/${_licensefile}"; mms.cfg) -md5sums=('7e05effd150ab4430693e467e4c9c404' +md5sums=('c6f1941b8b9c48e95d0741a5640b13e6' '94ca2aecb409abfe36494d1a7ec7591d' 'f34aae6279b40e0bd2abfb0d9963d7b8') fi
[arch-commits] Commit in flashplugin/repos (12 files)
Date: Thursday, January 15, 2015 @ 17:16:38 Author: ioni Revision: 229079 archrelease: copy trunk to extra-i686, extra-x86_64 Added: flashplugin/repos/extra-i686/PKGBUILD (from rev 229078, flashplugin/trunk/PKGBUILD) flashplugin/repos/extra-i686/flashplugin.install (from rev 229078, flashplugin/trunk/flashplugin.install) flashplugin/repos/extra-i686/mms.cfg (from rev 229078, flashplugin/trunk/mms.cfg) flashplugin/repos/extra-x86_64/PKGBUILD (from rev 229078, flashplugin/trunk/PKGBUILD) flashplugin/repos/extra-x86_64/flashplugin.install (from rev 229078, flashplugin/trunk/flashplugin.install) flashplugin/repos/extra-x86_64/mms.cfg (from rev 229078, flashplugin/trunk/mms.cfg) Deleted: flashplugin/repos/extra-i686/PKGBUILD flashplugin/repos/extra-i686/flashplugin.install flashplugin/repos/extra-i686/mms.cfg flashplugin/repos/extra-x86_64/PKGBUILD flashplugin/repos/extra-x86_64/flashplugin.install flashplugin/repos/extra-x86_64/mms.cfg --+ /PKGBUILD| 104 + /flashplugin.install | 28 + /mms.cfg |4 + extra-i686/PKGBUILD | 52 -- extra-i686/flashplugin.install | 14 extra-i686/mms.cfg |2 extra-x86_64/PKGBUILD| 52 -- extra-x86_64/flashplugin.install | 14 extra-x86_64/mms.cfg |2 9 files changed, 136 insertions(+), 136 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2015-01-15 16:15:55 UTC (rev 229078) +++ extra-i686/PKGBUILD 2015-01-15 16:16:38 UTC (rev 229079) @@ -1,52 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Andrea Scarpino - -pkgname=flashplugin -_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf' -pkgver=11.2.202.425 -pkgrel=1 -pkgdesc='Adobe Flash Player' -url='http://get.adobe.com/flashplayer' -arch=('i686' 'x86_64') -depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme') -optdepends=('libvdpau: GPU acceleration on Nvidia card') -provides=('flashplayer') -license=('custom') -options=(!strip) -install=flashplugin.install -backup=(etc/adobe/mms.cfg) - -if [ "$CARCH" = "i686" ]; then - source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz"; -"http://www.adobe.com/products/eulas/pdfs/${_licensefile}"; -mms.cfg) -md5sums=('3de010fba558cf5d8c66892456b0ed33' - '94ca2aecb409abfe36494d1a7ec7591d' - 'f34aae6279b40e0bd2abfb0d9963d7b8') -elif [ "$CARCH" = "x86_64" ]; then - source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz"; -"http://www.adobe.com/products/eulas/pdfs/${_licensefile}"; -mms.cfg) -md5sums=('a060430d0900dd98252b9102ec1a32d6' - '94ca2aecb409abfe36494d1a7ec7591d' - 'f34aae6279b40e0bd2abfb0d9963d7b8') -fi - -package () { -install -Dm755 libflashplayer.so "$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so" -if [ "$CARCH" = x86_64 ]; then -install -Dm755 usr/lib64/kde4/kcm_adobe_flash_player.so "$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so" -else -install -Dm755 usr/lib/kde4/kcm_adobe_flash_player.so "$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so" -fi -install -Dm755 usr/bin/flash-player-properties "$pkgdir/usr/bin/flash-player-properties" -for i in 16x16 22x22 24x24 32x32 48x48; do -install -Dm644 usr/share/icons/hicolor/$i/apps/flash-player-properties.png \ - "$pkgdir/usr/share/icons/hicolor/$i/apps/flash-player-properties.png" -done -install -Dm644 usr/share/applications/flash-player-properties.desktop "$pkgdir/usr/share/applications/flash-player-properties.desktop" -install -Dm644 usr/share/kde4/services/kcm_adobe_flash_player.desktop "$pkgdir/usr/share/kde4/services/kcm_adobe_flash_player.desktop" -install -Dm644 "${_licensefile}" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf" -install -Dm644 mms.cfg "$pkgdir/etc/adobe/mms.cfg" -} Copied: flashplugin/repos/extra-i686/PKGBUILD (from rev 229078, flashplugin/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2015-01-15 16:16:38 UTC (rev 229079) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Andrea Scarpino + +pkgname=flashplugin +_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf' +pkgver=11.2.202.429 +pkgrel=1 +pkgdesc='Adobe Flash Player' +url='http://get.adobe.com/flashplayer' +arch=('i686' 'x86_64') +depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme') +optdepends=('libvdpau: GPU accele
[arch-commits] Commit in flashplugin/trunk (PKGBUILD)
Date: Thursday, January 15, 2015 @ 17:15:55 Author: ioni Revision: 229078 update Modified: flashplugin/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-01-15 16:02:46 UTC (rev 229077) +++ PKGBUILD2015-01-15 16:15:55 UTC (rev 229078) @@ -4,7 +4,7 @@ pkgname=flashplugin _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf' -pkgver=11.2.202.425 +pkgver=11.2.202.429 pkgrel=1 pkgdesc='Adobe Flash Player' url='http://get.adobe.com/flashplayer' @@ -21,7 +21,7 @@ source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz"; "http://www.adobe.com/products/eulas/pdfs/${_licensefile}"; mms.cfg) -md5sums=('3de010fba558cf5d8c66892456b0ed33' +md5sums=('3db563d8d2d73109f936e7e92f7b1782' '94ca2aecb409abfe36494d1a7ec7591d' 'f34aae6279b40e0bd2abfb0d9963d7b8') elif [ "$CARCH" = "x86_64" ]; then @@ -28,7 +28,7 @@ source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz"; "http://www.adobe.com/products/eulas/pdfs/${_licensefile}"; mms.cfg) -md5sums=('a060430d0900dd98252b9102ec1a32d6' +md5sums=('7e05effd150ab4430693e467e4c9c404' '94ca2aecb409abfe36494d1a7ec7591d' 'f34aae6279b40e0bd2abfb0d9963d7b8') fi
[arch-commits] Commit in networkmanager-pptp/repos (10 files)
Date: Tuesday, July 8, 2014 @ 17:23:39 Author: ioni Revision: 216637 archrelease: copy trunk to testing-i686, testing-x86_64 Added: networkmanager-pptp/repos/testing-i686/PKGBUILD (from rev 216635, networkmanager-pptp/trunk/PKGBUILD) networkmanager-pptp/repos/testing-i686/networkmanager-pptp.install (from rev 216635, networkmanager-pptp/trunk/networkmanager-pptp.install) networkmanager-pptp/repos/testing-x86_64/PKGBUILD (from rev 216636, networkmanager-pptp/trunk/PKGBUILD) networkmanager-pptp/repos/testing-x86_64/networkmanager-pptp.install (from rev 216636, networkmanager-pptp/trunk/networkmanager-pptp.install) Deleted: networkmanager-pptp/repos/testing-i686/PKGBUILD networkmanager-pptp/repos/testing-i686/gtk_table_to_gtk_grid.patch networkmanager-pptp/repos/testing-i686/networkmanager-pptp.install networkmanager-pptp/repos/testing-x86_64/PKGBUILD networkmanager-pptp/repos/testing-x86_64/gtk_table_to_gtk_grid.patch networkmanager-pptp/repos/testing-x86_64/networkmanager-pptp.install + /PKGBUILD | 66 +++ /networkmanager-pptp.install | 22 + testing-i686/PKGBUILD | 40 testing-i686/gtk_table_to_gtk_grid.patch | 40 testing-i686/networkmanager-pptp.install | 11 testing-x86_64/PKGBUILD| 40 testing-x86_64/gtk_table_to_gtk_grid.patch | 40 testing-x86_64/networkmanager-pptp.install | 11 8 files changed, 88 insertions(+), 182 deletions(-) Deleted: testing-i686/PKGBUILD === --- testing-i686/PKGBUILD 2014-07-08 15:23:33 UTC (rev 216636) +++ testing-i686/PKGBUILD 2014-07-08 15:23:39 UTC (rev 216637) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=networkmanager-pptp -pkgver=0.9.8.4 -pkgrel=3 -pkgdesc="NetworkManager VPN plugin for pptp " -arch=('i686' 'x86_64') -license=('GPL') -url="http://www.gnome.org/projects/NetworkManager/"; -_pppver=2.4.6 -depends=("networkmanager>=${pkgver}" 'pptpclient' 'gtk3' 'libgnome-keyring' "ppp=$_pppver") -makedepends=('intltool') -optdepends=('network-manager-applet: GNOME frontends to NetWorkmanager') -install=networkmanager-pptp.install -source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-pptp/0.9/NetworkManager-pptp-${pkgver}.tar.xz -gtk_table_to_gtk_grid.patch) -sha256sums=('97ba8f6f726056c3b8e0e1c8d2ab3d32791cadd7c3a38e0478fb2bd3ecafdce8' -'17c194c605bca780bf657711e9cff910c63ab27eae70c11cb6c53e9c75ad3215') - -prepare() { - cd NetworkManager-pptp-${pkgver} - patch -Np1 -i ../gtk_table_to_gtk_grid.patch -} - -build() { - cd NetworkManager-pptp-${pkgver} - ./configure --prefix=/usr \ ---sysconfdir=/etc \ ---libexecdir=/usr/lib/networkmanager \ ---disable-static \ ---enable-more-warnings=yes \ ---with-pppd-plugin-dir=/usr/lib/pppd/$_pppver - make -} - -package() { - cd NetworkManager-pptp-${pkgver} - make DESTDIR="${pkgdir}" install -} Copied: networkmanager-pptp/repos/testing-i686/PKGBUILD (from rev 216635, networkmanager-pptp/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2014-07-08 15:23:39 UTC (rev 216637) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=networkmanager-pptp +pkgver=0.9.10.0 +pkgrel=1 +pkgdesc="NetworkManager VPN plugin for pptp " +arch=('i686' 'x86_64') +license=('GPL') +url="http://www.gnome.org/projects/NetworkManager/"; +_pppver=2.4.6 +depends=("networkmanager>=${pkgver}" 'pptpclient' 'gtk3' 'libgnome-keyring' "ppp=$_pppver") +makedepends=('intltool' 'network-manager-applet') +optdepends=('network-manager-applet: GNOME frontends to NetWorkmanager') +install=networkmanager-pptp.install +source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-pptp/0.9/NetworkManager-pptp-${pkgver}.tar.xz) +sha256sums=('564b16c9b2821a1d2ede06f56f4db5cb0d62ccb35f87c92ad6c636ed48e0af58') + +build() { + cd NetworkManager-pptp-${pkgver} + ./configure --prefix=/usr \ +--sysconfdir=/etc \ +--libexecdir=/usr/lib/networkmanager \ +--disable-static \ +--enable-more-warnings=yes \ +--with-pppd-plugin-dir=/usr/lib/pppd/$_pppver + make +} + +package() { + cd NetworkManager-pptp-${pkgver} + make DESTDIR="${pkgdir}" install +} Deleted: testing-i686/gtk_table_to_gtk_grid.patch === --- testing-i686/gtk_table_to_gtk_grid.patch2014-07-08 15:23:33 UTC (rev 216636) +++ testing-i686/gtk_table_to_gtk_grid.patch2014-07-08 15:23:39 UTC (rev 216637) @@ -1,40 +0,0 @@ -From: Mathieu Trudel-Lapierre -Subject: Port GtkTable uses to GtkGrid. - -Index: network-man
[arch-commits] Commit in flashplugin/repos (12 files)
Date: Tuesday, July 8, 2014 @ 17:09:51 Author: ioni Revision: 216634 archrelease: copy trunk to extra-i686, extra-x86_64 Added: flashplugin/repos/extra-i686/PKGBUILD (from rev 216633, flashplugin/trunk/PKGBUILD) flashplugin/repos/extra-i686/flashplugin.install (from rev 216633, flashplugin/trunk/flashplugin.install) flashplugin/repos/extra-i686/mms.cfg (from rev 216633, flashplugin/trunk/mms.cfg) flashplugin/repos/extra-x86_64/PKGBUILD (from rev 216633, flashplugin/trunk/PKGBUILD) flashplugin/repos/extra-x86_64/flashplugin.install (from rev 216633, flashplugin/trunk/flashplugin.install) flashplugin/repos/extra-x86_64/mms.cfg (from rev 216633, flashplugin/trunk/mms.cfg) Deleted: flashplugin/repos/extra-i686/PKGBUILD flashplugin/repos/extra-i686/flashplugin.install flashplugin/repos/extra-i686/mms.cfg flashplugin/repos/extra-x86_64/PKGBUILD flashplugin/repos/extra-x86_64/flashplugin.install flashplugin/repos/extra-x86_64/mms.cfg --+ /PKGBUILD| 104 + /flashplugin.install | 28 + /mms.cfg |4 + extra-i686/PKGBUILD | 52 -- extra-i686/flashplugin.install | 14 extra-i686/mms.cfg |2 extra-x86_64/PKGBUILD| 52 -- extra-x86_64/flashplugin.install | 14 extra-x86_64/mms.cfg |2 9 files changed, 136 insertions(+), 136 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2014-07-08 15:09:03 UTC (rev 216633) +++ extra-i686/PKGBUILD 2014-07-08 15:09:51 UTC (rev 216634) @@ -1,52 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Andrea Scarpino - -pkgname=flashplugin -_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf' -pkgver=11.2.202.378 -pkgrel=1 -pkgdesc='Adobe Flash Player' -url='http://get.adobe.com/flashplayer' -arch=('i686' 'x86_64') -depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme') -optdepends=('libvdpau: GPU acceleration on Nvidia card') -provides=('flashplayer') -license=('custom') -options=(!strip) -install=flashplugin.install -backup=(etc/adobe/mms.cfg) - -if [ "$CARCH" = "i686" ]; then - source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz"; -"http://www.adobe.com/products/eulas/pdfs/${_licensefile}"; -mms.cfg) -md5sums=('c9d92d88e21b8ecacf284efab5c12477' - '94ca2aecb409abfe36494d1a7ec7591d' - 'f34aae6279b40e0bd2abfb0d9963d7b8') -elif [ "$CARCH" = "x86_64" ]; then - source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz"; -"http://www.adobe.com/products/eulas/pdfs/${_licensefile}"; -mms.cfg) -md5sums=('9cfeb8c86b471e72e8ff3046a11225a9' - '94ca2aecb409abfe36494d1a7ec7591d' - 'f34aae6279b40e0bd2abfb0d9963d7b8') -fi - -package () { -install -Dm755 libflashplayer.so "$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so" -if [ "$CARCH" = x86_64 ]; then -install -Dm755 usr/lib64/kde4/kcm_adobe_flash_player.so "$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so" -else -install -Dm755 usr/lib/kde4/kcm_adobe_flash_player.so "$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so" -fi -install -Dm755 usr/bin/flash-player-properties "$pkgdir/usr/bin/flash-player-properties" -for i in 16x16 22x22 24x24 32x32 48x48; do -install -Dm644 usr/share/icons/hicolor/$i/apps/flash-player-properties.png \ - "$pkgdir/usr/share/icons/hicolor/$i/apps/flash-player-properties.png" -done -install -Dm644 usr/share/applications/flash-player-properties.desktop "$pkgdir/usr/share/applications/flash-player-properties.desktop" -install -Dm644 usr/share/kde4/services/kcm_adobe_flash_player.desktop "$pkgdir/usr/share/kde4/services/kcm_adobe_flash_player.desktop" -install -Dm644 "${_licensefile}" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf" -install -Dm644 mms.cfg "$pkgdir/etc/adobe/mms.cfg" -} Copied: flashplugin/repos/extra-i686/PKGBUILD (from rev 216633, flashplugin/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2014-07-08 15:09:51 UTC (rev 216634) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Andrea Scarpino + +pkgname=flashplugin +_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf' +pkgver=11.2.202.394 +pkgrel=1 +pkgdesc='Adobe Flash Player' +url='http://get.adobe.com/flashplayer' +arch=('i686' 'x86_64') +depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme') +optdepends=('libvdpau: GPU acceleratio
[arch-commits] Commit in flashplugin/trunk (PKGBUILD)
Date: Tuesday, July 8, 2014 @ 17:09:03 Author: ioni Revision: 216633 update Modified: flashplugin/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-07-08 15:05:14 UTC (rev 216632) +++ PKGBUILD2014-07-08 15:09:03 UTC (rev 216633) @@ -4,7 +4,7 @@ pkgname=flashplugin _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf' -pkgver=11.2.202.378 +pkgver=11.2.202.394 pkgrel=1 pkgdesc='Adobe Flash Player' url='http://get.adobe.com/flashplayer' @@ -21,7 +21,7 @@ source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz"; "http://www.adobe.com/products/eulas/pdfs/${_licensefile}"; mms.cfg) -md5sums=('c9d92d88e21b8ecacf284efab5c12477' +md5sums=('57763cc8146afffc5a85bb4b53a0a1f9' '94ca2aecb409abfe36494d1a7ec7591d' 'f34aae6279b40e0bd2abfb0d9963d7b8') elif [ "$CARCH" = "x86_64" ]; then @@ -28,7 +28,7 @@ source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz"; "http://www.adobe.com/products/eulas/pdfs/${_licensefile}"; mms.cfg) -md5sums=('9cfeb8c86b471e72e8ff3046a11225a9' +md5sums=('ad4df00defbb4161df3ad58f276e84a3' '94ca2aecb409abfe36494d1a7ec7591d' 'f34aae6279b40e0bd2abfb0d9963d7b8') fi
[arch-commits] Commit in networkmanager-pptp/trunk (2 files)
Date: Tuesday, July 8, 2014 @ 17:05:14 Author: ioni Revision: 216632 update to 0.9.10.0 Modified: networkmanager-pptp/trunk/PKGBUILD Deleted: networkmanager-pptp/trunk/gtk_table_to_gtk_grid.patch -+ PKGBUILD| 17 + gtk_table_to_gtk_grid.patch | 40 2 files changed, 5 insertions(+), 52 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-07-08 15:04:40 UTC (rev 216631) +++ PKGBUILD2014-07-08 15:05:14 UTC (rev 216632) @@ -2,8 +2,8 @@ # Maintainer: Ionut Biru pkgname=networkmanager-pptp -pkgver=0.9.8.4 -pkgrel=3 +pkgver=0.9.10.0 +pkgrel=1 pkgdesc="NetworkManager VPN plugin for pptp " arch=('i686' 'x86_64') license=('GPL') @@ -10,19 +10,12 @@ url="http://www.gnome.org/projects/NetworkManager/"; _pppver=2.4.6 depends=("networkmanager>=${pkgver}" 'pptpclient' 'gtk3' 'libgnome-keyring' "ppp=$_pppver") -makedepends=('intltool') +makedepends=('intltool' 'network-manager-applet') optdepends=('network-manager-applet: GNOME frontends to NetWorkmanager') install=networkmanager-pptp.install -source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-pptp/0.9/NetworkManager-pptp-${pkgver}.tar.xz -gtk_table_to_gtk_grid.patch) -sha256sums=('97ba8f6f726056c3b8e0e1c8d2ab3d32791cadd7c3a38e0478fb2bd3ecafdce8' -'17c194c605bca780bf657711e9cff910c63ab27eae70c11cb6c53e9c75ad3215') +source=(http://ftp.gnome.org/pub/GNOME/sources/NetworkManager-pptp/0.9/NetworkManager-pptp-${pkgver}.tar.xz) +sha256sums=('564b16c9b2821a1d2ede06f56f4db5cb0d62ccb35f87c92ad6c636ed48e0af58') -prepare() { - cd NetworkManager-pptp-${pkgver} - patch -Np1 -i ../gtk_table_to_gtk_grid.patch -} - build() { cd NetworkManager-pptp-${pkgver} ./configure --prefix=/usr \ Deleted: gtk_table_to_gtk_grid.patch === --- gtk_table_to_gtk_grid.patch 2014-07-08 15:04:40 UTC (rev 216631) +++ gtk_table_to_gtk_grid.patch 2014-07-08 15:05:14 UTC (rev 216632) @@ -1,40 +0,0 @@ -From: Mathieu Trudel-Lapierre -Subject: Port GtkTable uses to GtkGrid. - -Index: network-manager-pptp/auth-dialog/vpn-password-dialog.c -=== network-manager-pptp.orig/auth-dialog/vpn-password-dialog.c 2012-02-15 11:24:03.803503000 -0500 -+++ network-manager-pptp/auth-dialog/vpn-password-dialog.c 2012-02-15 11:30:20.344710680 -0500 -@@ -124,8 +124,8 @@ - label = gtk_label_new_with_mnemonic (label_text); - gtk_misc_set_alignment (GTK_MISC (label), 0.0, 0.5); - -- gtk_table_attach_defaults (GTK_TABLE (table), label, 0, 1, row, row + 1); -- gtk_table_attach_defaults (GTK_TABLE (table), entry, 1, 2, row, row + 1); -+ gtk_grid_attach (GTK_GRID (table), label, 0, row, 1, 1); -+ gtk_grid_attach (GTK_GRID (table), entry, 1, row, 1, 1); - - gtk_label_set_mnemonic_widget (GTK_LABEL (label), entry); - } -@@ -154,7 +154,7 @@ - if (priv->show_password_secondary) - add_row (priv->table, row++, priv->secondary_password_label, priv->password_entry_secondary); - -- gtk_table_attach_defaults (GTK_TABLE (priv->table), priv->show_passwords_checkbox, 1, 2, row, row + 1); -+ gtk_grid_attach (GTK_GRID (priv->table), priv->show_passwords_checkbox, 1, row, 1, 1); - - gtk_widget_show_all (priv->table); - } -@@ -228,9 +228,9 @@ - - priv->group = gtk_size_group_new (GTK_SIZE_GROUP_HORIZONTAL); - -- priv->table = gtk_table_new (4, 2, FALSE); -- gtk_table_set_col_spacings (GTK_TABLE (priv->table), 12); -- gtk_table_set_row_spacings (GTK_TABLE (priv->table), 6); -+ priv->table = gtk_grid_new (); -+ gtk_grid_set_column_spacing (GTK_GRID (priv->table), 12); -+ gtk_grid_set_row_spacing (GTK_GRID (priv->table), 6); - gtk_container_add (GTK_CONTAINER (priv->table_alignment), priv->table); - - priv->password_entry = gtk_entry_new ();
[arch-commits] Commit in flashplugin/repos (12 files)
Date: Tuesday, April 29, 2014 @ 10:50:30 Author: ioni Revision: 211896 archrelease: copy trunk to extra-i686, extra-x86_64 Added: flashplugin/repos/extra-i686/PKGBUILD (from rev 211895, flashplugin/trunk/PKGBUILD) flashplugin/repos/extra-i686/flashplugin.install (from rev 211895, flashplugin/trunk/flashplugin.install) flashplugin/repos/extra-i686/mms.cfg (from rev 211895, flashplugin/trunk/mms.cfg) flashplugin/repos/extra-x86_64/PKGBUILD (from rev 211895, flashplugin/trunk/PKGBUILD) flashplugin/repos/extra-x86_64/flashplugin.install (from rev 211895, flashplugin/trunk/flashplugin.install) flashplugin/repos/extra-x86_64/mms.cfg (from rev 211895, flashplugin/trunk/mms.cfg) Deleted: flashplugin/repos/extra-i686/PKGBUILD flashplugin/repos/extra-i686/flashplugin.install flashplugin/repos/extra-i686/mms.cfg flashplugin/repos/extra-x86_64/PKGBUILD flashplugin/repos/extra-x86_64/flashplugin.install flashplugin/repos/extra-x86_64/mms.cfg --+ /PKGBUILD| 104 + /flashplugin.install | 28 + /mms.cfg |4 + extra-i686/PKGBUILD | 52 -- extra-i686/flashplugin.install | 14 extra-i686/mms.cfg |2 extra-x86_64/PKGBUILD| 52 -- extra-x86_64/flashplugin.install | 14 extra-x86_64/mms.cfg |2 9 files changed, 136 insertions(+), 136 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2014-04-29 08:49:43 UTC (rev 211895) +++ extra-i686/PKGBUILD 2014-04-29 08:50:30 UTC (rev 211896) @@ -1,52 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Andrea Scarpino - -pkgname=flashplugin -_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf' -pkgver=11.2.202.350 -pkgrel=1 -pkgdesc='Adobe Flash Player' -url='http://get.adobe.com/flashplayer' -arch=('i686' 'x86_64') -depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme') -optdepends=('libvdpau: GPU acceleration on Nvidia card') -provides=('flashplayer') -license=('custom') -options=(!strip) -install=flashplugin.install -backup=(etc/adobe/mms.cfg) - -if [ "$CARCH" = "i686" ]; then - source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz"; -"http://www.adobe.com/products/eulas/pdfs/${_licensefile}"; -mms.cfg) -md5sums=('1798388311aab66d12ab7ccafe6a0448' - '94ca2aecb409abfe36494d1a7ec7591d' - 'f34aae6279b40e0bd2abfb0d9963d7b8') -elif [ "$CARCH" = "x86_64" ]; then - source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz"; -"http://www.adobe.com/products/eulas/pdfs/${_licensefile}"; -mms.cfg) -md5sums=('c691f758e2bd78240ea278e0180aaa2a' - '94ca2aecb409abfe36494d1a7ec7591d' - 'f34aae6279b40e0bd2abfb0d9963d7b8') -fi - -package () { -install -Dm755 libflashplayer.so "$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so" -if [ "$CARCH" = x86_64 ]; then -install -Dm755 usr/lib64/kde4/kcm_adobe_flash_player.so "$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so" -else -install -Dm755 usr/lib/kde4/kcm_adobe_flash_player.so "$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so" -fi -install -Dm755 usr/bin/flash-player-properties "$pkgdir/usr/bin/flash-player-properties" -for i in 16x16 22x22 24x24 32x32 48x48; do -install -Dm644 usr/share/icons/hicolor/$i/apps/flash-player-properties.png \ - "$pkgdir/usr/share/icons/hicolor/$i/apps/flash-player-properties.png" -done -install -Dm644 usr/share/applications/flash-player-properties.desktop "$pkgdir/usr/share/applications/flash-player-properties.desktop" -install -Dm644 usr/share/kde4/services/kcm_adobe_flash_player.desktop "$pkgdir/usr/share/kde4/services/kcm_adobe_flash_player.desktop" -install -Dm644 "${_licensefile}" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf" -install -Dm644 mms.cfg "$pkgdir/etc/adobe/mms.cfg" -} Copied: flashplugin/repos/extra-i686/PKGBUILD (from rev 211895, flashplugin/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2014-04-29 08:50:30 UTC (rev 211896) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Andrea Scarpino + +pkgname=flashplugin +_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf' +pkgver=11.2.202.356 +pkgrel=1 +pkgdesc='Adobe Flash Player' +url='http://get.adobe.com/flashplayer' +arch=('i686' 'x86_64') +depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme') +optdepends=('libvdpau: GPU accelerat
[arch-commits] Commit in flashplugin/trunk (PKGBUILD)
Date: Tuesday, April 29, 2014 @ 10:49:43 Author: ioni Revision: 211895 update Modified: flashplugin/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-04-28 18:09:06 UTC (rev 211894) +++ PKGBUILD2014-04-29 08:49:43 UTC (rev 211895) @@ -4,7 +4,7 @@ pkgname=flashplugin _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf' -pkgver=11.2.202.350 +pkgver=11.2.202.356 pkgrel=1 pkgdesc='Adobe Flash Player' url='http://get.adobe.com/flashplayer' @@ -21,7 +21,7 @@ source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz"; "http://www.adobe.com/products/eulas/pdfs/${_licensefile}"; mms.cfg) -md5sums=('1798388311aab66d12ab7ccafe6a0448' +md5sums=('8c197a50457c8266ca0e18fa28bd6acf' '94ca2aecb409abfe36494d1a7ec7591d' 'f34aae6279b40e0bd2abfb0d9963d7b8') elif [ "$CARCH" = "x86_64" ]; then @@ -28,7 +28,7 @@ source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz"; "http://www.adobe.com/products/eulas/pdfs/${_licensefile}"; mms.cfg) -md5sums=('c691f758e2bd78240ea278e0180aaa2a' +md5sums=('719258340ba34eda72495187b8148f75' '94ca2aecb409abfe36494d1a7ec7591d' 'f34aae6279b40e0bd2abfb0d9963d7b8') fi
[arch-commits] Commit in flashplugin/repos (12 files)
Date: Wednesday, April 9, 2014 @ 18:52:39 Author: ioni Revision: 210082 archrelease: copy trunk to extra-i686, extra-x86_64 Added: flashplugin/repos/extra-i686/PKGBUILD (from rev 210081, flashplugin/trunk/PKGBUILD) flashplugin/repos/extra-i686/flashplugin.install (from rev 210081, flashplugin/trunk/flashplugin.install) flashplugin/repos/extra-i686/mms.cfg (from rev 210081, flashplugin/trunk/mms.cfg) flashplugin/repos/extra-x86_64/PKGBUILD (from rev 210081, flashplugin/trunk/PKGBUILD) flashplugin/repos/extra-x86_64/flashplugin.install (from rev 210081, flashplugin/trunk/flashplugin.install) flashplugin/repos/extra-x86_64/mms.cfg (from rev 210081, flashplugin/trunk/mms.cfg) Deleted: flashplugin/repos/extra-i686/PKGBUILD flashplugin/repos/extra-i686/flashplugin.install flashplugin/repos/extra-i686/mms.cfg flashplugin/repos/extra-x86_64/PKGBUILD flashplugin/repos/extra-x86_64/flashplugin.install flashplugin/repos/extra-x86_64/mms.cfg --+ /PKGBUILD| 104 + /flashplugin.install | 28 + /mms.cfg |4 + extra-i686/PKGBUILD | 52 -- extra-i686/flashplugin.install | 14 extra-i686/mms.cfg |2 extra-x86_64/PKGBUILD| 52 -- extra-x86_64/flashplugin.install | 14 extra-x86_64/mms.cfg |2 9 files changed, 136 insertions(+), 136 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2014-04-09 16:51:50 UTC (rev 210081) +++ extra-i686/PKGBUILD 2014-04-09 16:52:39 UTC (rev 210082) @@ -1,52 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Andrea Scarpino - -pkgname=flashplugin -_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf' -pkgver=11.2.202.346 -pkgrel=1 -pkgdesc='Adobe Flash Player' -url='http://get.adobe.com/flashplayer' -arch=('i686' 'x86_64') -depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme') -optdepends=('libvdpau: GPU acceleration on Nvidia card') -provides=('flashplayer') -license=('custom') -options=(!strip) -install=flashplugin.install -backup=(etc/adobe/mms.cfg) - -if [ "$CARCH" = "i686" ]; then - source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz"; -"http://www.adobe.com/products/eulas/pdfs/${_licensefile}"; -mms.cfg) -md5sums=('48a48eda9dace5ee080f666ef0d9aeef' - '94ca2aecb409abfe36494d1a7ec7591d' - 'f34aae6279b40e0bd2abfb0d9963d7b8') -elif [ "$CARCH" = "x86_64" ]; then - source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz"; -"http://www.adobe.com/products/eulas/pdfs/${_licensefile}"; -mms.cfg) -md5sums=('92ce66451381754933a1c5456139d9ff' - '94ca2aecb409abfe36494d1a7ec7591d' - 'f34aae6279b40e0bd2abfb0d9963d7b8') -fi - -package () { -install -Dm755 libflashplayer.so "$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so" -if [ "$CARCH" = x86_64 ]; then -install -Dm755 usr/lib64/kde4/kcm_adobe_flash_player.so "$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so" -else -install -Dm755 usr/lib/kde4/kcm_adobe_flash_player.so "$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so" -fi -install -Dm755 usr/bin/flash-player-properties "$pkgdir/usr/bin/flash-player-properties" -for i in 16x16 22x22 24x24 32x32 48x48; do -install -Dm644 usr/share/icons/hicolor/$i/apps/flash-player-properties.png \ - "$pkgdir/usr/share/icons/hicolor/$i/apps/flash-player-properties.png" -done -install -Dm644 usr/share/applications/flash-player-properties.desktop "$pkgdir/usr/share/applications/flash-player-properties.desktop" -install -Dm644 usr/share/kde4/services/kcm_adobe_flash_player.desktop "$pkgdir/usr/share/kde4/services/kcm_adobe_flash_player.desktop" -install -Dm644 "${_licensefile}" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf" -install -Dm644 mms.cfg "$pkgdir/etc/adobe/mms.cfg" -} Copied: flashplugin/repos/extra-i686/PKGBUILD (from rev 210081, flashplugin/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2014-04-09 16:52:39 UTC (rev 210082) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Andrea Scarpino + +pkgname=flashplugin +_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf' +pkgver=11.2.202.350 +pkgrel=1 +pkgdesc='Adobe Flash Player' +url='http://get.adobe.com/flashplayer' +arch=('i686' 'x86_64') +depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme') +optdepends=('libvdpau: GPU accelera
[arch-commits] Commit in flashplugin/trunk (PKGBUILD)
Date: Wednesday, April 9, 2014 @ 18:51:50 Author: ioni Revision: 210081 update Modified: flashplugin/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-04-09 11:07:33 UTC (rev 210080) +++ PKGBUILD2014-04-09 16:51:50 UTC (rev 210081) @@ -4,7 +4,7 @@ pkgname=flashplugin _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf' -pkgver=11.2.202.346 +pkgver=11.2.202.350 pkgrel=1 pkgdesc='Adobe Flash Player' url='http://get.adobe.com/flashplayer' @@ -21,7 +21,7 @@ source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz"; "http://www.adobe.com/products/eulas/pdfs/${_licensefile}"; mms.cfg) -md5sums=('48a48eda9dace5ee080f666ef0d9aeef' +md5sums=('1798388311aab66d12ab7ccafe6a0448' '94ca2aecb409abfe36494d1a7ec7591d' 'f34aae6279b40e0bd2abfb0d9963d7b8') elif [ "$CARCH" = "x86_64" ]; then @@ -28,7 +28,7 @@ source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz"; "http://www.adobe.com/products/eulas/pdfs/${_licensefile}"; mms.cfg) -md5sums=('92ce66451381754933a1c5456139d9ff' +md5sums=('c691f758e2bd78240ea278e0180aaa2a' '94ca2aecb409abfe36494d1a7ec7591d' 'f34aae6279b40e0bd2abfb0d9963d7b8') fi
[arch-commits] Commit in clutter/repos/extra-i686 (fix_buffer_age.patch)
Date: Saturday, March 8, 2014 @ 17:24:20 Author: ioni Revision: 207402 fix blinking issue with gnome using nvidia 334.21 Added: clutter/repos/extra-i686/fix_buffer_age.patch --+ fix_buffer_age.patch | 34 ++ 1 file changed, 34 insertions(+) Added: fix_buffer_age.patch === --- fix_buffer_age.patch(rev 0) +++ fix_buffer_age.patch2014-03-08 16:24:20 UTC (rev 207402) @@ -0,0 +1,34 @@ +From 6665f47d66a871b6e1a5f4200282f42da043a0e8 Mon Sep 17 00:00:00 2001 +From: Adel Gadllah +Date: Sun, 16 Feb 2014 21:07:43 + +Subject: stage-cogl: Fix buffer_age code path + +Currently we where checking whether the damage_history list contains +more or equal then buffer_age entries. This is wrong because we prepend +our current clip to the list just before the check. + +Fix that to check whether we have more entries instead of more or equal. + +https://bugzilla.gnome.org/show_bug.cgi?id=724788 +--- +diff --git a/clutter/cogl/clutter-stage-cogl.c b/clutter/cogl/clutter-stage-cogl.c +index 86546b1..cff8444 100644 +--- a/clutter/cogl/clutter-stage-cogl.c b/clutter/cogl/clutter-stage-cogl.c +@@ -483,11 +483,12 @@ clutter_stage_cogl_redraw (ClutterStageWindow *stage_window) + + stage_cogl->damage_history = g_slist_prepend (stage_cogl->damage_history, current_damage); + +-if (age != 0 && !stage_cogl->dirty_backbuffer && g_slist_length (stage_cogl->damage_history) >= age) ++if (age != 0 && !stage_cogl->dirty_backbuffer && g_slist_length (stage_cogl->damage_history) > age) + { + int i = 0; + GSList *tmp = NULL; +-for (tmp = stage_cogl->damage_history; tmp; tmp = tmp->next) ++/* We skip the first entry because it is the clip_region itself */ ++for (tmp = stage_cogl->damage_history->next; tmp; tmp = tmp->next) + { + _clutter_util_rectangle_union (clip_region, tmp->data, clip_region); + i++; +-- +cgit v0.9.2
[arch-commits] Commit in clutter/repos (3 files)
Date: Saturday, March 8, 2014 @ 17:24:07 Author: ioni Revision: 207401 fix blinking issue with gnome using nvidia 334.21 Added: clutter/repos/extra-x86_64/fix_buffer_age.patch Modified: clutter/repos/extra-i686/PKGBUILD clutter/repos/extra-x86_64/PKGBUILD ---+ extra-i686/PKGBUILD |9 ++--- extra-x86_64/PKGBUILD |9 ++--- extra-x86_64/fix_buffer_age.patch | 34 ++ 3 files changed, 46 insertions(+), 6 deletions(-) Modified: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2014-03-08 16:16:58 UTC (rev 207400) +++ extra-i686/PKGBUILD 2014-03-08 16:24:07 UTC (rev 207401) @@ -5,7 +5,7 @@ pkgname=clutter pkgver=1.16.4 -pkgrel=1 +pkgrel=2 pkgdesc="A GObject based library for creating fast, visually rich graphical user interfaces" arch=('i686' 'x86_64') url="http://clutter-project.org/"; @@ -12,11 +12,14 @@ license=('LGPL') depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon' 'libevdev') makedepends=('gobject-introspection') -source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('cf50836ec5503577b73f75f984577610881b3e2ff7a327bb5b6918b431b51b65') +source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz +fix_buffer_age.patch) +sha256sums=('cf50836ec5503577b73f75f984577610881b3e2ff7a327bb5b6918b431b51b65' +'e254b26663c88dfba756934f011451c0551e52bb70e2de037835aea267ed7bda') build() { cd "$pkgname-$pkgver" + patch -Np1 -i ../fix_buffer_age.patch ./configure --prefix=/usr --enable-introspection \ --enable-wayland-backend --enable-egl-backend --enable-evdev-input \ --enable-wayland-compositor Modified: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2014-03-08 16:16:58 UTC (rev 207400) +++ extra-x86_64/PKGBUILD 2014-03-08 16:24:07 UTC (rev 207401) @@ -5,7 +5,7 @@ pkgname=clutter pkgver=1.16.4 -pkgrel=1 +pkgrel=2 pkgdesc="A GObject based library for creating fast, visually rich graphical user interfaces" arch=('i686' 'x86_64') url="http://clutter-project.org/"; @@ -12,11 +12,14 @@ license=('LGPL') depends=('cogl' 'mesa' 'json-glib' 'atk' 'libxi' 'libxkbcommon' 'libevdev') makedepends=('gobject-introspection') -source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('cf50836ec5503577b73f75f984577610881b3e2ff7a327bb5b6918b431b51b65') +source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz +fix_buffer_age.patch) +sha256sums=('cf50836ec5503577b73f75f984577610881b3e2ff7a327bb5b6918b431b51b65' +'e254b26663c88dfba756934f011451c0551e52bb70e2de037835aea267ed7bda') build() { cd "$pkgname-$pkgver" + patch -Np1 -i ../fix_buffer_age.patch ./configure --prefix=/usr --enable-introspection \ --enable-wayland-backend --enable-egl-backend --enable-evdev-input \ --enable-wayland-compositor Added: extra-x86_64/fix_buffer_age.patch === --- extra-x86_64/fix_buffer_age.patch (rev 0) +++ extra-x86_64/fix_buffer_age.patch 2014-03-08 16:24:07 UTC (rev 207401) @@ -0,0 +1,34 @@ +From 6665f47d66a871b6e1a5f4200282f42da043a0e8 Mon Sep 17 00:00:00 2001 +From: Adel Gadllah +Date: Sun, 16 Feb 2014 21:07:43 + +Subject: stage-cogl: Fix buffer_age code path + +Currently we where checking whether the damage_history list contains +more or equal then buffer_age entries. This is wrong because we prepend +our current clip to the list just before the check. + +Fix that to check whether we have more entries instead of more or equal. + +https://bugzilla.gnome.org/show_bug.cgi?id=724788 +--- +diff --git a/clutter/cogl/clutter-stage-cogl.c b/clutter/cogl/clutter-stage-cogl.c +index 86546b1..cff8444 100644 +--- a/clutter/cogl/clutter-stage-cogl.c b/clutter/cogl/clutter-stage-cogl.c +@@ -483,11 +483,12 @@ clutter_stage_cogl_redraw (ClutterStageWindow *stage_window) + + stage_cogl->damage_history = g_slist_prepend (stage_cogl->damage_history, current_damage); + +-if (age != 0 && !stage_cogl->dirty_backbuffer && g_slist_length (stage_cogl->damage_history) >= age) ++if (age != 0 && !stage_cogl->dirty_backbuffer && g_slist_length (stage_cogl->damage_history) > age) + { + int i = 0; + GSList *tmp = NULL; +-for (tmp = stage_cogl->damage_history; tmp; tmp = tmp->next) ++/* We skip the first entry because it is the clip_region itself */ ++for (tmp = stage_cogl->damage_history->next; tmp; tmp = tmp->next) + { + _clutter_util_rectangle_union (clip_region, tmp->data, clip_region); + i++; +-- +cgit v0.9.2
[arch-commits] Commit in xorg-server/repos (24 files)
Date: Monday, December 30, 2013 @ 10:38:56 Author: ioni Revision: 202993 archrelease: copy trunk to testing-i686, testing-x86_64 Added: xorg-server/repos/testing-i686/10-quirks.conf (from rev 202992, xorg-server/trunk/10-quirks.conf) xorg-server/repos/testing-i686/PKGBUILD (from rev 202992, xorg-server/trunk/PKGBUILD) xorg-server/repos/testing-i686/autoconfig-nvidia.patch (from rev 202992, xorg-server/trunk/autoconfig-nvidia.patch) xorg-server/repos/testing-i686/autoconfig-sis.patch (from rev 202992, xorg-server/trunk/autoconfig-sis.patch) xorg-server/repos/testing-i686/xvfb-run (from rev 202992, xorg-server/trunk/xvfb-run) xorg-server/repos/testing-i686/xvfb-run.1 (from rev 202992, xorg-server/trunk/xvfb-run.1) xorg-server/repos/testing-x86_64/10-quirks.conf (from rev 202992, xorg-server/trunk/10-quirks.conf) xorg-server/repos/testing-x86_64/PKGBUILD (from rev 202992, xorg-server/trunk/PKGBUILD) xorg-server/repos/testing-x86_64/autoconfig-nvidia.patch (from rev 202992, xorg-server/trunk/autoconfig-nvidia.patch) xorg-server/repos/testing-x86_64/autoconfig-sis.patch (from rev 202992, xorg-server/trunk/autoconfig-sis.patch) xorg-server/repos/testing-x86_64/xvfb-run (from rev 202992, xorg-server/trunk/xvfb-run) xorg-server/repos/testing-x86_64/xvfb-run.1 (from rev 202992, xorg-server/trunk/xvfb-run.1) Deleted: xorg-server/repos/testing-i686/10-quirks.conf xorg-server/repos/testing-i686/PKGBUILD xorg-server/repos/testing-i686/autoconfig-nvidia.patch xorg-server/repos/testing-i686/autoconfig-sis.patch xorg-server/repos/testing-i686/xvfb-run xorg-server/repos/testing-i686/xvfb-run.1 xorg-server/repos/testing-x86_64/10-quirks.conf xorg-server/repos/testing-x86_64/PKGBUILD xorg-server/repos/testing-x86_64/autoconfig-nvidia.patch xorg-server/repos/testing-x86_64/autoconfig-sis.patch xorg-server/repos/testing-x86_64/xvfb-run xorg-server/repos/testing-x86_64/xvfb-run.1 + /10-quirks.conf| 20 + /PKGBUILD | 412 ++ /autoconfig-nvidia.patch | 56 +++ /autoconfig-sis.patch | 42 ++ /xvfb-run | 360 +++ /xvfb-run.1| 564 +++ testing-i686/10-quirks.conf| 10 testing-i686/PKGBUILD | 206 --- testing-i686/autoconfig-nvidia.patch | 28 - testing-i686/autoconfig-sis.patch | 21 - testing-i686/xvfb-run | 180 - testing-i686/xvfb-run.1| 282 --- testing-x86_64/10-quirks.conf | 10 testing-x86_64/PKGBUILD| 206 --- testing-x86_64/autoconfig-nvidia.patch | 28 - testing-x86_64/autoconfig-sis.patch| 21 - testing-x86_64/xvfb-run| 180 - testing-x86_64/xvfb-run.1 | 282 --- 18 files changed, 1454 insertions(+), 1454 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 202992:202993 to see the changes.
[arch-commits] Commit in xorg-server/trunk (PKGBUILD)
Date: Monday, December 30, 2013 @ 10:31:03 Author: ioni Revision: 202990 current nvidia doesn't work with xorg-server 1.15 Modified: xorg-server/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-12-30 08:46:47 UTC (rev 202989) +++ PKGBUILD2013-12-30 09:31:03 UTC (rev 202990) @@ -5,7 +5,7 @@ pkgbase=xorg-server pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-common' 'xorg-server-devel') pkgver=1.15.0 -pkgrel=1 # build first with 0.1 and then rebuild it after xf86-input-evdev rebuild +pkgrel=2 # build first with 0.1 and then rebuild it after xf86-input-evdev rebuild arch=('i686' 'x86_64') license=('custom') url="http://xorg.freedesktop.org"; @@ -106,7 +106,7 @@ # and /usr/lib/pkgconfig/xorg-server.pc in xorg-server-devel pkg provides=('X-ABI-VIDEODRV_VERSION=15' 'X-ABI-XINPUT_VERSION=20' 'X-ABI-EXTENSION_VERSION=8.0' 'x-server') groups=('xorg') - conflicts=('nvidia-utils<=290.10') + conflicts=('nvidia-utils<=331.20') cd "${pkgbase}-${pkgver}" make DESTDIR="${pkgdir}" install
[arch-commits] Commit in nvidia (3 files)
Date: Monday, November 18, 2013 @ 12:53:28 Author: ioni Revision: 199900 fix EXTRAMODULES Modified: nvidia/repos/extra-i686/nvidia.install nvidia/repos/extra-x86_64/nvidia.install nvidia/trunk/nvidia.install ---+ repos/extra-i686/nvidia.install |6 +++--- repos/extra-x86_64/nvidia.install |6 +++--- trunk/nvidia.install |6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) Modified: repos/extra-i686/nvidia.install === --- repos/extra-i686/nvidia.install 2013-11-18 11:25:15 UTC (rev 199899) +++ repos/extra-i686/nvidia.install 2013-11-18 11:53:28 UTC (rev 199900) @@ -1,11 +1,11 @@ post_install() { -EXTRAMODULES='extramodules-3.11-ARCH' +EXTRAMODULES='extramodules-3.12-ARCH' depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) echo 'In order to use nvidia module, reboot the system.' } post_upgrade() { -EXTRAMODULES='extramodules-3.11-ARCH' +EXTRAMODULES='extramodules-3.12-ARCH' depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) if [ "$(vercmp $2 310.19-2)" -lt 0 ]; then echo 'If your card is from the 7xxx series or earlier, install nvidia-304xx' @@ -13,6 +13,6 @@ } post_remove() { -EXTRAMODULES='extramodules-3.11-ARCH' +EXTRAMODULES='extramodules-3.12-ARCH' depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) } Modified: repos/extra-x86_64/nvidia.install === --- repos/extra-x86_64/nvidia.install 2013-11-18 11:25:15 UTC (rev 199899) +++ repos/extra-x86_64/nvidia.install 2013-11-18 11:53:28 UTC (rev 199900) @@ -1,11 +1,11 @@ post_install() { -EXTRAMODULES='extramodules-3.11-ARCH' +EXTRAMODULES='extramodules-3.12-ARCH' depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) echo 'In order to use nvidia module, reboot the system.' } post_upgrade() { -EXTRAMODULES='extramodules-3.11-ARCH' +EXTRAMODULES='extramodules-3.12-ARCH' depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) if [ "$(vercmp $2 310.19-2)" -lt 0 ]; then echo 'If your card is from the 7xxx series or earlier, install nvidia-304xx' @@ -13,6 +13,6 @@ } post_remove() { -EXTRAMODULES='extramodules-3.11-ARCH' +EXTRAMODULES='extramodules-3.12-ARCH' depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) } Modified: trunk/nvidia.install === --- trunk/nvidia.install2013-11-18 11:25:15 UTC (rev 199899) +++ trunk/nvidia.install2013-11-18 11:53:28 UTC (rev 199900) @@ -1,11 +1,11 @@ post_install() { -EXTRAMODULES='extramodules-3.11-ARCH' +EXTRAMODULES='extramodules-3.12-ARCH' depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) echo 'In order to use nvidia module, reboot the system.' } post_upgrade() { -EXTRAMODULES='extramodules-3.11-ARCH' +EXTRAMODULES='extramodules-3.12-ARCH' depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) if [ "$(vercmp $2 310.19-2)" -lt 0 ]; then echo 'If your card is from the 7xxx series or earlier, install nvidia-304xx' @@ -13,6 +13,6 @@ } post_remove() { -EXTRAMODULES='extramodules-3.11-ARCH' +EXTRAMODULES='extramodules-3.12-ARCH' depmod $(cat /usr/lib/modules/$EXTRAMODULES/version) }
[arch-commits] Commit in flashplugin/repos (12 files)
Date: Friday, November 15, 2013 @ 09:46:32 Author: ioni Revision: 199541 archrelease: copy trunk to extra-i686, extra-x86_64 Added: flashplugin/repos/extra-i686/PKGBUILD (from rev 199540, flashplugin/trunk/PKGBUILD) flashplugin/repos/extra-i686/flashplugin.install (from rev 199540, flashplugin/trunk/flashplugin.install) flashplugin/repos/extra-i686/mms.cfg (from rev 199540, flashplugin/trunk/mms.cfg) flashplugin/repos/extra-x86_64/PKGBUILD (from rev 199540, flashplugin/trunk/PKGBUILD) flashplugin/repos/extra-x86_64/flashplugin.install (from rev 199540, flashplugin/trunk/flashplugin.install) flashplugin/repos/extra-x86_64/mms.cfg (from rev 199540, flashplugin/trunk/mms.cfg) Deleted: flashplugin/repos/extra-i686/PKGBUILD flashplugin/repos/extra-i686/flashplugin.install flashplugin/repos/extra-i686/mms.cfg flashplugin/repos/extra-x86_64/PKGBUILD flashplugin/repos/extra-x86_64/flashplugin.install flashplugin/repos/extra-x86_64/mms.cfg --+ /PKGBUILD| 104 + /flashplugin.install | 28 + /mms.cfg |4 + extra-i686/PKGBUILD | 52 -- extra-i686/flashplugin.install | 14 extra-i686/mms.cfg |2 extra-x86_64/PKGBUILD| 52 -- extra-x86_64/flashplugin.install | 14 extra-x86_64/mms.cfg |2 9 files changed, 136 insertions(+), 136 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-11-15 08:46:07 UTC (rev 199540) +++ extra-i686/PKGBUILD 2013-11-15 08:46:32 UTC (rev 199541) @@ -1,52 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Andrea Scarpino - -pkgname=flashplugin -_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf' -pkgver=11.2.202.310 -pkgrel=1 -pkgdesc='Adobe Flash Player' -url='http://get.adobe.com/flashplayer' -arch=('i686' 'x86_64') -depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme') -optdepends=('libvdpau: GPU acceleration on Nvidia card') -provides=('flashplayer') -license=('custom') -options=(!strip) -install=flashplugin.install -backup=(etc/adobe/mms.cfg) - -if [ "$CARCH" = "i686" ]; then - source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz"; -"http://www.adobe.com/products/eulas/pdfs/${_licensefile}"; -mms.cfg) -md5sums=('26ca132fa0e20f78c5d80e0c33fa6d81' - '94ca2aecb409abfe36494d1a7ec7591d' - 'f34aae6279b40e0bd2abfb0d9963d7b8') -elif [ "$CARCH" = "x86_64" ]; then - source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz"; -"http://www.adobe.com/products/eulas/pdfs/${_licensefile}"; -mms.cfg) -md5sums=('34b436d5c9c4e681bd619a6efad84148' - '94ca2aecb409abfe36494d1a7ec7591d' - 'f34aae6279b40e0bd2abfb0d9963d7b8') -fi - -package () { -install -Dm755 libflashplayer.so "$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so" -if [ "$CARCH" = x86_64 ]; then -install -Dm755 usr/lib64/kde4/kcm_adobe_flash_player.so "$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so" -else -install -Dm755 usr/lib/kde4/kcm_adobe_flash_player.so "$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so" -fi -install -Dm755 usr/bin/flash-player-properties "$pkgdir/usr/bin/flash-player-properties" -for i in 16x16 22x22 24x24 32x32 48x48; do -install -Dm644 usr/share/icons/hicolor/$i/apps/flash-player-properties.png \ - "$pkgdir/usr/share/icons/hicolor/$i/apps/flash-player-properties.png" -done -install -Dm644 usr/share/applications/flash-player-properties.desktop "$pkgdir/usr/share/applications/flash-player-properties.desktop" -install -Dm644 usr/share/kde4/services/kcm_adobe_flash_player.desktop "$pkgdir/usr/share/kde4/services/kcm_adobe_flash_player.desktop" -install -Dm644 "${_licensefile}" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf" -install -Dm644 "$srcdir/mms.cfg" "$pkgdir/etc/adobe/mms.cfg" -} Copied: flashplugin/repos/extra-i686/PKGBUILD (from rev 199540, flashplugin/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-11-15 08:46:32 UTC (rev 199541) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Andrea Scarpino + +pkgname=flashplugin +_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf' +pkgver=11.2.202.327 +pkgrel=1 +pkgdesc='Adobe Flash Player' +url='http://get.adobe.com/flashplayer' +arch=('i686' 'x86_64') +depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme') +optdepends=('libvdpau: G
[arch-commits] Commit in flashplugin/trunk (PKGBUILD)
Date: Friday, November 15, 2013 @ 09:45:03 Author: ioni Revision: 199539 updatE Modified: flashplugin/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-11-15 08:16:21 UTC (rev 199538) +++ PKGBUILD2013-11-15 08:45:03 UTC (rev 199539) @@ -4,7 +4,7 @@ pkgname=flashplugin _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf' -pkgver=11.2.202.310 +pkgver=11.2.202.327 pkgrel=1 pkgdesc='Adobe Flash Player' url='http://get.adobe.com/flashplayer' @@ -21,7 +21,7 @@ source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz"; "http://www.adobe.com/products/eulas/pdfs/${_licensefile}"; mms.cfg) -md5sums=('26ca132fa0e20f78c5d80e0c33fa6d81' +md5sums=('808b0a7f4789fb0c96dd172785a50aa9' '94ca2aecb409abfe36494d1a7ec7591d' 'f34aae6279b40e0bd2abfb0d9963d7b8') elif [ "$CARCH" = "x86_64" ]; then @@ -28,7 +28,7 @@ source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz"; "http://www.adobe.com/products/eulas/pdfs/${_licensefile}"; mms.cfg) -md5sums=('34b436d5c9c4e681bd619a6efad84148' +md5sums=('0b48e219791807b4f987fdc042d0f6e2' '94ca2aecb409abfe36494d1a7ec7591d' 'f34aae6279b40e0bd2abfb0d9963d7b8') fi
[arch-commits] Commit in gnote/repos (8 files)
Date: Saturday, November 2, 2013 @ 12:34:59 Author: ioni Revision: 100334 archrelease: copy trunk to community-i686, community-x86_64 Added: gnote/repos/community-i686/PKGBUILD (from rev 100333, gnote/trunk/PKGBUILD) gnote/repos/community-i686/gnote.install (from rev 100333, gnote/trunk/gnote.install) gnote/repos/community-x86_64/PKGBUILD (from rev 100333, gnote/trunk/PKGBUILD) gnote/repos/community-x86_64/gnote.install (from rev 100333, gnote/trunk/gnote.install) Deleted: gnote/repos/community-i686/PKGBUILD gnote/repos/community-i686/gnote.install gnote/repos/community-x86_64/PKGBUILD gnote/repos/community-x86_64/gnote.install + /PKGBUILD | 64 +++ /gnote.install | 42 + community-i686/PKGBUILD| 32 --- community-i686/gnote.install | 21 community-x86_64/PKGBUILD | 32 --- community-x86_64/gnote.install | 21 6 files changed, 106 insertions(+), 106 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2013-11-02 11:32:00 UTC (rev 100333) +++ community-i686/PKGBUILD 2013-11-02 11:34:59 UTC (rev 100334) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru -# Contributor: uastasi -pkgname=gnote -pkgver=3.10.0 -pkgrel=1 -pkgdesc="A note taking application." -arch=('i686' 'x86_64') -url="http://live.gnome.org/Gnote"; -license=('GPL3') -depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 'libsecret') -makedepends=('intltool' 'itstool' 'boost') -install=gnote.install -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('10dedfde2f7748f67eda4f334505c7e8ff2b86286d2c9feb3c43e7261684b71b') - -build() { -cd $pkgname-$pkgver -./configure --prefix=/usr \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---libexecdir=/usr/lib/gnote \ ---disable-scrollkeeper \ ---disable-schemas-compile \ ---disable-static -make -} - -package() { -cd $pkgname-$pkgver -make DESTDIR="$pkgdir" install -} Copied: gnote/repos/community-i686/PKGBUILD (from rev 100333, gnote/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-11-02 11:34:59 UTC (rev 100334) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Ionut Biru +# Contributor: uastasi +pkgname=gnote +pkgver=3.10.1 +pkgrel=1 +pkgdesc="A note taking application." +arch=('i686' 'x86_64') +url="http://live.gnome.org/Gnote"; +license=('GPL3') +depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 'libsecret') +makedepends=('intltool' 'itstool' 'boost') +install=gnote.install +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('8466343c43cb5fb223a7abfe43e6e963f64403f96a3c823f5a37474e83d5e1a0') + +build() { +cd $pkgname-$pkgver +./configure --prefix=/usr \ +--sysconfdir=/etc \ +--localstatedir=/var \ +--libexecdir=/usr/lib/gnote \ +--disable-scrollkeeper \ +--disable-schemas-compile \ +--disable-static +make +} + +package() { +cd $pkgname-$pkgver +make DESTDIR="$pkgdir" install +} Deleted: community-i686/gnote.install === --- community-i686/gnote.install2013-11-02 11:32:00 UTC (rev 100333) +++ community-i686/gnote.install2013-11-02 11:34:59 UTC (rev 100334) @@ -1,21 +0,0 @@ -pkgname=gnote - -post_install() { -glib-compile-schemas usr/share/glib-2.0/schemas -gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -update-desktop-database -q -} - -pre_upgrade() { -if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then -usr/sbin/gconfpkg --uninstall ${pkgname} -fi -} - -post_upgrade() { -post_install -} - -post_remove() { -post_install -} Copied: gnote/repos/community-i686/gnote.install (from rev 100333, gnote/trunk/gnote.install) === --- community-i686/gnote.install(rev 0) +++ community-i686/gnote.install2013-11-02 11:34:59 UTC (rev 100334) @@ -0,0 +1,21 @@ +pkgname=gnote + +post_install() { +glib-compile-schemas usr/share/glib-2.0/schemas +gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +update-desktop-database -q +} + +pre_upgrade() { +if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then +usr/sbin/gconfpkg --uninstall ${pkgname} +fi +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +} Deleted: community-x86_64/PKGBUILD =
[arch-commits] Commit in gnote/trunk (PKGBUILD)
Date: Saturday, November 2, 2013 @ 12:32:00 Author: ioni Revision: 100333 update to 3.10.1 Modified: gnote/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-11-02 11:08:32 UTC (rev 100332) +++ PKGBUILD2013-11-02 11:32:00 UTC (rev 100333) @@ -2,7 +2,7 @@ # Maintainer: Ionut Biru # Contributor: uastasi pkgname=gnote -pkgver=3.10.0 +pkgver=3.10.1 pkgrel=1 pkgdesc="A note taking application." arch=('i686' 'x86_64') @@ -12,7 +12,7 @@ makedepends=('intltool' 'itstool' 'boost') install=gnote.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('10dedfde2f7748f67eda4f334505c7e8ff2b86286d2c9feb3c43e7261684b71b') +sha256sums=('8466343c43cb5fb223a7abfe43e6e963f64403f96a3c823f5a37474e83d5e1a0') build() { cd $pkgname-$pkgver
[arch-commits] Commit in eclipse/repos (20 files)
Date: Saturday, November 2, 2013 @ 11:00:23 Author: ioni Revision: 198727 archrelease: copy trunk to extra-i686, extra-x86_64 Added: eclipse/repos/extra-i686/PKGBUILD (from rev 198726, eclipse/trunk/PKGBUILD) eclipse/repos/extra-i686/eclipse.desktop (from rev 198726, eclipse/trunk/eclipse.desktop) eclipse/repos/extra-i686/eclipse.install (from rev 198726, eclipse/trunk/eclipse.install) eclipse/repos/extra-i686/eclipse.sh (from rev 198726, eclipse/trunk/eclipse.sh) eclipse/repos/extra-i686/eclipse.svg (from rev 198726, eclipse/trunk/eclipse.svg) eclipse/repos/extra-x86_64/PKGBUILD (from rev 198726, eclipse/trunk/PKGBUILD) eclipse/repos/extra-x86_64/eclipse.desktop (from rev 198726, eclipse/trunk/eclipse.desktop) eclipse/repos/extra-x86_64/eclipse.install (from rev 198726, eclipse/trunk/eclipse.install) eclipse/repos/extra-x86_64/eclipse.sh (from rev 198726, eclipse/trunk/eclipse.sh) eclipse/repos/extra-x86_64/eclipse.svg (from rev 198726, eclipse/trunk/eclipse.svg) Deleted: eclipse/repos/extra-i686/PKGBUILD eclipse/repos/extra-i686/eclipse.desktop eclipse/repos/extra-i686/eclipse.install eclipse/repos/extra-i686/eclipse.sh eclipse/repos/extra-i686/eclipse.svg eclipse/repos/extra-x86_64/PKGBUILD eclipse/repos/extra-x86_64/eclipse.desktop eclipse/repos/extra-x86_64/eclipse.install eclipse/repos/extra-x86_64/eclipse.sh eclipse/repos/extra-x86_64/eclipse.svg --+ /PKGBUILD| 88 + /eclipse.desktop | 18 /eclipse.install | 22 /eclipse.sh |8 /eclipse.svg | 3246 + extra-i686/PKGBUILD | 42 extra-i686/eclipse.desktop |9 extra-i686/eclipse.install | 11 extra-i686/eclipse.sh|4 extra-i686/eclipse.svg | 1623 extra-x86_64/PKGBUILD| 42 extra-x86_64/eclipse.desktop |9 extra-x86_64/eclipse.install | 11 extra-x86_64/eclipse.sh |4 extra-x86_64/eclipse.svg | 1623 15 files changed, 3382 insertions(+), 3378 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 198726:198727 to see the changes.
[arch-commits] Commit in eclipse/trunk (PKGBUILD)
Date: Saturday, November 2, 2013 @ 10:57:24 Author: ioni Revision: 198726 fix license Modified: eclipse/trunk/PKGBUILD --+ PKGBUILD |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-11-02 09:57:08 UTC (rev 198725) +++ PKGBUILD2013-11-02 09:57:24 UTC (rev 198726) @@ -7,7 +7,7 @@ pkgname=eclipse pkgver=4.3.1 -pkgrel=1 +pkgrel=2 _date=201309111000 pkgdesc="An IDE for Java and other languages" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ depends=('java-environment' 'gtk2' 'unzip' 'webkitgtk2' 'libxtst') install=${pkgname}.install makedepends=('zip') -license=("EPL/1.1") +license=("EPL/1.0") source=("ftp://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops4/R-$pkgver-${_date}/$pkgname-SDK-$pkgver-linux-gtk.tar.gz"; 'eclipse.sh' 'eclipse.desktop' 'eclipse.svg') md5sums=('04880311281ff9de71a7d1def630b29e' @@ -27,7 +27,7 @@ package() { # install eclipse - install -m755 -d "$pkgdir/usr/share" + install -m755 -d "$pkgdir/usr/share/licenses/eclipse/" mv eclipse "$pkgdir/usr/share/" # install misc @@ -39,4 +39,6 @@ install -Dm644 "$srcdir"/eclipse.svg \ "$pkgdir"/usr/share/icons/hicolor/scalable/apps/eclipse.svg sed -i "s|#!/usr/bin/python|#!/usr/bin/python2|" "$pkgdir"/usr/share/eclipse/plugins/org.apache.ant_1.8.4.v201303080030/bin/runant.py + + mv $pkgdir/usr/share/eclipse/epl-v10.html "$pkgdir/usr/share/licenses/eclipse/epl-v10.html" }
[arch-commits] Commit in pyopenssl/repos (4 files)
Date: Saturday, November 2, 2013 @ 10:07:53 Author: ioni Revision: 198719 archrelease: copy trunk to extra-i686, extra-x86_64 Added: pyopenssl/repos/extra-i686/PKGBUILD (from rev 198718, pyopenssl/trunk/PKGBUILD) pyopenssl/repos/extra-x86_64/PKGBUILD (from rev 198718, pyopenssl/trunk/PKGBUILD) Deleted: pyopenssl/repos/extra-i686/PKGBUILD pyopenssl/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 92 extra-i686/PKGBUILD | 46 extra-x86_64/PKGBUILD | 46 3 files changed, 92 insertions(+), 92 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-11-02 09:07:23 UTC (rev 198718) +++ extra-i686/PKGBUILD 2013-11-02 09:07:53 UTC (rev 198719) @@ -1,46 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Sergej Pupykin - -pkgbase=pyopenssl -pkgname=('python-pyopenssl' 'python2-pyopenssl') -pkgver=0.13 -pkgrel=2 -arch=('i686' 'x86_64') -url="http://pypi.python.org/pypi/pyOpenSSL"; -license=('LGPL2.1') -makedepends=('python' 'python2' 'openssl') -source=(http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-${pkgver}.tar.gz) -md5sums=('767bca18a71178ca353dff9e10941929') - -build() { -cd "${srcdir}" -cp -a "pyOpenSSL-${pkgver}"{,-python2} - -#build python 3 module -cd "pyOpenSSL-${pkgver}" -python setup.py build - -#build python 2 module -cd ../"pyOpenSSL-${pkgver}-python2" -python2 setup.py build -} - -package_python-pyopenssl(){ -pkgdesc="Python3 wrapper module around the OpenSSL library" -depends=('python>=3.3' 'openssl') -replaces=('pyopenssl') -provides=('pyopenssl') -conflicts=('pyopenssl') - -cd "${srcdir}/pyOpenSSL-${pkgver}" -python setup.py install --root "${pkgdir}" --optimize=1 -} - -package_python2-pyopenssl(){ -pkgdesc="Python2 wrapper module around the OpenSSL library" -depends=('python2>=2.7' 'openssl') - -cd "${srcdir}/pyOpenSSL-${pkgver}-python2" -python2 setup.py install --root "${pkgdir}" --optimize=1 -} Copied: pyopenssl/repos/extra-i686/PKGBUILD (from rev 198718, pyopenssl/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-11-02 09:07:53 UTC (rev 198719) @@ -0,0 +1,46 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Sergej Pupykin + +pkgbase=pyopenssl +pkgname=('python-pyopenssl' 'python2-pyopenssl') +pkgver=0.13.1 +pkgrel=1 +arch=('i686' 'x86_64') +url="http://pypi.python.org/pypi/pyOpenSSL"; +license=('LGPL2.1') +makedepends=('python' 'python2' 'openssl') +source=(http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-${pkgver}.tar.gz) +md5sums=('e27a3b76734c39ea03952ca94cc56715') + +build() { +cd "${srcdir}" +cp -a "pyOpenSSL-${pkgver}"{,-python2} + +#build python 3 module +cd "pyOpenSSL-${pkgver}" +python setup.py build + +#build python 2 module +cd ../"pyOpenSSL-${pkgver}-python2" +python2 setup.py build +} + +package_python-pyopenssl(){ +pkgdesc="Python3 wrapper module around the OpenSSL library" +depends=('python>=3.3' 'openssl') +replaces=('pyopenssl') +provides=('pyopenssl') +conflicts=('pyopenssl') + +cd "${srcdir}/pyOpenSSL-${pkgver}" +python setup.py install --root "${pkgdir}" --optimize=1 +} + +package_python2-pyopenssl(){ +pkgdesc="Python2 wrapper module around the OpenSSL library" +depends=('python2>=2.7' 'openssl') + +cd "${srcdir}/pyOpenSSL-${pkgver}-python2" +python2 setup.py install --root "${pkgdir}" --optimize=1 +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2013-11-02 09:07:23 UTC (rev 198718) +++ extra-x86_64/PKGBUILD 2013-11-02 09:07:53 UTC (rev 198719) @@ -1,46 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Sergej Pupykin - -pkgbase=pyopenssl -pkgname=('python-pyopenssl' 'python2-pyopenssl') -pkgver=0.13 -pkgrel=2 -arch=('i686' 'x86_64') -url="http://pypi.python.org/pypi/pyOpenSSL"; -license=('LGPL2.1') -makedepends=('python' 'python2' 'openssl') -source=(http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-${pkgver}.tar.gz) -md5sums=('767bca18a71178ca353dff9e10941929') - -build() { -cd "${srcdir}" -cp -a "pyOpenSSL-${pkgver}"{,-python2} - -#build python 3 module -cd "pyOpenSSL-${pkgver}" -python setup.py build - -#build python 2 module -cd ../"pyOpenSSL-${pkgver}-python2" -python2 setup.py build -} - -package_python-pyopenssl(){ -pkgdesc="Python3 wrapper module around the OpenSSL library" -depends=('python>=3.3' 'openssl') -replaces=('pyopenssl') -provides=('pyopenssl') -conflicts=('pyopenssl') - -cd "${srcdir}/pyOpenSSL-${pkgver}" -python setup.py install --root "$
[arch-commits] Commit in pyopenssl/trunk (PKGBUILD)
Date: Saturday, November 2, 2013 @ 10:07:23 Author: ioni Revision: 198718 update to 0.13.1 Modified: pyopenssl/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-11-02 09:04:22 UTC (rev 198717) +++ PKGBUILD2013-11-02 09:07:23 UTC (rev 198718) @@ -4,14 +4,14 @@ pkgbase=pyopenssl pkgname=('python-pyopenssl' 'python2-pyopenssl') -pkgver=0.13 -pkgrel=2 +pkgver=0.13.1 +pkgrel=1 arch=('i686' 'x86_64') url="http://pypi.python.org/pypi/pyOpenSSL"; license=('LGPL2.1') makedepends=('python' 'python2' 'openssl') source=(http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-${pkgver}.tar.gz) -md5sums=('767bca18a71178ca353dff9e10941929') +md5sums=('e27a3b76734c39ea03952ca94cc56715') build() { cd "${srcdir}"
[arch-commits] Commit in sofia-sip/repos (4 files)
Date: Saturday, November 2, 2013 @ 10:04:22 Author: ioni Revision: 198717 archrelease: copy trunk to extra-i686, extra-x86_64 Added: sofia-sip/repos/extra-i686/PKGBUILD (from rev 198716, sofia-sip/trunk/PKGBUILD) sofia-sip/repos/extra-x86_64/PKGBUILD (from rev 198716, sofia-sip/trunk/PKGBUILD) Deleted: sofia-sip/repos/extra-i686/PKGBUILD sofia-sip/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 50 extra-i686/PKGBUILD | 25 extra-x86_64/PKGBUILD | 25 3 files changed, 50 insertions(+), 50 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-11-02 09:03:54 UTC (rev 198716) +++ extra-i686/PKGBUILD 2013-11-02 09:04:22 UTC (rev 198717) @@ -1,25 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Bjorn Lindeijer -pkgname=sofia-sip -pkgver=1.12.11 -pkgrel=1 -pkgdesc="An open-source SIP User-Agent library" -arch=('i686' 'x86_64') -url="http://sofia-sip.sourceforge.net"; -options=('zipman') -license=('LGPL') -depends=('glib2' 'openssl') -source=(http://downloads.sourceforge.net/sofia-sip/${pkgname}-${pkgver}.tar.gz) -md5sums=('f3582c62080eeecd3fa4cd5d4ccb4225') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --with-openssl - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: sofia-sip/repos/extra-i686/PKGBUILD (from rev 198716, sofia-sip/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-11-02 09:04:22 UTC (rev 198717) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Bjorn Lindeijer +pkgname=sofia-sip +pkgver=1.12.11 +pkgrel=2 +pkgdesc="An open-source SIP User-Agent library" +arch=('i686' 'x86_64') +url="http://sofia-sip.sourceforge.net"; +options=('zipman') +license=('LGPL') +depends=('glib2' 'openssl') +source=(http://downloads.sourceforge.net/sofia-sip/${pkgname}-${pkgver}.tar.gz) +md5sums=('f3582c62080eeecd3fa4cd5d4ccb4225') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --with-openssl + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2013-11-02 09:03:54 UTC (rev 198716) +++ extra-x86_64/PKGBUILD 2013-11-02 09:04:22 UTC (rev 198717) @@ -1,25 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Bjorn Lindeijer -pkgname=sofia-sip -pkgver=1.12.11 -pkgrel=1 -pkgdesc="An open-source SIP User-Agent library" -arch=('i686' 'x86_64') -url="http://sofia-sip.sourceforge.net"; -options=('zipman') -license=('LGPL') -depends=('glib2' 'openssl') -source=(http://downloads.sourceforge.net/sofia-sip/${pkgname}-${pkgver}.tar.gz) -md5sums=('f3582c62080eeecd3fa4cd5d4ccb4225') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --with-openssl - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} Copied: sofia-sip/repos/extra-x86_64/PKGBUILD (from rev 198716, sofia-sip/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2013-11-02 09:04:22 UTC (rev 198717) @@ -0,0 +1,25 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Bjorn Lindeijer +pkgname=sofia-sip +pkgver=1.12.11 +pkgrel=2 +pkgdesc="An open-source SIP User-Agent library" +arch=('i686' 'x86_64') +url="http://sofia-sip.sourceforge.net"; +options=('zipman') +license=('LGPL') +depends=('glib2' 'openssl') +source=(http://downloads.sourceforge.net/sofia-sip/${pkgname}-${pkgver}.tar.gz) +md5sums=('f3582c62080eeecd3fa4cd5d4ccb4225') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --with-openssl + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in sofia-sip/trunk (PKGBUILD)
Date: Saturday, November 2, 2013 @ 10:03:54 Author: ioni Revision: 198716 remove static libs rebuild Modified: sofia-sip/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-11-02 08:58:54 UTC (rev 198715) +++ PKGBUILD2013-11-02 09:03:54 UTC (rev 198716) @@ -3,7 +3,7 @@ # Contributor: Bjorn Lindeijer pkgname=sofia-sip pkgver=1.12.11 -pkgrel=1 +pkgrel=2 pkgdesc="An open-source SIP User-Agent library" arch=('i686' 'x86_64') url="http://sofia-sip.sourceforge.net"; @@ -14,12 +14,12 @@ md5sums=('f3582c62080eeecd3fa4cd5d4ccb4225') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd $pkgname-$pkgver ./configure --prefix=/usr --with-openssl make } package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install }
[arch-commits] Commit in libtorrent-rasterbar/repos (6 files)
Date: Saturday, November 2, 2013 @ 09:58:54 Author: ioni Revision: 198715 archrelease: copy trunk to extra-i686, extra-x86_64 Added: libtorrent-rasterbar/repos/extra-i686/PKGBUILD (from rev 198714, libtorrent-rasterbar/trunk/PKGBUILD) libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD (from rev 198714, libtorrent-rasterbar/trunk/PKGBUILD) Deleted: libtorrent-rasterbar/repos/extra-i686/PKGBUILD libtorrent-rasterbar/repos/extra-i686/boost-154.patch libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD libtorrent-rasterbar/repos/extra-x86_64/boost-154.patch --+ /PKGBUILD| 62 + extra-i686/PKGBUILD | 38 - extra-i686/boost-154.patch | 11 --- extra-x86_64/PKGBUILD| 38 - extra-x86_64/boost-154.patch | 11 --- 5 files changed, 62 insertions(+), 98 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-11-02 08:58:18 UTC (rev 198714) +++ extra-i686/PKGBUILD 2013-11-02 08:58:54 UTC (rev 198715) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Hugo Doria - -pkgname=libtorrent-rasterbar -pkgver=0.16.10 -pkgrel=2 -epoch=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/"; -arch=('i686' 'x86_64') -license=('BSD') -depends=('boost-libs' 'geoip' 'python2') -makedepends=('boost') -options=('!emptydirs') -source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz -'boost-154.patch') -sha1sums=('8b24442132e52f8765c79b20ffdea8b33bc5aa42' - 'b1e66ffbeba5c2b217bc0d02bc2c49aa6b603fa3') - -prepare() { - cd $pkgname-$pkgver - patch -p1 -i "${srcdir}"/boost-154.patch -} - -build() { - cd $pkgname-$pkgver - PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ - --enable-python-binding \ - --with-libgeoip=system - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install - install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} Copied: libtorrent-rasterbar/repos/extra-i686/PKGBUILD (from rev 198714, libtorrent-rasterbar/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-11-02 08:58:54 UTC (rev 198715) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Hugo Doria + +pkgname=libtorrent-rasterbar +pkgver=0.16.12 +pkgrel=1 +epoch=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/"; +arch=('i686' 'x86_64') +license=('BSD') +depends=('boost-libs' 'geoip' 'python2') +makedepends=('boost') +options=('!emptydirs') +source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz) +sha1sums=('cd326fd2609c3d00c25dabdd441a0704efbf0207') + +build() { + cd $pkgname-$pkgver + PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ + --enable-python-binding \ + --with-libgeoip=system + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install + install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} Deleted: extra-i686/boost-154.patch === --- extra-i686/boost-154.patch 2013-11-02 08:58:18 UTC (rev 198714) +++ extra-i686/boost-154.patch 2013-11-02 08:58:54 UTC (rev 198715) @@ -1,11 +0,0 @@ libtorrent-rasterbar-0.16.10/include/libtorrent/disk_buffer_pool.hpp~ 2013-07-11 07:37:03.057798742 + -+++ libtorrent-rasterbar-0.16.10/include/libtorrent/disk_buffer_pool.hpp 2013-07-11 07:37:27.110960260 + -@@ -33,6 +33,8 @@ - #ifndef TORRENT_DISK_BUFFER_POOL - #define TORRENT_DISK_BUFFER_POOL - -+#include -+ - #include "libtorrent/config.hpp" - #include "libtorrent/thread.hpp" - #include "libtorrent/session_settings.hpp" Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2013-11-02 08:58:18 UTC (rev 198714) +++ extra-x86_64/PKGBUILD 2013-11-02 08:58:54 UTC (rev 198715) @@ -1,38 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Hugo Doria - -pkgname=libtorrent-rasterbar -pkgver=0.16.10 -pkgrel=2 -epoch=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/"; -arch=('i686' 'x86_64') -license=('BSD') -depends=('boost-libs' 'geoip' 'python2') -makedepends=('boost') -options=('!emptydirs') -source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz -'boost-154.patch') -sha1sums=('8b24442132e52f8765c79b20ffdea8b33bc5aa42' - 'b1e66ffbeba5c2b217bc0d02bc2c49
[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD boost-154.patch)
Date: Saturday, November 2, 2013 @ 09:57:43 Author: ioni Revision: 198713 pdate to 0.16.12 Modified: libtorrent-rasterbar/trunk/PKGBUILD Deleted: libtorrent-rasterbar/trunk/boost-154.patch -+ PKGBUILD| 15 --- boost-154.patch | 11 --- 2 files changed, 4 insertions(+), 22 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-11-02 08:56:37 UTC (rev 198712) +++ PKGBUILD2013-11-02 08:57:43 UTC (rev 198713) @@ -3,8 +3,8 @@ # Contributor: Hugo Doria pkgname=libtorrent-rasterbar -pkgver=0.16.10 -pkgrel=2 +pkgver=0.16.12 +pkgrel=1 epoch=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/"; @@ -13,16 +13,9 @@ depends=('boost-libs' 'geoip' 'python2') makedepends=('boost') options=('!emptydirs') -source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz -'boost-154.patch') -sha1sums=('8b24442132e52f8765c79b20ffdea8b33bc5aa42' - 'b1e66ffbeba5c2b217bc0d02bc2c49aa6b603fa3') +source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz) +sha1sums=('cd326fd2609c3d00c25dabdd441a0704efbf0207') -prepare() { - cd $pkgname-$pkgver - patch -p1 -i "${srcdir}"/boost-154.patch -} - build() { cd $pkgname-$pkgver PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ Deleted: boost-154.patch === --- boost-154.patch 2013-11-02 08:56:37 UTC (rev 198712) +++ boost-154.patch 2013-11-02 08:57:43 UTC (rev 198713) @@ -1,11 +0,0 @@ libtorrent-rasterbar-0.16.10/include/libtorrent/disk_buffer_pool.hpp~ 2013-07-11 07:37:03.057798742 + -+++ libtorrent-rasterbar-0.16.10/include/libtorrent/disk_buffer_pool.hpp 2013-07-11 07:37:27.110960260 + -@@ -33,6 +33,8 @@ - #ifndef TORRENT_DISK_BUFFER_POOL - #define TORRENT_DISK_BUFFER_POOL - -+#include -+ - #include "libtorrent/config.hpp" - #include "libtorrent/thread.hpp" - #include "libtorrent/session_settings.hpp"
[arch-commits] Commit in telepathy-gabble/repos (8 files)
Date: Saturday, November 2, 2013 @ 09:58:18 Author: ioni Revision: 198714 archrelease: copy trunk to extra-i686, extra-x86_64 Added: telepathy-gabble/repos/extra-i686/PKGBUILD (from rev 198713, telepathy-gabble/trunk/PKGBUILD) telepathy-gabble/repos/extra-i686/telepathy-gabble.install (from rev 198713, telepathy-gabble/trunk/telepathy-gabble.install) telepathy-gabble/repos/extra-x86_64/PKGBUILD (from rev 198713, telepathy-gabble/trunk/PKGBUILD) telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install (from rev 198713, telepathy-gabble/trunk/telepathy-gabble.install) Deleted: telepathy-gabble/repos/extra-i686/PKGBUILD telepathy-gabble/repos/extra-i686/telepathy-gabble.install telepathy-gabble/repos/extra-x86_64/PKGBUILD telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install ---+ /PKGBUILD | 62 /telepathy-gabble.install | 26 + extra-i686/PKGBUILD | 31 extra-i686/telepathy-gabble.install | 13 -- extra-x86_64/PKGBUILD | 31 extra-x86_64/telepathy-gabble.install | 13 -- 6 files changed, 88 insertions(+), 88 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-11-02 08:57:43 UTC (rev 198713) +++ extra-i686/PKGBUILD 2013-11-02 08:58:18 UTC (rev 198714) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Daniel Balieiro -# Contributor: Rodrigo L. M. Flores -pkgname=telepathy-gabble -pkgver=0.18.1 -pkgrel=1 -pkgdesc="A Jabber/XMPP connection manager for Telepathy" -arch=('i686' 'x86_64') -url="http://telepathy.freedesktop.org"; -groups=('telepathy') -license=('LGPL2.1') -depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite') -makedepends=('libxslt' 'python2') -options=('!emptydirs') -source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -install=telepathy-gabble.install -md5sums=('a5384758df829b80d47fbc8a672609ad') - -build() { - cd $pkgname-$pkgver - PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ - --libexecdir=/usr/lib/telepathy --with-tls=openssl - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install - sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" "$pkgdir/usr/bin/telepathy-gabble-xmpp-console" -} Copied: telepathy-gabble/repos/extra-i686/PKGBUILD (from rev 198713, telepathy-gabble/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-11-02 08:58:18 UTC (rev 198714) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Daniel Balieiro +# Contributor: Rodrigo L. M. Flores +pkgname=telepathy-gabble +pkgver=0.18.1 +pkgrel=2 +pkgdesc="A Jabber/XMPP connection manager for Telepathy" +arch=('i686' 'x86_64') +url="http://telepathy.freedesktop.org"; +groups=('telepathy') +license=('LGPL2.1') +depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite') +makedepends=('libxslt' 'python2') +options=('!emptydirs') +source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) +install=telepathy-gabble.install +md5sums=('a5384758df829b80d47fbc8a672609ad') + +build() { + cd $pkgname-$pkgver + PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ + --libexecdir=/usr/lib/telepathy --with-tls=openssl + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install + sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" "$pkgdir/usr/bin/telepathy-gabble-xmpp-console" +} Deleted: extra-i686/telepathy-gabble.install === --- extra-i686/telepathy-gabble.install 2013-11-02 08:57:43 UTC (rev 198713) +++ extra-i686/telepathy-gabble.install 2013-11-02 08:58:18 UTC (rev 198714) @@ -1,13 +0,0 @@ -post_install() { - killall -HUP dbus-daemon 2>&1 -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} - -# vim:set ts=2 sw=2 et: Copied: telepathy-gabble/repos/extra-i686/telepathy-gabble.install (from rev 198713, telepathy-gabble/trunk/telepathy-gabble.install) === --- extra-i686/telepathy-gabble.install (rev 0) +++ extra-i686/telepathy-gabble.install 2013-11-02 08:58:18 UTC (rev 198714) @@ -0,0 +1,13 @@ +post_install() { + killall -HUP dbus-daemon 2>&1 +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} + +# vim:set ts=2 sw=2 et: Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2013-11-02 08:57:43 UTC (rev 198713) +++ extra-x86_64/PKGBUILD 2013-11-02 08:58:18 UTC (rev 198714) @@ -1,31 +0,0 @@ -# $Id$ -# Maintain
[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)
Date: Saturday, November 2, 2013 @ 09:56:37 Author: ioni Revision: 198712 remove static libs rebuild Modified: telepathy-gabble/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2013-11-02 08:52:08 UTC (rev 198711) +++ PKGBUILD2013-11-02 08:56:37 UTC (rev 198712) @@ -4,7 +4,7 @@ # Contributor: Rodrigo L. M. Flores pkgname=telepathy-gabble pkgver=0.18.1 -pkgrel=1 +pkgrel=2 pkgdesc="A Jabber/XMPP connection manager for Telepathy" arch=('i686' 'x86_64') url="http://telepathy.freedesktop.org";
[arch-commits] Commit in iptraf-ng/repos (6 files)
Date: Saturday, November 2, 2013 @ 09:25:46 Author: ioni Revision: 198707 archrelease: copy trunk to extra-i686, extra-x86_64 Added: iptraf-ng/repos/extra-i686/PKGBUILD (from rev 198706, iptraf-ng/trunk/PKGBUILD) iptraf-ng/repos/extra-x86_64/PKGBUILD (from rev 198706, iptraf-ng/trunk/PKGBUILD) Deleted: iptraf-ng/repos/extra-i686/PKGBUILD iptraf-ng/repos/extra-i686/iptraf-ng-linux-3.5-compat.patch iptraf-ng/repos/extra-x86_64/PKGBUILD iptraf-ng/repos/extra-x86_64/iptraf-ng-linux-3.5-compat.patch ---+ /PKGBUILD | 54 ++ extra-i686/PKGBUILD | 34 -- extra-i686/iptraf-ng-linux-3.5-compat.patch | 127 extra-x86_64/PKGBUILD | 34 -- extra-x86_64/iptraf-ng-linux-3.5-compat.patch | 127 5 files changed, 54 insertions(+), 322 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-11-02 08:25:17 UTC (rev 198706) +++ extra-i686/PKGBUILD 2013-11-02 08:25:46 UTC (rev 198707) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru -# Maintainer: sh0 - -pkgname=iptraf-ng -pkgver=1.1.3.1 -pkgrel=2 -pkgdesc="A console-based network monitoring utility (a fork of original iptraf)" -url="https://fedorahosted.org/iptraf-ng/"; -arch=('i686' 'x86_64') -depends=('ncurses') -license=('GPL2') -replaces=('iptraf') -source=(https://fedorahosted.org/releases/i/p/$pkgname/$pkgname-$pkgver.tar.gz -iptraf-ng-linux-3.5-compat.patch) -md5sums=('1a2c02944b0b012d6a3de96207610fa2' - 'd2ddee5f9ff485155235f7cb4671d8fb') - -prepare() { - cd "$pkgname-$pkgver" - patch -p1 -i ${srcdir}/iptraf-ng-linux-3.5-compat.patch -} - -build() { - cd "$pkgname-$pkgver" - ./configure --prefix=/usr --sysconfdir=/etc \ - --localstatedir=/var --sbindir=/usr/bin - make CFLAGS="$CFLAGS -std=gnu99" -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR=$pkgdir install -} Copied: iptraf-ng/repos/extra-i686/PKGBUILD (from rev 198706, iptraf-ng/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-11-02 08:25:46 UTC (rev 198707) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Ionut Biru +# Maintainer: sh0 + +pkgname=iptraf-ng +pkgver=1.1.4 +pkgrel=1 +pkgdesc="A console-based network monitoring utility (a fork of original iptraf)" +url="https://fedorahosted.org/iptraf-ng/"; +arch=('i686' 'x86_64') +depends=('ncurses') +license=('GPL2') +replaces=('iptraf') +source=(https://fedorahosted.org/releases/i/p/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('de27cfeeede96e2acfb0edc8439b034a') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr --sysconfdir=/etc \ + --localstatedir=/var --sbindir=/usr/bin + make CFLAGS="$CFLAGS -std=gnu99" +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR=$pkgdir install +} Deleted: extra-i686/iptraf-ng-linux-3.5-compat.patch === --- extra-i686/iptraf-ng-linux-3.5-compat.patch 2013-11-02 08:25:17 UTC (rev 198706) +++ extra-i686/iptraf-ng-linux-3.5-compat.patch 2013-11-02 08:25:46 UTC (rev 198707) @@ -1,127 +0,0 @@ -From 72512af1a3f1d55fff73cdfe7b63d9cfe8cc37ab Mon Sep 17 00:00:00 2001 -From: Nikola Pajkovsky -Date: Wed, 23 May 2012 16:32:27 +0200 -Subject: [PATCH 01/91] token-ring: kernel v3.5 kill off token-ring support - -Signed-off-by: Nikola Pajkovsky - src/hostmon.c | 10 -- - src/iptraf-ng-compat.h | 1 - - src/othptab.c | 6 -- - src/packet.c | 27 --- - src/tcptable.c | 4 - 5 files changed, 48 deletions(-) - -diff --git a/src/hostmon.c b/src/hostmon.c -index 40a2b95..72b91f8 100644 a/src/hostmon.c -+++ b/src/hostmon.c -@@ -1004,16 +1004,6 @@ void hostmon(const struct OPTIONS *options, time_t facilitytime, char *ifptr, - FDDI_K_ALEN); - list = flist; - break; } -- case ARPHRD_IEEE802: -- case ARPHRD_IEEE802_TR: { -- struct trh_hdr *hdr_trh = -- (struct trh_hdr *)pkt.pkt_buf; -- memcpy(scratch_saddr, hdr_trh->saddr, -- TR_ALEN); -- memcpy(scratch_daddr, hdr_trh->daddr, -- TR_ALEN); -- list = flist; -- break; } - default: - /* unknown link protocol */ - continue; -diff --git a/src/iptraf-ng-compat.h b/src/iptraf-ng-compat.h -index d5aee4a..2d9d
[arch-commits] Commit in iptraf-ng/trunk (PKGBUILD iptraf-ng-linux-3.5-compat.patch)
Date: Saturday, November 2, 2013 @ 09:25:17 Author: ioni Revision: 198706 update to 1.1.4 Modified: iptraf-ng/trunk/PKGBUILD Deleted: iptraf-ng/trunk/iptraf-ng-linux-3.5-compat.patch --+ PKGBUILD | 15 +--- iptraf-ng-linux-3.5-compat.patch | 127 - 2 files changed, 4 insertions(+), 138 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-11-02 08:21:07 UTC (rev 198705) +++ PKGBUILD2013-11-02 08:25:17 UTC (rev 198706) @@ -3,8 +3,8 @@ # Maintainer: sh0 pkgname=iptraf-ng -pkgver=1.1.3.1 -pkgrel=2 +pkgver=1.1.4 +pkgrel=1 pkgdesc="A console-based network monitoring utility (a fork of original iptraf)" url="https://fedorahosted.org/iptraf-ng/"; arch=('i686' 'x86_64') @@ -11,16 +11,9 @@ depends=('ncurses') license=('GPL2') replaces=('iptraf') -source=(https://fedorahosted.org/releases/i/p/$pkgname/$pkgname-$pkgver.tar.gz -iptraf-ng-linux-3.5-compat.patch) -md5sums=('1a2c02944b0b012d6a3de96207610fa2' - 'd2ddee5f9ff485155235f7cb4671d8fb') +source=(https://fedorahosted.org/releases/i/p/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('de27cfeeede96e2acfb0edc8439b034a') -prepare() { - cd "$pkgname-$pkgver" - patch -p1 -i ${srcdir}/iptraf-ng-linux-3.5-compat.patch -} - build() { cd "$pkgname-$pkgver" ./configure --prefix=/usr --sysconfdir=/etc \ Deleted: iptraf-ng-linux-3.5-compat.patch === --- iptraf-ng-linux-3.5-compat.patch2013-11-02 08:21:07 UTC (rev 198705) +++ iptraf-ng-linux-3.5-compat.patch2013-11-02 08:25:17 UTC (rev 198706) @@ -1,127 +0,0 @@ -From 72512af1a3f1d55fff73cdfe7b63d9cfe8cc37ab Mon Sep 17 00:00:00 2001 -From: Nikola Pajkovsky -Date: Wed, 23 May 2012 16:32:27 +0200 -Subject: [PATCH 01/91] token-ring: kernel v3.5 kill off token-ring support - -Signed-off-by: Nikola Pajkovsky - src/hostmon.c | 10 -- - src/iptraf-ng-compat.h | 1 - - src/othptab.c | 6 -- - src/packet.c | 27 --- - src/tcptable.c | 4 - 5 files changed, 48 deletions(-) - -diff --git a/src/hostmon.c b/src/hostmon.c -index 40a2b95..72b91f8 100644 a/src/hostmon.c -+++ b/src/hostmon.c -@@ -1004,16 +1004,6 @@ void hostmon(const struct OPTIONS *options, time_t facilitytime, char *ifptr, - FDDI_K_ALEN); - list = flist; - break; } -- case ARPHRD_IEEE802: -- case ARPHRD_IEEE802_TR: { -- struct trh_hdr *hdr_trh = -- (struct trh_hdr *)pkt.pkt_buf; -- memcpy(scratch_saddr, hdr_trh->saddr, -- TR_ALEN); -- memcpy(scratch_daddr, hdr_trh->daddr, -- TR_ALEN); -- list = flist; -- break; } - default: - /* unknown link protocol */ - continue; -diff --git a/src/iptraf-ng-compat.h b/src/iptraf-ng-compat.h -index d5aee4a..2d9da96 100644 a/src/iptraf-ng-compat.h -+++ b/src/iptraf-ng-compat.h -@@ -39,7 +39,6 @@ - #include - #include - #include --#include - #include - #include - -diff --git a/src/othptab.c b/src/othptab.c -index d12cdfd..1181eb1 100644 a/src/othptab.c -+++ b/src/othptab.c -@@ -193,12 +193,6 @@ struct othptabent *add_othp_entry(struct othptable *table, struct pkt_hdr *pkt, - saddr), new_entry->smacaddr); - convmacaddr((char *) (((struct fddihdr *) packet)-> - daddr), new_entry->dmacaddr); -- } else if ((pkt->pkt_hatype == ARPHRD_IEEE802) -- || (pkt->pkt_hatype == ARPHRD_IEEE802_TR)) { -- convmacaddr((char *) (((struct trh_hdr *) packet)-> --saddr), new_entry->smacaddr); -- convmacaddr((char *) (((struct trh_hdr *) packet)-> --daddr), new_entry->dmacaddr); - } - } - -diff --git a/src/packet.c b/src/packet.c -index a43a27a..f3e4304 100644 a/src/packet.c -+++ b/src/packet.c -@@ -51,24 +51,6 @@ static int in_cksum(u_short * addr, int len) - return (u_short) (~sum); - } - --static unsigned int get_tr_ip_offset(char *pkt) --{ -- struct trh_hdr *trh; -- unsigned int riflen = 0; -- -- trh = (struct trh_hdr *) pkt; -- -- /* -- * Check if this packet has TR routing information and get -- * its length. -- */ -- if (trh->saddr[0] & TR_RII) -- r
[arch-commits] Commit in telepathy-haze/trunk (PKGBUILD)
Date: Saturday, November 2, 2013 @ 09:20:42 Author: ioni Revision: 198704 update to 0.8.0 Modified: telepathy-haze/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-11-02 08:15:39 UTC (rev 198703) +++ PKGBUILD2013-11-02 08:20:42 UTC (rev 198704) @@ -2,7 +2,7 @@ # Maintainer: Ionut Biru # Contributor: Timm Preetz pkgname=telepathy-haze -pkgver=0.7.0 +pkgver=0.8.0 pkgrel=1 pkgdesc="A telepathy-backend to use libpurple (Pidgin) protocols." arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ install=telepathy-haze.install groups=('telepathy') source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('85ae58b06a3a94ccfab7080a834bc684') +md5sums=('b9ee3638833fb50db6276d1b771820b0') build() { cd "$pkgname-$pkgver"
[arch-commits] Commit in telepathy-haze/repos (8 files)
Date: Saturday, November 2, 2013 @ 09:21:07 Author: ioni Revision: 198705 archrelease: copy trunk to extra-i686, extra-x86_64 Added: telepathy-haze/repos/extra-i686/PKGBUILD (from rev 198704, telepathy-haze/trunk/PKGBUILD) telepathy-haze/repos/extra-i686/telepathy-haze.install (from rev 198704, telepathy-haze/trunk/telepathy-haze.install) telepathy-haze/repos/extra-x86_64/PKGBUILD (from rev 198704, telepathy-haze/trunk/PKGBUILD) telepathy-haze/repos/extra-x86_64/telepathy-haze.install (from rev 198704, telepathy-haze/trunk/telepathy-haze.install) Deleted: telepathy-haze/repos/extra-i686/PKGBUILD telepathy-haze/repos/extra-i686/telepathy-haze.install telepathy-haze/repos/extra-x86_64/PKGBUILD telepathy-haze/repos/extra-x86_64/telepathy-haze.install -+ /PKGBUILD | 58 ++ /telepathy-haze.install | 26 +++ extra-i686/PKGBUILD | 29 - extra-i686/telepathy-haze.install | 13 --- extra-x86_64/PKGBUILD | 29 - extra-x86_64/telepathy-haze.install | 13 --- 6 files changed, 84 insertions(+), 84 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-11-02 08:20:42 UTC (rev 198704) +++ extra-i686/PKGBUILD 2013-11-02 08:21:07 UTC (rev 198705) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru -# Contributor: Timm Preetz -pkgname=telepathy-haze -pkgver=0.7.0 -pkgrel=1 -pkgdesc="A telepathy-backend to use libpurple (Pidgin) protocols." -arch=('i686' 'x86_64') -url="http://telepathy.freedesktop.org"; -license=('GPL') -depends=('telepathy-glib' 'libpurple') -makedepends=('libxslt' 'python2') -replaces=('telepathy-butterfly') -install=telepathy-haze.install -groups=('telepathy') -source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('85ae58b06a3a94ccfab7080a834bc684') - -build() { - cd "$pkgname-$pkgver" - PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ - --libexecdir=/usr/lib/telepathy - make -} - -package(){ - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} Copied: telepathy-haze/repos/extra-i686/PKGBUILD (from rev 198704, telepathy-haze/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-11-02 08:21:07 UTC (rev 198705) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Ionut Biru +# Contributor: Timm Preetz +pkgname=telepathy-haze +pkgver=0.8.0 +pkgrel=1 +pkgdesc="A telepathy-backend to use libpurple (Pidgin) protocols." +arch=('i686' 'x86_64') +url="http://telepathy.freedesktop.org"; +license=('GPL') +depends=('telepathy-glib' 'libpurple') +makedepends=('libxslt' 'python2') +replaces=('telepathy-butterfly') +install=telepathy-haze.install +groups=('telepathy') +source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('b9ee3638833fb50db6276d1b771820b0') + +build() { + cd "$pkgname-$pkgver" + PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ + --libexecdir=/usr/lib/telepathy + make +} + +package(){ + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} Deleted: extra-i686/telepathy-haze.install === --- extra-i686/telepathy-haze.install 2013-11-02 08:20:42 UTC (rev 198704) +++ extra-i686/telepathy-haze.install 2013-11-02 08:21:07 UTC (rev 198705) @@ -1,13 +0,0 @@ -post_install() { - killall -HUP dbus-daemon 2>&1 -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} - -# vim:set ts=2 sw=2 et: Copied: telepathy-haze/repos/extra-i686/telepathy-haze.install (from rev 198704, telepathy-haze/trunk/telepathy-haze.install) === --- extra-i686/telepathy-haze.install (rev 0) +++ extra-i686/telepathy-haze.install 2013-11-02 08:21:07 UTC (rev 198705) @@ -0,0 +1,13 @@ +post_install() { + killall -HUP dbus-daemon 2>&1 +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} + +# vim:set ts=2 sw=2 et: Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2013-11-02 08:20:42 UTC (rev 198704) +++ extra-x86_64/PKGBUILD 2013-11-02 08:21:07 UTC (rev 198705) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru -# Contributor: Timm Preetz -pkgname=telepathy-haze -pkgver=0.7.0 -pkgrel=1 -pkgdesc="A telepathy-backend to use libpurple (Pidgin) protocols." -arch=('i686' 'x86_64') -url="http://telepathy.freedesktop.org"; -license=('GPL') -depends=('telepathy-glib' 'libpurple') -makedepends=('libxslt' 'python2') -replaces=('telepathy-butterfly') -install=telepathy-haze.install -groups=('telepathy')
[arch-commits] Commit in telepathy-idle/repos (8 files)
Date: Saturday, November 2, 2013 @ 09:15:39 Author: ioni Revision: 198703 archrelease: copy trunk to extra-i686, extra-x86_64 Added: telepathy-idle/repos/extra-i686/PKGBUILD (from rev 198702, telepathy-idle/trunk/PKGBUILD) telepathy-idle/repos/extra-i686/telepathy-idle.install (from rev 198702, telepathy-idle/trunk/telepathy-idle.install) telepathy-idle/repos/extra-x86_64/PKGBUILD (from rev 198702, telepathy-idle/trunk/PKGBUILD) telepathy-idle/repos/extra-x86_64/telepathy-idle.install (from rev 198702, telepathy-idle/trunk/telepathy-idle.install) Deleted: telepathy-idle/repos/extra-i686/PKGBUILD telepathy-idle/repos/extra-i686/telepathy-idle.install telepathy-idle/repos/extra-x86_64/PKGBUILD telepathy-idle/repos/extra-x86_64/telepathy-idle.install -+ /PKGBUILD | 60 ++ /telepathy-idle.install | 26 ++ extra-i686/PKGBUILD | 30 - extra-i686/telepathy-idle.install | 13 --- extra-x86_64/PKGBUILD | 30 - extra-x86_64/telepathy-idle.install | 13 --- 6 files changed, 86 insertions(+), 86 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-11-02 08:15:17 UTC (rev 198702) +++ extra-i686/PKGBUILD 2013-11-02 08:15:39 UTC (rev 198703) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru -# Contributor: Bjorn Lindeijer -# Contributor: Samuel Mendes - -pkgname=telepathy-idle -pkgver=0.1.16 -pkgrel=1 -pkgdesc="An IRC connection manager for Telepathy" -arch=('i686' 'x86_64') -url="http://telepathy.freedesktop.org"; -groups=('telepathy') -license=('LGPL') -depends=('telepathy-glib') -makedepends=('libxslt' 'python2') -install=telepathy-idle.install -source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('afabda908a798aac3a427f4564af113a') - -build() { -cd $pkgname-$pkgver -./configure --prefix=/usr \ - --libexecdir=/usr/lib/telepathy -make -} - -package() { -cd $pkgname-$pkgver -make DESTDIR="$pkgdir" install -} Copied: telepathy-idle/repos/extra-i686/PKGBUILD (from rev 198702, telepathy-idle/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-11-02 08:15:39 UTC (rev 198703) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Ionut Biru +# Contributor: Bjorn Lindeijer +# Contributor: Samuel Mendes + +pkgname=telepathy-idle +pkgver=0.2.0 +pkgrel=1 +pkgdesc="An IRC connection manager for Telepathy" +arch=('i686' 'x86_64') +url="http://telepathy.freedesktop.org"; +groups=('telepathy') +license=('LGPL') +depends=('telepathy-glib') +makedepends=('libxslt' 'python2') +install=telepathy-idle.install +source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('92a2de5198284cbd3c430b0d1a971a86') + +build() { +cd $pkgname-$pkgver +./configure --prefix=/usr \ + --libexecdir=/usr/lib/telepathy +make +} + +package() { +cd $pkgname-$pkgver +make DESTDIR="$pkgdir" install +} Deleted: extra-i686/telepathy-idle.install === --- extra-i686/telepathy-idle.install 2013-11-02 08:15:17 UTC (rev 198702) +++ extra-i686/telepathy-idle.install 2013-11-02 08:15:39 UTC (rev 198703) @@ -1,13 +0,0 @@ -post_install() { - killall -HUP dbus-daemon 2>&1 -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} - -# vim:set ts=2 sw=2 et: Copied: telepathy-idle/repos/extra-i686/telepathy-idle.install (from rev 198702, telepathy-idle/trunk/telepathy-idle.install) === --- extra-i686/telepathy-idle.install (rev 0) +++ extra-i686/telepathy-idle.install 2013-11-02 08:15:39 UTC (rev 198703) @@ -0,0 +1,13 @@ +post_install() { + killall -HUP dbus-daemon 2>&1 +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} + +# vim:set ts=2 sw=2 et: Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2013-11-02 08:15:17 UTC (rev 198702) +++ extra-x86_64/PKGBUILD 2013-11-02 08:15:39 UTC (rev 198703) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru -# Contributor: Bjorn Lindeijer -# Contributor: Samuel Mendes - -pkgname=telepathy-idle -pkgver=0.1.16 -pkgrel=1 -pkgdesc="An IRC connection manager for Telepathy" -arch=('i686' 'x86_64') -url="http://telepathy.freedesktop.org"; -groups=('telepathy') -license=('LGPL') -depends=('telepathy-glib') -makedepends=('libxslt' 'python2') -install=telepathy-idle.install -source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('afabda908a
[arch-commits] Commit in telepathy-idle/trunk (PKGBUILD)
Date: Saturday, November 2, 2013 @ 09:15:17 Author: ioni Revision: 198702 update to 0.2.0 Modified: telepathy-idle/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-11-02 08:12:22 UTC (rev 198701) +++ PKGBUILD2013-11-02 08:15:17 UTC (rev 198702) @@ -4,7 +4,7 @@ # Contributor: Samuel Mendes pkgname=telepathy-idle -pkgver=0.1.16 +pkgver=0.2.0 pkgrel=1 pkgdesc="An IRC connection manager for Telepathy" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ makedepends=('libxslt' 'python2') install=telepathy-idle.install source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('afabda908a798aac3a427f4564af113a') +md5sums=('92a2de5198284cbd3c430b0d1a971a86') build() { cd $pkgname-$pkgver
[arch-commits] Commit in telepathy-rakia/repos (10 files)
Date: Saturday, November 2, 2013 @ 09:12:22 Author: ioni Revision: 198701 archrelease: copy trunk to extra-i686, extra-x86_64 Added: telepathy-rakia/repos/extra-i686/PKGBUILD (from rev 198700, telepathy-rakia/trunk/PKGBUILD) telepathy-rakia/repos/extra-i686/telepathy-rakia.install (from rev 198700, telepathy-rakia/trunk/telepathy-rakia.install) telepathy-rakia/repos/extra-x86_64/PKGBUILD (from rev 198700, telepathy-rakia/trunk/PKGBUILD) telepathy-rakia/repos/extra-x86_64/telepathy-rakia.install (from rev 198700, telepathy-rakia/trunk/telepathy-rakia.install) Deleted: telepathy-rakia/repos/extra-i686/0001-Check-for-gio-to-avoid-linking-issue.patch telepathy-rakia/repos/extra-i686/PKGBUILD telepathy-rakia/repos/extra-i686/telepathy-rakia.install telepathy-rakia/repos/extra-x86_64/0001-Check-for-gio-to-avoid-linking-issue.patch telepathy-rakia/repos/extra-x86_64/PKGBUILD telepathy-rakia/repos/extra-x86_64/telepathy-rakia.install --+ /PKGBUILD| 56 ++ /telepathy-rakia.install | 26 extra-i686/0001-Check-for-gio-to-avoid-linking-issue.patch | 29 - extra-i686/PKGBUILD | 32 - extra-i686/telepathy-rakia.install | 13 -- extra-x86_64/0001-Check-for-gio-to-avoid-linking-issue.patch | 29 - extra-x86_64/PKGBUILD| 32 - extra-x86_64/telepathy-rakia.install | 13 -- 8 files changed, 82 insertions(+), 148 deletions(-) Deleted: extra-i686/0001-Check-for-gio-to-avoid-linking-issue.patch === --- extra-i686/0001-Check-for-gio-to-avoid-linking-issue.patch 2013-11-02 08:11:52 UTC (rev 198700) +++ extra-i686/0001-Check-for-gio-to-avoid-linking-issue.patch 2013-11-02 08:12:22 UTC (rev 198701) @@ -1,29 +0,0 @@ -From 797d2b3792a0d4c4260075c2b05a1aba63715363 Mon Sep 17 00:00:00 2001 -From: Ionut Biru -Date: Wed, 9 May 2012 17:34:10 + -Subject: [PATCH] Check for gio to avoid linking issue - -/usr/bin/ld: note: 'g_inet_address_new_from_string' is defined in DSO -/usr/lib/libgio-2.0.so.0 so try adding it to the linker command line - -Signed-off-by: Ionut Biru - configure.ac |2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/configure.ac b/configure.ac -index 2a6cb2a..461d464 100644 a/configure.ac -+++ b/configure.ac -@@ -62,7 +62,7 @@ dnl GTK docs - GTK_DOC_CHECK - - dnl Check for Glib --PKG_CHECK_MODULES(GLIB, gobject-2.0 >= 2.30, have_glib=yes, have_glib=no) -+PKG_CHECK_MODULES(GLIB, [gobject-2.0 >= 2.30, gio-2.0 >= 2.30], have_glib=yes, have_glib=no) - - if test x$have_glib = xno ; then - AC_MSG_ERROR([GLib development libraries not found]) --- -1.7.10.1 - Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-11-02 08:11:52 UTC (rev 198700) +++ extra-i686/PKGBUILD 2013-11-02 08:12:22 UTC (rev 198701) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru - -pkgname=telepathy-rakia -pkgver=0.7.4 -pkgrel=1 -pkgdesc="SIP connection manager for Telepathy" -arch=('i686' 'x86_64') -url="http://telepathy.freedesktop.org"; -license=('LGPL') -depends=('telepathy-glib' 'sofia-sip') -makedepends=('libxslt' 'python2') -install=telepathy-rakia.install -groups=('telepathy') -replaces=('telepathy-sofiasip') -source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz -0001-Check-for-gio-to-avoid-linking-issue.patch) -md5sums=('f9f47f18db033afe29fd6963c7748e37' - '6d0372c4c8a22bf9682e4b45ee614d5c') - -build() { - cd "$pkgname-$pkgver" - patch -Np1 -i $srcdir/0001-Check-for-gio-to-avoid-linking-issue.patch - autoreconf -fi - ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install -} Copied: telepathy-rakia/repos/extra-i686/PKGBUILD (from rev 198700, telepathy-rakia/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-11-02 08:12:22 UTC (rev 198701) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer : Ionut Biru + +pkgname=telepathy-rakia +pkgver=0.8.0 +pkgrel=1 +pkgdesc="SIP connection manager for Telepathy" +arch=('i686' 'x86_64') +url="http://telepathy.freedesktop.org"; +license=('LGPL') +depends=('telepathy-glib' 'sofia-sip') +makedepends=('libxslt' 'python2') +install=telepathy-rakia.install +groups=('telepathy') +replaces=('telepathy-sofiasip') +source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('09038d4625fcf81e9d3228ebf18bc378') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr --libexecdir=/usr/
[arch-commits] Commit in telepathy-rakia/trunk (2 files)
Date: Saturday, November 2, 2013 @ 09:11:52 Author: ioni Revision: 198700 update to 0.8.0 Modified: telepathy-rakia/trunk/PKGBUILD Deleted: telepathy-rakia/trunk/0001-Check-for-gio-to-avoid-linking-issue.patch -+ 0001-Check-for-gio-to-avoid-linking-issue.patch | 29 -- PKGBUILD| 10 ++- 2 files changed, 3 insertions(+), 36 deletions(-) Deleted: 0001-Check-for-gio-to-avoid-linking-issue.patch === --- 0001-Check-for-gio-to-avoid-linking-issue.patch 2013-11-02 08:10:25 UTC (rev 198699) +++ 0001-Check-for-gio-to-avoid-linking-issue.patch 2013-11-02 08:11:52 UTC (rev 198700) @@ -1,29 +0,0 @@ -From 797d2b3792a0d4c4260075c2b05a1aba63715363 Mon Sep 17 00:00:00 2001 -From: Ionut Biru -Date: Wed, 9 May 2012 17:34:10 + -Subject: [PATCH] Check for gio to avoid linking issue - -/usr/bin/ld: note: 'g_inet_address_new_from_string' is defined in DSO -/usr/lib/libgio-2.0.so.0 so try adding it to the linker command line - -Signed-off-by: Ionut Biru - configure.ac |2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/configure.ac b/configure.ac -index 2a6cb2a..461d464 100644 a/configure.ac -+++ b/configure.ac -@@ -62,7 +62,7 @@ dnl GTK docs - GTK_DOC_CHECK - - dnl Check for Glib --PKG_CHECK_MODULES(GLIB, gobject-2.0 >= 2.30, have_glib=yes, have_glib=no) -+PKG_CHECK_MODULES(GLIB, [gobject-2.0 >= 2.30, gio-2.0 >= 2.30], have_glib=yes, have_glib=no) - - if test x$have_glib = xno ; then - AC_MSG_ERROR([GLib development libraries not found]) --- -1.7.10.1 - Modified: PKGBUILD === --- PKGBUILD2013-11-02 08:10:25 UTC (rev 198699) +++ PKGBUILD2013-11-02 08:11:52 UTC (rev 198700) @@ -2,7 +2,7 @@ # Maintainer : Ionut Biru pkgname=telepathy-rakia -pkgver=0.7.4 +pkgver=0.8.0 pkgrel=1 pkgdesc="SIP connection manager for Telepathy" arch=('i686' 'x86_64') @@ -13,15 +13,11 @@ install=telepathy-rakia.install groups=('telepathy') replaces=('telepathy-sofiasip') -source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz -0001-Check-for-gio-to-avoid-linking-issue.patch) -md5sums=('f9f47f18db033afe29fd6963c7748e37' - '6d0372c4c8a22bf9682e4b45ee614d5c') +source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('09038d4625fcf81e9d3228ebf18bc378') build() { cd "$pkgname-$pkgver" - patch -Np1 -i $srcdir/0001-Check-for-gio-to-avoid-linking-issue.patch - autoreconf -fi ./configure --prefix=/usr --libexecdir=/usr/lib/telepathy make }
[arch-commits] Commit in telepathy-mission-control/repos (8 files)
Date: Saturday, November 2, 2013 @ 09:05:33 Author: ioni Revision: 198697 archrelease: copy trunk to extra-i686, extra-x86_64 Added: telepathy-mission-control/repos/extra-i686/PKGBUILD (from rev 198696, telepathy-mission-control/trunk/PKGBUILD) telepathy-mission-control/repos/extra-i686/telepathy-mission-control.install (from rev 198696, telepathy-mission-control/trunk/telepathy-mission-control.install) telepathy-mission-control/repos/extra-x86_64/PKGBUILD (from rev 198696, telepathy-mission-control/trunk/PKGBUILD) telepathy-mission-control/repos/extra-x86_64/telepathy-mission-control.install (from rev 198696, telepathy-mission-control/trunk/telepathy-mission-control.install) Deleted: telepathy-mission-control/repos/extra-i686/PKGBUILD telepathy-mission-control/repos/extra-i686/telepathy-mission-control.install telepathy-mission-control/repos/extra-x86_64/PKGBUILD telepathy-mission-control/repos/extra-x86_64/telepathy-mission-control.install + /PKGBUILD | 64 +++ /telepathy-mission-control.install | 22 +++ extra-i686/PKGBUILD| 32 --- extra-i686/telepathy-mission-control.install | 11 --- extra-x86_64/PKGBUILD | 32 --- extra-x86_64/telepathy-mission-control.install | 11 --- 6 files changed, 86 insertions(+), 86 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-11-02 08:04:56 UTC (rev 198696) +++ extra-i686/PKGBUILD 2013-11-02 08:05:33 UTC (rev 198697) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru -# Contributor: Ju Liu -# Contributor: Bjorn Lindeijer -# Contributor: Andreas Zwinkau - -pkgname=telepathy-mission-control -pkgver=5.14.1 -pkgrel=1 -pkgdesc="A Telepathy component providing abstraction of some of the details of connection managers." -arch=('i686' 'x86_64') -url="http://telepathy.freedesktop.org/wiki/Mission Control" -license=('LGPL2.1') -depends=('telepathy-glib' 'libgnome-keyring' 'dconf' 'upower' 'networkmanager') -makedepends=('libxslt' 'python2') -install=telepathy-mission-control.install -source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('e06fb0399ec435e59c74d79a2ace8a2d') - -build() { -cd "$pkgname-$pkgver" -PYTHON=python2 ./configure --prefix=/usr \ - --libexecdir=/usr/lib/telepathy \ - --enable-gnome-keyring \ ---disable-schemas-compile -make -} - -package() { -cd "$pkgname-$pkgver" -make DESTDIR="$pkgdir" install -} Copied: telepathy-mission-control/repos/extra-i686/PKGBUILD (from rev 198696, telepathy-mission-control/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-11-02 08:05:33 UTC (rev 198697) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Ionut Biru +# Contributor: Ju Liu +# Contributor: Bjorn Lindeijer +# Contributor: Andreas Zwinkau + +pkgname=telepathy-mission-control +pkgver=5.16.0 +pkgrel=1 +pkgdesc="A Telepathy component providing abstraction of some of the details of connection managers." +arch=('i686' 'x86_64') +url="http://telepathy.freedesktop.org/wiki/Mission Control" +license=('LGPL2.1') +depends=('telepathy-glib' 'libgnome-keyring' 'dconf' 'upower' 'networkmanager') +makedepends=('libxslt' 'python2') +install=telepathy-mission-control.install +source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('736ae9d71028d8e6d95017433c07fa06') + +build() { +cd "$pkgname-$pkgver" +PYTHON=python2 ./configure --prefix=/usr \ + --libexecdir=/usr/lib/telepathy \ + --enable-gnome-keyring \ +--disable-schemas-compile +make +} + +package() { +cd "$pkgname-$pkgver" +make DESTDIR="$pkgdir" install +} Deleted: extra-i686/telepathy-mission-control.install === --- extra-i686/telepathy-mission-control.install2013-11-02 08:04:56 UTC (rev 198696) +++ extra-i686/telepathy-mission-control.install2013-11-02 08:05:33 UTC (rev 198697) @@ -1,11 +0,0 @@ -post_install() { -glib-compile-schemas /usr/share/glib-2.0/schemas -} - -post_upgrade() { -post_install -} - -post_remove() { -post_install -} Copied: telepathy-mission-control/repos/extra-i686/telepathy-mission-control.install (from rev 198696, telepathy-mission-control/trunk/telepathy-mission-control.install) === --- extra-i686/telepathy-mission-control.install (rev 0) +++ extra-i686/telepathy-mission-control.install2013-11-02 08:05:33 UTC (rev 198697) @@ -0,0 +1,11 @@ +post_install() { +glib-compile-schemas /usr/share/glib
[arch-commits] Commit in telepathy-mission-control/trunk (PKGBUILD)
Date: Saturday, November 2, 2013 @ 09:04:37 Author: ioni Revision: 198695 update to 0.16.0 Modified: telepathy-mission-control/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-11-02 07:58:32 UTC (rev 198694) +++ PKGBUILD2013-11-02 08:04:37 UTC (rev 198695) @@ -5,7 +5,7 @@ # Contributor: Andreas Zwinkau pkgname=telepathy-mission-control -pkgver=5.14.1 +pkgver=5.16.0 pkgrel=1 pkgdesc="A Telepathy component providing abstraction of some of the details of connection managers." arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ makedepends=('libxslt' 'python2') install=telepathy-mission-control.install source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('e06fb0399ec435e59c74d79a2ace8a2d') +md5sums=('736ae9d71028d8e6d95017433c07fa06') build() { cd "$pkgname-$pkgver"
[arch-commits] Commit in telepathy-glib/repos (4 files)
Date: Friday, November 1, 2013 @ 17:09:51 Author: ioni Revision: 198665 archrelease: copy trunk to staging-i686, staging-x86_64 Added: telepathy-glib/repos/staging-i686/ telepathy-glib/repos/staging-i686/PKGBUILD (from rev 198664, telepathy-glib/trunk/PKGBUILD) telepathy-glib/repos/staging-x86_64/ telepathy-glib/repos/staging-x86_64/PKGBUILD (from rev 198664, telepathy-glib/trunk/PKGBUILD) -+ staging-i686/PKGBUILD | 31 +++ staging-x86_64/PKGBUILD | 31 +++ 2 files changed, 62 insertions(+) Copied: telepathy-glib/repos/staging-i686/PKGBUILD (from rev 198664, telepathy-glib/trunk/PKGBUILD) === --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2013-11-01 16:09:51 UTC (rev 198665) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Ionut Biru +# Contributor: Kessia 'even' Pinheiro + +pkgname=telepathy-glib +pkgver=0.22.0 +pkgrel=1 +pkgdesc="GLib bindings for the Telepathy D-Bus protocol" +arch=('i686' 'x86_64') +url="http://telepathy.freedesktop.org"; +license=('LGPL2.1') +options=('!emptydirs') +depends=('dbus-glib') +makedepends=('libxslt' 'vala' 'gobject-introspection') +source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('c333ceb21a9ca1c52a0e6e36432943d1') + +build() { +cd $pkgname-$pkgver +PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ +--libexecdir=/usr/lib/telepathy \ +--enable-vala-bindings \ +--enable-static=no +make +} + +package() { +cd $pkgname-$pkgver +make DESTDIR="$pkgdir" install +} Copied: telepathy-glib/repos/staging-x86_64/PKGBUILD (from rev 198664, telepathy-glib/trunk/PKGBUILD) === --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2013-11-01 16:09:51 UTC (rev 198665) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Ionut Biru +# Contributor: Kessia 'even' Pinheiro + +pkgname=telepathy-glib +pkgver=0.22.0 +pkgrel=1 +pkgdesc="GLib bindings for the Telepathy D-Bus protocol" +arch=('i686' 'x86_64') +url="http://telepathy.freedesktop.org"; +license=('LGPL2.1') +options=('!emptydirs') +depends=('dbus-glib') +makedepends=('libxslt' 'vala' 'gobject-introspection') +source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('c333ceb21a9ca1c52a0e6e36432943d1') + +build() { +cd $pkgname-$pkgver +PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ +--libexecdir=/usr/lib/telepathy \ +--enable-vala-bindings \ +--enable-static=no +make +} + +package() { +cd $pkgname-$pkgver +make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in telepathy-glib/trunk (PKGBUILD)
Date: Friday, November 1, 2013 @ 17:09:25 Author: ioni Revision: 198664 update to 0.22 Modified: telepathy-glib/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-11-01 16:03:59 UTC (rev 198663) +++ PKGBUILD2013-11-01 16:09:25 UTC (rev 198664) @@ -4,7 +4,7 @@ # Contributor: Bjorn Lindeijer pkgname=telepathy-glib -pkgver=0.20.4 +pkgver=0.22.0 pkgrel=1 pkgdesc="GLib bindings for the Telepathy D-Bus protocol" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ depends=('dbus-glib') makedepends=('libxslt' 'vala' 'gobject-introspection') source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('78be56307d2da7c580cf6df33a225ba0') +md5sums=('c333ceb21a9ca1c52a0e6e36432943d1') build() { cd $pkgname-$pkgver
[arch-commits] Commit in gnote/repos (8 files)
Date: Monday, October 14, 2013 @ 11:58:10 Author: ioni Revision: 98581 archrelease: copy trunk to community-i686, community-x86_64 Added: gnote/repos/community-i686/PKGBUILD (from rev 98580, gnote/trunk/PKGBUILD) gnote/repos/community-i686/gnote.install (from rev 98580, gnote/trunk/gnote.install) gnote/repos/community-x86_64/PKGBUILD (from rev 98580, gnote/trunk/PKGBUILD) gnote/repos/community-x86_64/gnote.install (from rev 98580, gnote/trunk/gnote.install) Deleted: gnote/repos/community-i686/PKGBUILD gnote/repos/community-i686/gnote.install gnote/repos/community-x86_64/PKGBUILD gnote/repos/community-x86_64/gnote.install + /PKGBUILD | 66 +++ /gnote.install | 42 community-i686/PKGBUILD| 33 --- community-i686/gnote.install | 21 community-x86_64/PKGBUILD | 33 --- community-x86_64/gnote.install | 21 6 files changed, 108 insertions(+), 108 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2013-10-14 09:55:58 UTC (rev 98580) +++ community-i686/PKGBUILD 2013-10-14 09:58:10 UTC (rev 98581) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru -# Contributor: uastasi -pkgname=gnote -pkgver=3.8.1 -pkgrel=1 -pkgdesc="A note taking application." -arch=('i686' 'x86_64') -url="http://live.gnome.org/Gnote"; -license=('GPL3') -depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 'libsecret') -makedepends=('intltool' 'itstool' 'boost') -options=('!libtool') -install=gnote.install -source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('35bb4c5c0fd94bb3e8e5b91dcfff7e376408dd95fb2468ce9e248f6738d036aa') - -build() { -cd $pkgname-$pkgver -./configure --prefix=/usr \ ---sysconfdir=/etc \ ---localstatedir=/var \ ---libexecdir=/usr/lib/gnote \ ---disable-scrollkeeper \ ---disable-schemas-compile \ ---disable-static -make -} - -package() { -cd $pkgname-$pkgver -make DESTDIR="$pkgdir" install -} Copied: gnote/repos/community-i686/PKGBUILD (from rev 98580, gnote/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-10-14 09:58:10 UTC (rev 98581) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Ionut Biru +# Contributor: uastasi +pkgname=gnote +pkgver=3.10.0 +pkgrel=1 +pkgdesc="A note taking application." +arch=('i686' 'x86_64') +url="http://live.gnome.org/Gnote"; +license=('GPL3') +depends=('gtkmm3' 'libxslt' 'hicolor-icon-theme' 'desktop-file-utils' 'dconf' 'libsecret') +makedepends=('intltool' 'itstool' 'boost') +options=('!libtool') +install=gnote.install +source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('10dedfde2f7748f67eda4f334505c7e8ff2b86286d2c9feb3c43e7261684b71b') + +build() { +cd $pkgname-$pkgver +./configure --prefix=/usr \ +--sysconfdir=/etc \ +--localstatedir=/var \ +--libexecdir=/usr/lib/gnote \ +--disable-scrollkeeper \ +--disable-schemas-compile \ +--disable-static +make +} + +package() { +cd $pkgname-$pkgver +make DESTDIR="$pkgdir" install +} Deleted: community-i686/gnote.install === --- community-i686/gnote.install2013-10-14 09:55:58 UTC (rev 98580) +++ community-i686/gnote.install2013-10-14 09:58:10 UTC (rev 98581) @@ -1,21 +0,0 @@ -pkgname=gnote - -post_install() { -glib-compile-schemas usr/share/glib-2.0/schemas -gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -update-desktop-database -q -} - -pre_upgrade() { -if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then -usr/sbin/gconfpkg --uninstall ${pkgname} -fi -} - -post_upgrade() { -post_install -} - -post_remove() { -post_install -} Copied: gnote/repos/community-i686/gnote.install (from rev 98580, gnote/trunk/gnote.install) === --- community-i686/gnote.install(rev 0) +++ community-i686/gnote.install2013-10-14 09:58:10 UTC (rev 98581) @@ -0,0 +1,21 @@ +pkgname=gnote + +post_install() { +glib-compile-schemas usr/share/glib-2.0/schemas +gtk-update-icon-cache -q -t -f usr/share/icons/hicolor +update-desktop-database -q +} + +pre_upgrade() { +if [ -f usr/share/gconf/schemas/${pkgname}.schemas ]; then +usr/sbin/gconfpkg --uninstall ${pkgname} +fi +} + +post_upgrade() { +post_install +} + +post_remove() { +post_install +} Deleted: community-x86_64/PKG
[arch-commits] Commit in gnote/trunk (PKGBUILD)
Date: Monday, October 14, 2013 @ 11:55:58 Author: ioni Revision: 98580 update to 3.10 Modified: gnote/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-14 08:45:50 UTC (rev 98579) +++ PKGBUILD2013-10-14 09:55:58 UTC (rev 98580) @@ -2,7 +2,7 @@ # Maintainer: Ionut Biru # Contributor: uastasi pkgname=gnote -pkgver=3.8.1 +pkgver=3.10.0 pkgrel=1 pkgdesc="A note taking application." arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ options=('!libtool') install=gnote.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('35bb4c5c0fd94bb3e8e5b91dcfff7e376408dd95fb2468ce9e248f6738d036aa') +sha256sums=('10dedfde2f7748f67eda4f334505c7e8ff2b86286d2c9feb3c43e7261684b71b') build() { cd $pkgname-$pkgver
[arch-commits] Commit in eclipse/repos (20 files)
Date: Monday, October 14, 2013 @ 11:30:29 Author: ioni Revision: 196482 archrelease: copy trunk to extra-i686, extra-x86_64 Added: eclipse/repos/extra-i686/PKGBUILD (from rev 196481, eclipse/trunk/PKGBUILD) eclipse/repos/extra-i686/eclipse.desktop (from rev 196481, eclipse/trunk/eclipse.desktop) eclipse/repos/extra-i686/eclipse.install (from rev 196481, eclipse/trunk/eclipse.install) eclipse/repos/extra-i686/eclipse.sh (from rev 196481, eclipse/trunk/eclipse.sh) eclipse/repos/extra-i686/eclipse.svg (from rev 196481, eclipse/trunk/eclipse.svg) eclipse/repos/extra-x86_64/PKGBUILD (from rev 196481, eclipse/trunk/PKGBUILD) eclipse/repos/extra-x86_64/eclipse.desktop (from rev 196481, eclipse/trunk/eclipse.desktop) eclipse/repos/extra-x86_64/eclipse.install (from rev 196481, eclipse/trunk/eclipse.install) eclipse/repos/extra-x86_64/eclipse.sh (from rev 196481, eclipse/trunk/eclipse.sh) eclipse/repos/extra-x86_64/eclipse.svg (from rev 196481, eclipse/trunk/eclipse.svg) Deleted: eclipse/repos/extra-i686/PKGBUILD eclipse/repos/extra-i686/eclipse.desktop eclipse/repos/extra-i686/eclipse.install eclipse/repos/extra-i686/eclipse.sh eclipse/repos/extra-i686/eclipse.svg eclipse/repos/extra-x86_64/PKGBUILD eclipse/repos/extra-x86_64/eclipse.desktop eclipse/repos/extra-x86_64/eclipse.install eclipse/repos/extra-x86_64/eclipse.sh eclipse/repos/extra-x86_64/eclipse.svg --+ /PKGBUILD| 84 + /eclipse.desktop | 18 /eclipse.install | 22 /eclipse.sh |8 /eclipse.svg | 3246 + extra-i686/PKGBUILD | 42 extra-i686/eclipse.desktop |9 extra-i686/eclipse.install | 11 extra-i686/eclipse.sh|4 extra-i686/eclipse.svg | 1623 extra-x86_64/PKGBUILD| 42 extra-x86_64/eclipse.desktop |9 extra-x86_64/eclipse.install | 11 extra-x86_64/eclipse.sh |4 extra-x86_64/eclipse.svg | 1623 15 files changed, 3378 insertions(+), 3378 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 196481:196482 to see the changes.
[arch-commits] Commit in eclipse/trunk (PKGBUILD)
Date: Monday, October 14, 2013 @ 11:29:54 Author: ioni Revision: 196481 update to 4.3.1 Modified: eclipse/trunk/PKGBUILD --+ PKGBUILD | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-14 08:50:55 UTC (rev 196480) +++ PKGBUILD2013-10-14 09:29:54 UTC (rev 196481) @@ -6,9 +6,9 @@ # Contributor: Marco Crosio pkgname=eclipse -pkgver=4.3 +pkgver=4.3.1 pkgrel=1 -_date=201306052000 +_date=201309111000 pkgdesc="An IDE for Java and other languages" arch=('i686' 'x86_64') url="http://eclipse.org"; @@ -18,12 +18,12 @@ license=("EPL/1.1") source=("ftp://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops4/R-$pkgver-${_date}/$pkgname-SDK-$pkgver-linux-gtk.tar.gz"; 'eclipse.sh' 'eclipse.desktop' 'eclipse.svg') -md5sums=('8046626198b529c2e292022c39c18262' +md5sums=('04880311281ff9de71a7d1def630b29e' '7ea99a30fbaf06ec29261541b8eb1e23' 'ba2cf02c48e6e35bfe3685401c26bb5b' '77cff7543ccf7e177cb6667f5a20ce19') [ "$CARCH" = "x86_64" ] && source[0]="ftp://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops4/R-$pkgver-${_date}/$pkgname-SDK-$pkgver-linux-gtk-$CARCH.tar.gz"; -[ "$CARCH" = "x86_64" ] && md5sums[0]='8dba840856c5ca38b3c08ebac9a47cb8' +[ "$CARCH" = "x86_64" ] && md5sums[0]='61e44d550751d3b176fbe56dd0f75060' package() { # install eclipse @@ -32,7 +32,7 @@ # install misc install -d $pkgdir/usr/bin $pkgdir/usr/share/applications \ -$pkgdir/usr/share/icons/hicolor/{16x16,32x32,48x48,256x256}/apps +$pkgdir/usr/share/icons/hicolor/apps install -m755 eclipse.sh "$pkgdir/usr/bin/eclipse" install -m644 eclipse.desktop "$pkgdir/usr/share/applications/" # install icon
[arch-commits] Commit in ethtool/repos (4 files)
Date: Monday, October 14, 2013 @ 10:50:55 Author: ioni Revision: 196480 archrelease: copy trunk to extra-i686, extra-x86_64 Added: ethtool/repos/extra-i686/PKGBUILD (from rev 196479, ethtool/trunk/PKGBUILD) ethtool/repos/extra-x86_64/PKGBUILD (from rev 196479, ethtool/trunk/PKGBUILD) Deleted: ethtool/repos/extra-i686/PKGBUILD ethtool/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 56 extra-i686/PKGBUILD | 28 extra-x86_64/PKGBUILD | 28 3 files changed, 56 insertions(+), 56 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-10-14 08:50:13 UTC (rev 196479) +++ extra-i686/PKGBUILD 2013-10-14 08:50:55 UTC (rev 196480) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Paul Mattal -# Contributor: Martin Kemp - -pkgname=ethtool -pkgver=3.10 -pkgrel=1 -epoch=1 -pkgdesc="Utility for controlling network drivers and hardware" -arch=('i686' 'x86_64') -url="http://www.kernel.org/pub/software/network/ethtool/"; -license=('GPL') -depends=('glibc') -source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz) -md5sums=('d1930df6e70a5204e8154a9911992be4') - -build() { -cd $pkgname-$pkgver -./configure --prefix=/usr --mandir=/usr/share/man \ ---sbindir=/usr/bin -make -} - -package() { -cd $pkgname-$pkgver -make DESTDIR="$pkgdir" install -} Copied: ethtool/repos/extra-i686/PKGBUILD (from rev 196479, ethtool/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-10-14 08:50:55 UTC (rev 196480) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Paul Mattal +# Contributor: Martin Kemp + +pkgname=ethtool +pkgver=3.11 +pkgrel=1 +epoch=1 +pkgdesc="Utility for controlling network drivers and hardware" +arch=('i686' 'x86_64') +url="http://www.kernel.org/pub/software/network/ethtool/"; +license=('GPL') +depends=('glibc') +source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz) +md5sums=('5f3a0ed1b3510ca0695db0b4debdd292') + +build() { +cd $pkgname-$pkgver +./configure --prefix=/usr --mandir=/usr/share/man \ +--sbindir=/usr/bin +make +} + +package() { +cd $pkgname-$pkgver +make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2013-10-14 08:50:13 UTC (rev 196479) +++ extra-x86_64/PKGBUILD 2013-10-14 08:50:55 UTC (rev 196480) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Paul Mattal -# Contributor: Martin Kemp - -pkgname=ethtool -pkgver=3.10 -pkgrel=1 -epoch=1 -pkgdesc="Utility for controlling network drivers and hardware" -arch=('i686' 'x86_64') -url="http://www.kernel.org/pub/software/network/ethtool/"; -license=('GPL') -depends=('glibc') -source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz) -md5sums=('d1930df6e70a5204e8154a9911992be4') - -build() { -cd $pkgname-$pkgver -./configure --prefix=/usr --mandir=/usr/share/man \ ---sbindir=/usr/bin -make -} - -package() { -cd $pkgname-$pkgver -make DESTDIR="$pkgdir" install -} Copied: ethtool/repos/extra-x86_64/PKGBUILD (from rev 196479, ethtool/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2013-10-14 08:50:55 UTC (rev 196480) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Paul Mattal +# Contributor: Martin Kemp + +pkgname=ethtool +pkgver=3.11 +pkgrel=1 +epoch=1 +pkgdesc="Utility for controlling network drivers and hardware" +arch=('i686' 'x86_64') +url="http://www.kernel.org/pub/software/network/ethtool/"; +license=('GPL') +depends=('glibc') +source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz) +md5sums=('5f3a0ed1b3510ca0695db0b4debdd292') + +build() { +cd $pkgname-$pkgver +./configure --prefix=/usr --mandir=/usr/share/man \ +--sbindir=/usr/bin +make +} + +package() { +cd $pkgname-$pkgver +make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in ethtool/trunk (PKGBUILD)
Date: Monday, October 14, 2013 @ 10:50:13 Author: ioni Revision: 196479 update to 3.11 Modified: ethtool/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-14 08:09:01 UTC (rev 196478) +++ PKGBUILD2013-10-14 08:50:13 UTC (rev 196479) @@ -4,7 +4,7 @@ # Contributor: Martin Kemp pkgname=ethtool -pkgver=3.10 +pkgver=3.11 pkgrel=1 epoch=1 pkgdesc="Utility for controlling network drivers and hardware" @@ -13,7 +13,7 @@ license=('GPL') depends=('glibc') source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz) -md5sums=('d1930df6e70a5204e8154a9911992be4') +md5sums=('5f3a0ed1b3510ca0695db0b4debdd292') build() { cd $pkgname-$pkgver
[arch-commits] Commit in virtualbox/trunk (PKGBUILD linux-3.11.patch)
Date: Tuesday, September 3, 2013 @ 15:26:31 Author: ioni Revision: 96723 linux 3.11 Added: virtualbox/trunk/linux-3.11.patch Modified: virtualbox/trunk/PKGBUILD --+ PKGBUILD |8 --- linux-3.11.patch | 60 + 2 files changed, 65 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-03 12:48:13 UTC (rev 96722) +++ PKGBUILD2013-09-03 13:26:31 UTC (rev 96723) @@ -10,7 +10,7 @@ 'virtualbox-guest-utils' 'virtualbox-ext-vnc') pkgver=4.2.16 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url='http://virtualbox.org' license=('GPL' 'custom') @@ -55,7 +55,8 @@ 'vboxweb.service' '001-vboxdrv-reference.patch' '002-change_default_driver_dir.patch' -'004-system-xorg.patch') +'004-system-xorg.patch' +'linux-3.11.patch') md5sums=('c4a36e2099a317f4715cd3861cdae238' '5f85710e0b8606de967716ded7b2d351' 'ed1341881437455d9735875ddf455fbe' @@ -64,7 +65,8 @@ 'bc9efed88e0469cd7fc460d5a5cd7b4b' '6dbd16b9d1530fc42ff6904cd80be91d' '97e193f050574dd272a38e5ee5ebe62b' - '4da461f8c90caa123b47c62479f426b4') + '4da461f8c90caa123b47c62479f426b4' + 'b3ed99c214dd6d02e88c855914353e64') prepare() { cd "VirtualBox-$pkgver" Added: linux-3.11.patch === --- linux-3.11.patch(rev 0) +++ linux-3.11.patch2013-09-03 13:26:31 UTC (rev 96723) @@ -0,0 +1,60 @@ +diff -Nur VirtualBox-4.2.16.orig/src/VBox/Additions/linux/sharedfolders/dirops.c VirtualBox-4.2.16/src/VBox/Additions/linux/sharedfolders/dirops.c +--- VirtualBox-4.2.16.orig/src/VBox/Additions/linux/sharedfolders/dirops.c 2013-07-04 13:59:34.0 + VirtualBox-4.2.16/src/VBox/Additions/linux/sharedfolders/dirops.c 2013-09-03 13:21:25.314389481 + +@@ -233,7 +233,11 @@ + * b. failure to compute fake inode number + * c. filldir returns an error (see comment on that) + */ ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 11, 0) ++static int sf_dir_iterate(struct file *dir, struct dir_context *ctx) ++#else + static int sf_dir_read (struct file *dir, void *opaque, filldir_t filldir) ++#endif + { + TRACE(); + for (;;) +@@ -257,12 +261,18 @@ + /* skip erroneous entry and proceed */ + LogFunc(("sf_getdent error %d\n", err)); + dir->f_pos += 1; ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 11, 0) ++ctx->pos += 1; ++#endif + continue; + } + + /* d_name now contains a valid entry name */ +- ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 11, 0) ++ sanity = ctx->pos + 0xbeef; ++#else + sanity = dir->f_pos + 0xbeef; ++#endif + fake_ino = sanity; + if (sanity - fake_ino) + { +@@ -270,8 +280,12 @@ + return -EINVAL; + } + ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 11, 0) ++err = dir_emit(ctx, d_name, strlen(d_name), fake_ino, DT_UNKNOWN); ++#else + err = filldir(opaque, d_name, strlen(d_name), + dir->f_pos, fake_ino, DT_UNKNOWN); ++#endif + if (err) + { + LogFunc(("filldir returned error %d\n", err)); +@@ -289,7 +303,11 @@ + struct file_operations sf_dir_fops = + { + .open= sf_dir_open, ++#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 11, 0) ++ .iterate = sf_dir_iterate, ++#else + .readdir = sf_dir_read, ++#endif + .release = sf_dir_release, + .read= generic_read_dir + #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 37)
[arch-commits] Commit in telepathy-gabble/repos (8 files)
Date: Wednesday, July 31, 2013 @ 11:40:22 Author: ioni Revision: 191842 archrelease: copy trunk to extra-i686, extra-x86_64 Added: telepathy-gabble/repos/extra-i686/PKGBUILD (from rev 191841, telepathy-gabble/trunk/PKGBUILD) telepathy-gabble/repos/extra-i686/telepathy-gabble.install (from rev 191841, telepathy-gabble/trunk/telepathy-gabble.install) telepathy-gabble/repos/extra-x86_64/PKGBUILD (from rev 191841, telepathy-gabble/trunk/PKGBUILD) telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install (from rev 191841, telepathy-gabble/trunk/telepathy-gabble.install) Deleted: telepathy-gabble/repos/extra-i686/PKGBUILD telepathy-gabble/repos/extra-i686/telepathy-gabble.install telepathy-gabble/repos/extra-x86_64/PKGBUILD telepathy-gabble/repos/extra-x86_64/telepathy-gabble.install ---+ /PKGBUILD | 62 /telepathy-gabble.install | 26 + extra-i686/PKGBUILD | 31 extra-i686/telepathy-gabble.install | 13 -- extra-x86_64/PKGBUILD | 31 extra-x86_64/telepathy-gabble.install | 13 -- 6 files changed, 88 insertions(+), 88 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-07-31 09:39:56 UTC (rev 191841) +++ extra-i686/PKGBUILD 2013-07-31 09:40:22 UTC (rev 191842) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Daniel Balieiro -# Contributor: Rodrigo L. M. Flores -pkgname=telepathy-gabble -pkgver=0.17.3 -pkgrel=1 -pkgdesc="A Jabber/XMPP connection manager for Telepathy" -arch=('i686' 'x86_64') -url="http://telepathy.freedesktop.org"; -groups=('telepathy') -license=('LGPL2.1') -depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite') -makedepends=('libxslt' 'python2') -options=('!libtool' '!emptydirs') -source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -install=telepathy-gabble.install -md5sums=('f190ac620601f616dd61846689ba') - -build() { - cd $pkgname-$pkgver - PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ - --libexecdir=/usr/lib/telepathy --with-tls=openssl - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install - sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" "$pkgdir/usr/bin/telepathy-gabble-xmpp-console" -} Copied: telepathy-gabble/repos/extra-i686/PKGBUILD (from rev 191841, telepathy-gabble/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-07-31 09:40:22 UTC (rev 191842) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Daniel Balieiro +# Contributor: Rodrigo L. M. Flores +pkgname=telepathy-gabble +pkgver=0.17.5 +pkgrel=1 +pkgdesc="A Jabber/XMPP connection manager for Telepathy" +arch=('i686' 'x86_64') +url="http://telepathy.freedesktop.org"; +groups=('telepathy') +license=('LGPL2.1') +depends=('telepathy-glib' 'libsoup' 'libnice' 'sqlite') +makedepends=('libxslt' 'python2') +options=('!libtool' '!emptydirs') +source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) +install=telepathy-gabble.install +md5sums=('57d7778e58f82a43dba1311cece0d4e3') + +build() { + cd $pkgname-$pkgver + PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ + --libexecdir=/usr/lib/telepathy --with-tls=openssl + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install + sed -i "s|#!/usr/bin/env python|#!/usr/bin/env python2|" "$pkgdir/usr/bin/telepathy-gabble-xmpp-console" +} Deleted: extra-i686/telepathy-gabble.install === --- extra-i686/telepathy-gabble.install 2013-07-31 09:39:56 UTC (rev 191841) +++ extra-i686/telepathy-gabble.install 2013-07-31 09:40:22 UTC (rev 191842) @@ -1,13 +0,0 @@ -post_install() { - killall -HUP dbus-daemon 2>&1 -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} - -# vim:set ts=2 sw=2 et: Copied: telepathy-gabble/repos/extra-i686/telepathy-gabble.install (from rev 191841, telepathy-gabble/trunk/telepathy-gabble.install) === --- extra-i686/telepathy-gabble.install (rev 0) +++ extra-i686/telepathy-gabble.install 2013-07-31 09:40:22 UTC (rev 191842) @@ -0,0 +1,13 @@ +post_install() { + killall -HUP dbus-daemon 2>&1 +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} + +# vim:set ts=2 sw=2 et: Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2013-07-31 09:39:56 UTC (rev 191841) +++ extra-x86_64/PKGBUILD 2013-07-31 09:40:22 UTC (rev 191842) @@ -1,31 +0,0 @@
[arch-commits] Commit in telepathy-gabble/trunk (PKGBUILD)
Date: Wednesday, July 31, 2013 @ 11:39:56 Author: ioni Revision: 191841 update to 0.17.5 Modified: telepathy-gabble/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-07-31 09:36:38 UTC (rev 191840) +++ PKGBUILD2013-07-31 09:39:56 UTC (rev 191841) @@ -3,7 +3,7 @@ # Contributor: Daniel Balieiro # Contributor: Rodrigo L. M. Flores pkgname=telepathy-gabble -pkgver=0.17.3 +pkgver=0.17.5 pkgrel=1 pkgdesc="A Jabber/XMPP connection manager for Telepathy" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ options=('!libtool' '!emptydirs') source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) install=telepathy-gabble.install -md5sums=('f190ac620601f616dd61846689ba') +md5sums=('57d7778e58f82a43dba1311cece0d4e3') build() { cd $pkgname-$pkgver
[arch-commits] Commit in telepathy-glib/repos (4 files)
Date: Wednesday, July 31, 2013 @ 11:36:38 Author: ioni Revision: 191840 archrelease: copy trunk to extra-i686, extra-x86_64 Added: telepathy-glib/repos/extra-i686/PKGBUILD (from rev 191839, telepathy-glib/trunk/PKGBUILD) telepathy-glib/repos/extra-x86_64/PKGBUILD (from rev 191839, telepathy-glib/trunk/PKGBUILD) Deleted: telepathy-glib/repos/extra-i686/PKGBUILD telepathy-glib/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 62 extra-i686/PKGBUILD | 31 extra-x86_64/PKGBUILD | 31 3 files changed, 62 insertions(+), 62 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-07-31 09:34:46 UTC (rev 191839) +++ extra-i686/PKGBUILD 2013-07-31 09:36:38 UTC (rev 191840) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru -# Contributor: Kessia 'even' Pinheiro - -pkgname=telepathy-glib -pkgver=0.20.2 -pkgrel=1 -pkgdesc="GLib bindings for the Telepathy D-Bus protocol" -arch=('i686' 'x86_64') -url="http://telepathy.freedesktop.org"; -license=('LGPL2.1') -options=('!libtool' '!emptydirs') -depends=('dbus-glib') -makedepends=('libxslt' 'vala' 'gobject-introspection') -source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('bfc8a1b94c7a268f15d4d92b83460987') - -build() { -cd $pkgname-$pkgver -PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ ---libexecdir=/usr/lib/telepathy \ ---enable-vala-bindings \ ---enable-static=no -make -} - -package() { -cd $pkgname-$pkgver -make DESTDIR="$pkgdir" install -} Copied: telepathy-glib/repos/extra-i686/PKGBUILD (from rev 191839, telepathy-glib/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-07-31 09:36:38 UTC (rev 191840) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Ionut Biru +# Contributor: Kessia 'even' Pinheiro + +pkgname=telepathy-glib +pkgver=0.20.4 +pkgrel=1 +pkgdesc="GLib bindings for the Telepathy D-Bus protocol" +arch=('i686' 'x86_64') +url="http://telepathy.freedesktop.org"; +license=('LGPL2.1') +options=('!libtool' '!emptydirs') +depends=('dbus-glib') +makedepends=('libxslt' 'vala' 'gobject-introspection') +source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('78be56307d2da7c580cf6df33a225ba0') + +build() { +cd $pkgname-$pkgver +PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ +--libexecdir=/usr/lib/telepathy \ +--enable-vala-bindings \ +--enable-static=no +make +} + +package() { +cd $pkgname-$pkgver +make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2013-07-31 09:34:46 UTC (rev 191839) +++ extra-x86_64/PKGBUILD 2013-07-31 09:36:38 UTC (rev 191840) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru -# Contributor: Kessia 'even' Pinheiro - -pkgname=telepathy-glib -pkgver=0.20.2 -pkgrel=1 -pkgdesc="GLib bindings for the Telepathy D-Bus protocol" -arch=('i686' 'x86_64') -url="http://telepathy.freedesktop.org"; -license=('LGPL2.1') -options=('!libtool' '!emptydirs') -depends=('dbus-glib') -makedepends=('libxslt' 'vala' 'gobject-introspection') -source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('bfc8a1b94c7a268f15d4d92b83460987') - -build() { -cd $pkgname-$pkgver -PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ ---libexecdir=/usr/lib/telepathy \ ---enable-vala-bindings \ ---enable-static=no -make -} - -package() { -cd $pkgname-$pkgver -make DESTDIR="$pkgdir" install -} Copied: telepathy-glib/repos/extra-x86_64/PKGBUILD (from rev 191839, telepathy-glib/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2013-07-31 09:36:38 UTC (rev 191840) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Ionut Biru +# Contributor: Kessia 'even' Pinheiro + +pkgname=telepathy-glib +pkgver=0.20.4 +pkgrel=1 +pkgdesc="GLib bindings for the Telepathy D-Bus protocol" +arch=('i686' 'x86_64') +url="http://telepathy.freedesktop.org"; +license=('LGPL2.1') +options=('!libtool' '!emptydirs') +depends=('dbus-glib') +makedepends=('libxslt' 'vala' 'gobject-introspection') +source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('78be56307d2da7c580cf6df33a225ba0') + +build() { +cd $pkgname-$pkgver +PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ +--libexecdir=/usr/lib/telepathy \ +--enable-vala-bindings \ +--enable-static=no +make +} + +package() { +cd $pkgname-$pk
[arch-commits] Commit in eclipse/repos (20 files)
Date: Wednesday, July 31, 2013 @ 11:34:14 Author: ioni Revision: 191838 archrelease: copy trunk to extra-i686, extra-x86_64 Added: eclipse/repos/extra-i686/PKGBUILD (from rev 191837, eclipse/trunk/PKGBUILD) eclipse/repos/extra-i686/eclipse.desktop (from rev 191837, eclipse/trunk/eclipse.desktop) eclipse/repos/extra-i686/eclipse.install (from rev 191837, eclipse/trunk/eclipse.install) eclipse/repos/extra-i686/eclipse.sh (from rev 191837, eclipse/trunk/eclipse.sh) eclipse/repos/extra-i686/eclipse.svg (from rev 191837, eclipse/trunk/eclipse.svg) eclipse/repos/extra-x86_64/PKGBUILD (from rev 191837, eclipse/trunk/PKGBUILD) eclipse/repos/extra-x86_64/eclipse.desktop (from rev 191837, eclipse/trunk/eclipse.desktop) eclipse/repos/extra-x86_64/eclipse.install (from rev 191837, eclipse/trunk/eclipse.install) eclipse/repos/extra-x86_64/eclipse.sh (from rev 191837, eclipse/trunk/eclipse.sh) eclipse/repos/extra-x86_64/eclipse.svg (from rev 191837, eclipse/trunk/eclipse.svg) Deleted: eclipse/repos/extra-i686/PKGBUILD eclipse/repos/extra-i686/eclipse.desktop eclipse/repos/extra-i686/eclipse.install eclipse/repos/extra-i686/eclipse.sh eclipse/repos/extra-i686/eclipse.svg eclipse/repos/extra-x86_64/PKGBUILD eclipse/repos/extra-x86_64/eclipse.desktop eclipse/repos/extra-x86_64/eclipse.install eclipse/repos/extra-x86_64/eclipse.sh eclipse/repos/extra-x86_64/eclipse.svg --+ /PKGBUILD| 84 + /eclipse.desktop | 18 /eclipse.install | 22 /eclipse.sh |8 /eclipse.svg | 3246 + extra-i686/PKGBUILD | 42 extra-i686/eclipse.desktop |9 extra-i686/eclipse.install | 11 extra-i686/eclipse.sh|4 extra-i686/eclipse.svg | 1623 extra-x86_64/PKGBUILD| 42 extra-x86_64/eclipse.desktop |9 extra-x86_64/eclipse.install | 11 extra-x86_64/eclipse.sh |4 extra-x86_64/eclipse.svg | 1623 15 files changed, 3378 insertions(+), 3378 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 191837:191838 to see the changes.
[arch-commits] Commit in telepathy-glib/trunk (PKGBUILD)
Date: Wednesday, July 31, 2013 @ 11:34:46 Author: ioni Revision: 191839 update to 0.20.4 Modified: telepathy-glib/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-07-31 09:34:14 UTC (rev 191838) +++ PKGBUILD2013-07-31 09:34:46 UTC (rev 191839) @@ -4,7 +4,7 @@ # Contributor: Bjorn Lindeijer pkgname=telepathy-glib -pkgver=0.20.2 +pkgver=0.20.4 pkgrel=1 pkgdesc="GLib bindings for the Telepathy D-Bus protocol" arch=('i686' 'x86_64') @@ -14,7 +14,7 @@ depends=('dbus-glib') makedepends=('libxslt' 'vala' 'gobject-introspection') source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('bfc8a1b94c7a268f15d4d92b83460987') +md5sums=('78be56307d2da7c580cf6df33a225ba0') build() { cd $pkgname-$pkgver
[arch-commits] Commit in eclipse/repos (20 files)
Date: Wednesday, July 31, 2013 @ 11:29:22 Author: ioni Revision: 191837 archrelease: copy trunk to extra-i686, extra-x86_64 Added: eclipse/repos/extra-i686/PKGBUILD (from rev 191836, eclipse/trunk/PKGBUILD) eclipse/repos/extra-i686/eclipse.desktop (from rev 191836, eclipse/trunk/eclipse.desktop) eclipse/repos/extra-i686/eclipse.install (from rev 191836, eclipse/trunk/eclipse.install) eclipse/repos/extra-i686/eclipse.sh (from rev 191836, eclipse/trunk/eclipse.sh) eclipse/repos/extra-i686/eclipse.svg (from rev 191836, eclipse/trunk/eclipse.svg) eclipse/repos/extra-x86_64/PKGBUILD (from rev 191836, eclipse/trunk/PKGBUILD) eclipse/repos/extra-x86_64/eclipse.desktop (from rev 191836, eclipse/trunk/eclipse.desktop) eclipse/repos/extra-x86_64/eclipse.install (from rev 191836, eclipse/trunk/eclipse.install) eclipse/repos/extra-x86_64/eclipse.sh (from rev 191836, eclipse/trunk/eclipse.sh) eclipse/repos/extra-x86_64/eclipse.svg (from rev 191836, eclipse/trunk/eclipse.svg) Deleted: eclipse/repos/extra-i686/PKGBUILD eclipse/repos/extra-i686/eclipse.desktop eclipse/repos/extra-i686/eclipse.install eclipse/repos/extra-i686/eclipse.sh eclipse/repos/extra-i686/eclipse.svg eclipse/repos/extra-x86_64/PKGBUILD eclipse/repos/extra-x86_64/eclipse.desktop eclipse/repos/extra-x86_64/eclipse.install eclipse/repos/extra-x86_64/eclipse.sh eclipse/repos/extra-x86_64/eclipse.svg --+ /PKGBUILD| 84 + /eclipse.desktop | 18 /eclipse.install | 22 /eclipse.sh |8 /eclipse.svg | 3246 + extra-i686/PKGBUILD | 51 extra-i686/eclipse.desktop |9 extra-i686/eclipse.install | 11 extra-i686/eclipse.sh|4 extra-i686/eclipse.svg | 1623 extra-x86_64/PKGBUILD| 51 extra-x86_64/eclipse.desktop |9 extra-x86_64/eclipse.install | 11 extra-x86_64/eclipse.sh |4 extra-x86_64/eclipse.svg | 1623 15 files changed, 3378 insertions(+), 3396 deletions(-) The diff is longer than the limit of 200KB. Use svn diff -r 191836:191837 to see the changes.
[arch-commits] Commit in eclipse/trunk (PKGBUILD)
Date: Wednesday, July 31, 2013 @ 11:28:00 Author: ioni Revision: 191836 update to 4.3 Modified: eclipse/trunk/PKGBUILD --+ PKGBUILD | 19 +-- 1 file changed, 5 insertions(+), 14 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-07-31 09:23:27 UTC (rev 191835) +++ PKGBUILD2013-07-31 09:28:00 UTC (rev 191836) @@ -6,9 +6,9 @@ # Contributor: Marco Crosio pkgname=eclipse -pkgver=4.2.2 +pkgver=4.3 pkgrel=1 -_date=201302041200 +_date=201306052000 pkgdesc="An IDE for Java and other languages" arch=('i686' 'x86_64') url="http://eclipse.org"; @@ -18,12 +18,12 @@ license=("EPL/1.1") source=("ftp://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops4/R-$pkgver-${_date}/$pkgname-SDK-$pkgver-linux-gtk.tar.gz"; 'eclipse.sh' 'eclipse.desktop' 'eclipse.svg') -md5sums=('daa539af97a5cf4fb8ae1d7675b9625b' +md5sums=('8046626198b529c2e292022c39c18262' '7ea99a30fbaf06ec29261541b8eb1e23' 'ba2cf02c48e6e35bfe3685401c26bb5b' '77cff7543ccf7e177cb6667f5a20ce19') [ "$CARCH" = "x86_64" ] && source[0]="ftp://ftp.osuosl.org/pub/eclipse/eclipse/downloads/drops4/R-$pkgver-${_date}/$pkgname-SDK-$pkgver-linux-gtk-$CARCH.tar.gz"; -[ "$CARCH" = "x86_64" ] && md5sums[0]='902102ec85539f4c9342b2c1c4c67f64' +[ "$CARCH" = "x86_64" ] && md5sums[0]='8dba840856c5ca38b3c08ebac9a47cb8' package() { # install eclipse @@ -35,17 +35,8 @@ $pkgdir/usr/share/icons/hicolor/{16x16,32x32,48x48,256x256}/apps install -m755 eclipse.sh "$pkgdir/usr/bin/eclipse" install -m644 eclipse.desktop "$pkgdir/usr/share/applications/" - ln -s /usr/share/eclipse/plugins/org.eclipse.sdk_$pkgver.v${_date}/eclipse16.png \ -"$pkgdir/usr/share/icons/hicolor/16x16/apps/eclipse.png" - ln -s /usr/share/eclipse/plugins/org.eclipse.sdk_$pkgver.v${_date}/eclipse32.png \ -"$pkgdir/usr/share/icons/hicolor/32x32/apps/eclipse.png" - ln -s /usr/share/eclipse/plugins/org.eclipse.sdk_$pkgver.v${_date}/eclipse48.png \ -"$pkgdir/usr/share/icons/hicolor/48x48/apps/eclipse.png" - ln -s /usr/share/eclipse/plugins/org.eclipse.sdk_$pkgver.v${_date}/eclipse256.png \ -"$pkgdir/usr/share/icons/hicolor/256x256/apps/eclipse.png" - # install icon install -Dm644 "$srcdir"/eclipse.svg \ "$pkgdir"/usr/share/icons/hicolor/scalable/apps/eclipse.svg - sed -i "s|#!/usr/bin/python|#!/usr/bin/python2|" "$pkgdir"/usr/share/eclipse/plugins/org.apache.ant_1.8.3.v201301120609/bin/runant.py + sed -i "s|#!/usr/bin/python|#!/usr/bin/python2|" "$pkgdir"/usr/share/eclipse/plugins/org.apache.ant_1.8.4.v201303080030/bin/runant.py }
[arch-commits] Commit in ethtool/repos (4 files)
Date: Wednesday, July 31, 2013 @ 10:49:27 Author: ioni Revision: 191825 archrelease: copy trunk to extra-i686, extra-x86_64 Added: ethtool/repos/extra-i686/PKGBUILD (from rev 191824, ethtool/trunk/PKGBUILD) ethtool/repos/extra-x86_64/PKGBUILD (from rev 191824, ethtool/trunk/PKGBUILD) Deleted: ethtool/repos/extra-i686/PKGBUILD ethtool/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 56 extra-i686/PKGBUILD | 28 extra-x86_64/PKGBUILD | 28 3 files changed, 56 insertions(+), 56 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-07-31 08:48:49 UTC (rev 191824) +++ extra-i686/PKGBUILD 2013-07-31 08:49:27 UTC (rev 191825) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Paul Mattal -# Contributor: Martin Kemp - -pkgname=ethtool -pkgver=3.9 -pkgrel=1 -epoch=1 -pkgdesc="Utility for controlling network drivers and hardware" -arch=('i686' 'x86_64') -url="http://www.kernel.org/pub/software/network/ethtool/"; -license=('GPL') -depends=('glibc') -source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz) -md5sums=('559e85b3323917c6cc9327f5d99c') - -build() { -cd $pkgname-$pkgver -./configure --prefix=/usr --mandir=/usr/share/man \ ---sbindir=/usr/bin -make -} - -package() { -cd $pkgname-$pkgver -make DESTDIR="$pkgdir" install -} Copied: ethtool/repos/extra-i686/PKGBUILD (from rev 191824, ethtool/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-07-31 08:49:27 UTC (rev 191825) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Paul Mattal +# Contributor: Martin Kemp + +pkgname=ethtool +pkgver=3.10 +pkgrel=1 +epoch=1 +pkgdesc="Utility for controlling network drivers and hardware" +arch=('i686' 'x86_64') +url="http://www.kernel.org/pub/software/network/ethtool/"; +license=('GPL') +depends=('glibc') +source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz) +md5sums=('d1930df6e70a5204e8154a9911992be4') + +build() { +cd $pkgname-$pkgver +./configure --prefix=/usr --mandir=/usr/share/man \ +--sbindir=/usr/bin +make +} + +package() { +cd $pkgname-$pkgver +make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2013-07-31 08:48:49 UTC (rev 191824) +++ extra-x86_64/PKGBUILD 2013-07-31 08:49:27 UTC (rev 191825) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Paul Mattal -# Contributor: Martin Kemp - -pkgname=ethtool -pkgver=3.9 -pkgrel=1 -epoch=1 -pkgdesc="Utility for controlling network drivers and hardware" -arch=('i686' 'x86_64') -url="http://www.kernel.org/pub/software/network/ethtool/"; -license=('GPL') -depends=('glibc') -source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz) -md5sums=('559e85b3323917c6cc9327f5d99c') - -build() { -cd $pkgname-$pkgver -./configure --prefix=/usr --mandir=/usr/share/man \ ---sbindir=/usr/bin -make -} - -package() { -cd $pkgname-$pkgver -make DESTDIR="$pkgdir" install -} Copied: ethtool/repos/extra-x86_64/PKGBUILD (from rev 191824, ethtool/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2013-07-31 08:49:27 UTC (rev 191825) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Paul Mattal +# Contributor: Martin Kemp + +pkgname=ethtool +pkgver=3.10 +pkgrel=1 +epoch=1 +pkgdesc="Utility for controlling network drivers and hardware" +arch=('i686' 'x86_64') +url="http://www.kernel.org/pub/software/network/ethtool/"; +license=('GPL') +depends=('glibc') +source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz) +md5sums=('d1930df6e70a5204e8154a9911992be4') + +build() { +cd $pkgname-$pkgver +./configure --prefix=/usr --mandir=/usr/share/man \ +--sbindir=/usr/bin +make +} + +package() { +cd $pkgname-$pkgver +make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in ethtool/trunk (PKGBUILD)
Date: Wednesday, July 31, 2013 @ 10:48:49 Author: ioni Revision: 191824 update to 3.10 Modified: ethtool/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-07-31 08:40:59 UTC (rev 191823) +++ PKGBUILD2013-07-31 08:48:49 UTC (rev 191824) @@ -4,7 +4,7 @@ # Contributor: Martin Kemp pkgname=ethtool -pkgver=3.9 +pkgver=3.10 pkgrel=1 epoch=1 pkgdesc="Utility for controlling network drivers and hardware" @@ -13,7 +13,7 @@ license=('GPL') depends=('glibc') source=(http://www.kernel.org/pub/software/network/$pkgname/$pkgname-$pkgver.tar.xz) -md5sums=('559e85b3323917c6cc9327f5d99c') +md5sums=('d1930df6e70a5204e8154a9911992be4') build() { cd $pkgname-$pkgver
[arch-commits] Commit in openconnect/repos (4 files)
Date: Thursday, July 11, 2013 @ 21:58:49 Author: ioni Revision: 189941 archrelease: copy trunk to extra-i686, extra-x86_64 Added: openconnect/repos/extra-i686/PKGBUILD (from rev 189940, openconnect/trunk/PKGBUILD) openconnect/repos/extra-x86_64/PKGBUILD (from rev 189940, openconnect/trunk/PKGBUILD) Deleted: openconnect/repos/extra-i686/PKGBUILD openconnect/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 58 extra-i686/PKGBUILD | 29 extra-x86_64/PKGBUILD | 29 3 files changed, 58 insertions(+), 58 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-07-11 19:58:11 UTC (rev 189940) +++ extra-i686/PKGBUILD 2013-07-11 19:58:49 UTC (rev 189941) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=openconnect -pkgver=5.00 -pkgrel=1 -epoch=1 -pkgdesc="Open client for Cisco AnyConnect VPN" -arch=('i686' 'x86_64') -license=('GPL') -url="http://www.infradead.org/openconnect.html"; -depends=('libxml2' 'gnutls' 'libproxy' 'vpnc') -makedepends=('intltool' 'python2') -options=('!libtool' '!emptydirs') -source=(ftp://ftp.infradead.org/pub/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('b3677a4b15f8c530615f4c42dadce275') - -build() { - cd $pkgname-$pkgver - PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ - --sbindir=/usr/bin \ - --disable-static - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: openconnect/repos/extra-i686/PKGBUILD (from rev 189940, openconnect/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-07-11 19:58:49 UTC (rev 189941) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=openconnect +pkgver=5.01 +pkgrel=1 +epoch=1 +pkgdesc="Open client for Cisco AnyConnect VPN" +arch=('i686' 'x86_64') +license=('GPL') +url="http://www.infradead.org/openconnect.html"; +depends=('libxml2' 'gnutls' 'libproxy' 'vpnc') +makedepends=('intltool' 'python2') +options=('!libtool' '!emptydirs') +source=(ftp://ftp.infradead.org/pub/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('40b059f0fe955cd4f41d7abb97d84ce8') + +build() { + cd $pkgname-$pkgver + PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ + --sbindir=/usr/bin \ + --disable-static + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2013-07-11 19:58:11 UTC (rev 189940) +++ extra-x86_64/PKGBUILD 2013-07-11 19:58:49 UTC (rev 189941) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=openconnect -pkgver=5.00 -pkgrel=1 -epoch=1 -pkgdesc="Open client for Cisco AnyConnect VPN" -arch=('i686' 'x86_64') -license=('GPL') -url="http://www.infradead.org/openconnect.html"; -depends=('libxml2' 'gnutls' 'libproxy' 'vpnc') -makedepends=('intltool' 'python2') -options=('!libtool' '!emptydirs') -source=(ftp://ftp.infradead.org/pub/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('b3677a4b15f8c530615f4c42dadce275') - -build() { - cd $pkgname-$pkgver - PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ - --sbindir=/usr/bin \ - --disable-static - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: openconnect/repos/extra-x86_64/PKGBUILD (from rev 189940, openconnect/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2013-07-11 19:58:49 UTC (rev 189941) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=openconnect +pkgver=5.01 +pkgrel=1 +epoch=1 +pkgdesc="Open client for Cisco AnyConnect VPN" +arch=('i686' 'x86_64') +license=('GPL') +url="http://www.infradead.org/openconnect.html"; +depends=('libxml2' 'gnutls' 'libproxy' 'vpnc') +makedepends=('intltool' 'python2') +options=('!libtool' '!emptydirs') +source=(ftp://ftp.infradead.org/pub/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('40b059f0fe955cd4f41d7abb97d84ce8') + +build() { + cd $pkgname-$pkgver + PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ + --sbindir=/usr/bin \ + --disable-static + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in openconnect/trunk (PKGBUILD)
Date: Thursday, July 11, 2013 @ 21:58:11 Author: ioni Revision: 189940 update to 5.01 Modified: openconnect/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-07-11 19:54:40 UTC (rev 189939) +++ PKGBUILD2013-07-11 19:58:11 UTC (rev 189940) @@ -2,7 +2,7 @@ # Maintainer: Ionut Biru pkgname=openconnect -pkgver=5.00 +pkgver=5.01 pkgrel=1 epoch=1 pkgdesc="Open client for Cisco AnyConnect VPN" @@ -13,7 +13,7 @@ makedepends=('intltool' 'python2') options=('!libtool' '!emptydirs') source=(ftp://ftp.infradead.org/pub/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('b3677a4b15f8c530615f4c42dadce275') +md5sums=('40b059f0fe955cd4f41d7abb97d84ce8') build() { cd $pkgname-$pkgver
[arch-commits] Commit in p11-kit/repos (4 files)
Date: Thursday, July 11, 2013 @ 21:54:40 Author: ioni Revision: 189939 archrelease: copy trunk to extra-i686, extra-x86_64 Added: p11-kit/repos/extra-i686/PKGBUILD (from rev 189938, p11-kit/trunk/PKGBUILD) p11-kit/repos/extra-x86_64/PKGBUILD (from rev 189938, p11-kit/trunk/PKGBUILD) Deleted: p11-kit/repos/extra-i686/PKGBUILD p11-kit/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 60 extra-i686/PKGBUILD | 30 extra-x86_64/PKGBUILD | 30 3 files changed, 60 insertions(+), 60 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-07-11 19:53:20 UTC (rev 189938) +++ extra-i686/PKGBUILD 2013-07-11 19:54:40 UTC (rev 189939) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=p11-kit -pkgver=0.18.2 -pkgrel=1 -pkgdesc="Library to work with PKCS#11 modules" -arch=(i686 x86_64) -url="http://p11-glue.freedesktop.org"; -license=('BSD') -depends=('glibc' 'libtasn1') -options=(!libtool) -source=($url/releases/$pkgname-$pkgver.tar.gz{,.sig}) -md5sums=('7bb1703f38fb778054bf57477c78dc8f' - 'SKIP') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc \ ---with-module-path=/usr/lib/pkcs11 - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install - install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING -} - -# vim:set ts=2 sw=2 et: Copied: p11-kit/repos/extra-i686/PKGBUILD (from rev 189938, p11-kit/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-07-11 19:54:40 UTC (rev 189939) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=p11-kit +pkgver=0.18.4 +pkgrel=1 +pkgdesc="Library to work with PKCS#11 modules" +arch=(i686 x86_64) +url="http://p11-glue.freedesktop.org"; +license=('BSD') +depends=('glibc' 'libtasn1') +options=(!libtool) +source=($url/releases/$pkgname-$pkgver.tar.gz{,.sig}) +md5sums=('9535c4e5b9c2ef5f5cd0755115ba098b' + 'SKIP') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc \ +--with-module-path=/usr/lib/pkcs11 + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install + install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING +} + +# vim:set ts=2 sw=2 et: Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2013-07-11 19:53:20 UTC (rev 189938) +++ extra-x86_64/PKGBUILD 2013-07-11 19:54:40 UTC (rev 189939) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=p11-kit -pkgver=0.18.2 -pkgrel=1 -pkgdesc="Library to work with PKCS#11 modules" -arch=(i686 x86_64) -url="http://p11-glue.freedesktop.org"; -license=('BSD') -depends=('glibc' 'libtasn1') -options=(!libtool) -source=($url/releases/$pkgname-$pkgver.tar.gz{,.sig}) -md5sums=('7bb1703f38fb778054bf57477c78dc8f' - 'SKIP') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc \ ---with-module-path=/usr/lib/pkcs11 - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install - install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING -} - -# vim:set ts=2 sw=2 et: Copied: p11-kit/repos/extra-x86_64/PKGBUILD (from rev 189938, p11-kit/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2013-07-11 19:54:40 UTC (rev 189939) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=p11-kit +pkgver=0.18.4 +pkgrel=1 +pkgdesc="Library to work with PKCS#11 modules" +arch=(i686 x86_64) +url="http://p11-glue.freedesktop.org"; +license=('BSD') +depends=('glibc' 'libtasn1') +options=(!libtool) +source=($url/releases/$pkgname-$pkgver.tar.gz{,.sig}) +md5sums=('9535c4e5b9c2ef5f5cd0755115ba098b' + 'SKIP') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc \ +--with-module-path=/usr/lib/pkcs11 + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install + install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in p11-kit/trunk (PKGBUILD)
Date: Thursday, July 11, 2013 @ 21:53:20 Author: ioni Revision: 189938 update to 0.18.4 Modified: p11-kit/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-07-11 19:47:41 UTC (rev 189937) +++ PKGBUILD2013-07-11 19:53:20 UTC (rev 189938) @@ -2,7 +2,7 @@ # Maintainer: Ionut Biru pkgname=p11-kit -pkgver=0.18.2 +pkgver=0.18.4 pkgrel=1 pkgdesc="Library to work with PKCS#11 modules" arch=(i686 x86_64) @@ -11,7 +11,7 @@ depends=('glibc' 'libtasn1') options=(!libtool) source=($url/releases/$pkgname-$pkgver.tar.gz{,.sig}) -md5sums=('7bb1703f38fb778054bf57477c78dc8f' +md5sums=('9535c4e5b9c2ef5f5cd0755115ba098b' 'SKIP') build() {
[arch-commits] Commit in nspr/trunk (PKGBUILD)
Date: Thursday, July 11, 2013 @ 21:31:58 Author: ioni Revision: 189935 update to 4.10 Modified: nspr/trunk/PKGBUILD --+ PKGBUILD |9 +++-- 1 file changed, 3 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-07-11 19:07:10 UTC (rev 189934) +++ PKGBUILD2013-07-11 19:31:58 UTC (rev 189935) @@ -2,7 +2,7 @@ # Maintainer: Jan de Groot # Contributor: Alexander Baldeck pkgname=nspr -pkgver=4.9.6 +pkgver=4.10 pkgrel=1 pkgdesc="Netscape Portable Runtime" arch=(i686 x86_64) @@ -13,7 +13,7 @@ options=(!emptydirs) source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz nspr.pc.in) -md5sums=('62b1e9d376d503d972f90c3c0031d879' +md5sums=('f5466def95726b3c900d8a0227bdd034' 'bce1611f3117b53fc904cab549c09967') build() { @@ -24,10 +24,7 @@ confflags="" fi - sed -e 's/\$(MKSHLIB) \$(OBJS)/\$(MKSHLIB) \$(LDFLAGS) \$(OBJS)/g' \ - -i mozilla/nsprpub/config/rules.mk - - ./mozilla/nsprpub/configure \ + ./nspr/configure \ --prefix=/usr \ --libdir=/usr/lib \ --includedir=/usr/include/nspr \
[arch-commits] Commit in nspr/repos (6 files)
Date: Thursday, July 11, 2013 @ 21:32:17 Author: ioni Revision: 189936 archrelease: copy trunk to testing-i686, testing-x86_64 Added: nspr/repos/testing-i686/ nspr/repos/testing-i686/PKGBUILD (from rev 189935, nspr/trunk/PKGBUILD) nspr/repos/testing-i686/nspr.pc.in (from rev 189935, nspr/trunk/nspr.pc.in) nspr/repos/testing-x86_64/ nspr/repos/testing-x86_64/PKGBUILD (from rev 189935, nspr/trunk/PKGBUILD) nspr/repos/testing-x86_64/nspr.pc.in (from rev 189935, nspr/trunk/nspr.pc.in) ---+ testing-i686/PKGBUILD | 60 testing-i686/nspr.pc.in | 10 +++ testing-x86_64/PKGBUILD | 60 testing-x86_64/nspr.pc.in | 10 +++ 4 files changed, 140 insertions(+) Copied: nspr/repos/testing-i686/PKGBUILD (from rev 189935, nspr/trunk/PKGBUILD) === --- testing-i686/PKGBUILD (rev 0) +++ testing-i686/PKGBUILD 2013-07-11 19:32:17 UTC (rev 189936) @@ -0,0 +1,60 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: Alexander Baldeck +pkgname=nspr +pkgver=4.10 +pkgrel=1 +pkgdesc="Netscape Portable Runtime" +arch=(i686 x86_64) +url="http://www.mozilla.org/projects/nspr/"; +license=('MPL' 'GPL') +depends=('glibc') +makedepends=('zip') +options=(!emptydirs) +source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz +nspr.pc.in) +md5sums=('f5466def95726b3c900d8a0227bdd034' + 'bce1611f3117b53fc904cab549c09967') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + if [ "$CARCH" = "x86_64" ]; then +confflags="--enable-64bit" + else +confflags="" + fi + + ./nspr/configure \ + --prefix=/usr \ + --libdir=/usr/lib \ + --includedir=/usr/include/nspr \ + --enable-optimize \ + --disable-debug ${confflags} + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + + NSPR_LIBS=`./config/nspr-config --libs` + NSPR_CFLAGS=`./config/nspr-config --cflags` + NSPR_VERSION=`./config/nspr-config --version` + install -m755 -d "${pkgdir}/usr/lib/pkgconfig" + sed "${srcdir}/nspr.pc.in" -e "s,%libdir%,/usr/lib," \ + -e "s,%prefix%,/usr," \ + -e "s,%exec_prefix%,/usr/bin," \ + -e "s,%includedir%,/usr/include/nspr," \ + -e "s,%NSPR_VERSION%,${NSPR_VERSION}," \ + -e "s,%FULL_NSPR_LIBS%,${NSPR_LIBS}," \ + -e "s,%FULL_NSPR_CFLAGS%,${NSPR_CFLAGS}," > "${pkgdir}/usr/lib/pkgconfig/nspr.pc" + chmod 644 "${pkgdir}/usr/lib/pkgconfig/nspr.pc" + ln -sf nspr.pc "${pkgdir}/usr/lib/pkgconfig/mozilla-nspr.pc" + + chmod 644 ${pkgdir}/usr/lib/*.a + + rm -rf "${pkgdir}/usr/bin/compile-et.pl" \ + "${pkgdir}/usr/bin/prerr.properties" \ + "${pkgdir}/usr/share/aclocal/nspr.m4" \ + "${pkgdir}/usr/include/nspr/md" +} Copied: nspr/repos/testing-i686/nspr.pc.in (from rev 189935, nspr/trunk/nspr.pc.in) === --- testing-i686/nspr.pc.in (rev 0) +++ testing-i686/nspr.pc.in 2013-07-11 19:32:17 UTC (rev 189936) @@ -0,0 +1,10 @@ +prefix=%prefix% +exec_prefix=%exec_prefix% +libdir=%libdir% +includedir=%includedir% + +Name: NSPR +Description: The Netscape Portable Runtime +Version: %NSPR_VERSION% +Libs: %FULL_NSPR_LIBS% +Cflags: %FULL_NSPR_CFLAGS% Copied: nspr/repos/testing-x86_64/PKGBUILD (from rev 189935, nspr/trunk/PKGBUILD) === --- testing-x86_64/PKGBUILD (rev 0) +++ testing-x86_64/PKGBUILD 2013-07-11 19:32:17 UTC (rev 189936) @@ -0,0 +1,60 @@ +# $Id$ +# Maintainer: Jan de Groot +# Contributor: Alexander Baldeck +pkgname=nspr +pkgver=4.10 +pkgrel=1 +pkgdesc="Netscape Portable Runtime" +arch=(i686 x86_64) +url="http://www.mozilla.org/projects/nspr/"; +license=('MPL' 'GPL') +depends=('glibc') +makedepends=('zip') +options=(!emptydirs) +source=(ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v${pkgver}/src/${pkgname}-${pkgver}.tar.gz +nspr.pc.in) +md5sums=('f5466def95726b3c900d8a0227bdd034' + 'bce1611f3117b53fc904cab549c09967') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + if [ "$CARCH" = "x86_64" ]; then +confflags="--enable-64bit" + else +confflags="" + fi + + ./nspr/configure \ + --prefix=/usr \ + --libdir=/usr/lib \ + --includedir=/usr/include/nspr \ + --enable-optimize \ + --disable-debug ${confflags} + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + + NSPR_LIBS=`./config/nspr-config --libs` + NSPR_CFLAGS=`./config/nspr-config --cflags` + NSPR_VERSION=`./config/nspr-config --version` + install -m755 -d "${pkgdir}/usr/lib/pkgconfig" + sed "${srcdir}/nspr.pc.in" -e "s,%libdir%,/usr/lib," \ + -e
[arch-commits] Commit in mtr/repos (4 files)
Date: Thursday, July 11, 2013 @ 21:04:39 Author: ioni Revision: 189932 archrelease: copy trunk to extra-i686, extra-x86_64 Added: mtr/repos/extra-i686/PKGBUILD (from rev 189931, mtr/trunk/PKGBUILD) mtr/repos/extra-x86_64/PKGBUILD (from rev 189931, mtr/trunk/PKGBUILD) Deleted: mtr/repos/extra-i686/PKGBUILD mtr/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 84 extra-i686/PKGBUILD | 42 extra-x86_64/PKGBUILD | 42 3 files changed, 84 insertions(+), 84 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-07-11 19:03:53 UTC (rev 189931) +++ extra-i686/PKGBUILD 2013-07-11 19:04:39 UTC (rev 189932) @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Douglas Soares de Andrade - -pkgbase=mtr -pkgname=(mtr mtr-gtk) -pkgver=0.84 -pkgrel=2 -arch=('i686' 'x86_64') -license=('GPL') -makedepends=('ncurses' 'gtk2') -source=(ftp://ftp.bitwizard.nl/mtr/$pkgbase-$pkgver.tar.gz) -url="http://www.bitwizard.nl/mtr/"; -md5sums=('df61096ae1b18b27f915feeb907ae48c') - -build() { -cp -r $pkgbase-$pkgver $pkgbase-cli -cd mtr-cli -./configure --prefix=/usr --without-gtk --sbindir=/usr/bin -make - -cd "$srcdir/$pkgbase-$pkgver" -./configure --prefix=/usr --sbindir=/usr/bin -make -} - -package_mtr() { -pkgdesc="Combines the functionality of traceroute and ping into one tool (CLI version)" -depends=('ncurses' 'glib2') -cd mtr-cli -make DESTDIR="$pkgdir" install -} - -package_mtr-gtk() { -pkgdesc="Combines the functionality of traceroute and ping into one tool (GTK version)" -depends=('ncurses' "gtk2") -conflicts=("mtr") -provides=("mtr=$pkgver") - -cd $pkgbase-$pkgver -make DESTDIR="$pkgdir" install -} Copied: mtr/repos/extra-i686/PKGBUILD (from rev 189931, mtr/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-07-11 19:04:39 UTC (rev 189932) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Douglas Soares de Andrade + +pkgbase=mtr +pkgname=(mtr mtr-gtk) +pkgver=0.85 +pkgrel=1 +arch=('i686' 'x86_64') +license=('GPL') +makedepends=('ncurses' 'gtk2') +source=(ftp://ftp.bitwizard.nl/mtr/$pkgbase-$pkgver.tar.gz) +url=""ba1e111d270178eb1d65e51ebf6503f +md5sums=('aba1e111d270178eb1d65e51ebf6503f') + +build() { +cp -r $pkgbase-$pkgver $pkgbase-cli +cd mtr-cli +./configure --prefix=/usr --without-gtk --sbindir=/usr/bin +make + +cd "$srcdir/$pkgbase-$pkgver" +./configure --prefix=/usr --sbindir=/usr/bin +make +} + +package_mtr() { +pkgdesc="Combines the functionality of traceroute and ping into one tool (CLI version)" +depends=('ncurses' 'glib2') +cd mtr-cli +make DESTDIR="$pkgdir" install +} + +package_mtr-gtk() { +pkgdesc="Combines the functionality of traceroute and ping into one tool (GTK version)" +depends=('ncurses' "gtk2") +conflicts=("mtr") +provides=("mtr=$pkgver") + +cd $pkgbase-$pkgver +make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2013-07-11 19:03:53 UTC (rev 189931) +++ extra-x86_64/PKGBUILD 2013-07-11 19:04:39 UTC (rev 189932) @@ -1,42 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Douglas Soares de Andrade - -pkgbase=mtr -pkgname=(mtr mtr-gtk) -pkgver=0.84 -pkgrel=2 -arch=('i686' 'x86_64') -license=('GPL') -makedepends=('ncurses' 'gtk2') -source=(ftp://ftp.bitwizard.nl/mtr/$pkgbase-$pkgver.tar.gz) -url="http://www.bitwizard.nl/mtr/"; -md5sums=('df61096ae1b18b27f915feeb907ae48c') - -build() { -cp -r $pkgbase-$pkgver $pkgbase-cli -cd mtr-cli -./configure --prefix=/usr --without-gtk --sbindir=/usr/bin -make - -cd "$srcdir/$pkgbase-$pkgver" -./configure --prefix=/usr --sbindir=/usr/bin -make -} - -package_mtr() { -pkgdesc="Combines the functionality of traceroute and ping into one tool (CLI version)" -depends=('ncurses' 'glib2') -cd mtr-cli -make DESTDIR="$pkgdir" install -} - -package_mtr-gtk() { -pkgdesc="Combines the functionality of traceroute and ping into one tool (GTK version)" -depends=('ncurses' "gtk2") -conflicts=("mtr") -provides=("mtr=$pkgver") - -cd $pkgbase-$pkgver -make DESTDIR="$pkgdir" install -} Copied: mtr/repos/extra-x86_64/PKGBUILD (from rev 189931, mtr/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2013-07-11 19:04:39 UTC (rev 189932) @@ -0,0 +1,42 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Douglas Soares de Andrade + +pkgb
[arch-commits] Commit in mtr/trunk (PKGBUILD)
Date: Thursday, July 11, 2013 @ 21:03:53 Author: ioni Revision: 189931 update to 0.85 Modified: mtr/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-07-11 18:55:47 UTC (rev 189930) +++ PKGBUILD2013-07-11 19:03:53 UTC (rev 189931) @@ -4,14 +4,14 @@ pkgbase=mtr pkgname=(mtr mtr-gtk) -pkgver=0.84 -pkgrel=2 +pkgver=0.85 +pkgrel=1 arch=('i686' 'x86_64') license=('GPL') makedepends=('ncurses' 'gtk2') source=(ftp://ftp.bitwizard.nl/mtr/$pkgbase-$pkgver.tar.gz) -url="http://www.bitwizard.nl/mtr/"; -md5sums=('df61096ae1b18b27f915feeb907ae48c') +url=""ba1e111d270178eb1d65e51ebf6503f +md5sums=('aba1e111d270178eb1d65e51ebf6503f') build() { cp -r $pkgbase-$pkgver $pkgbase-cli
[arch-commits] Commit in gnome-contacts/repos (8 files)
Date: Thursday, July 11, 2013 @ 20:55:47 Author: ioni Revision: 189930 archrelease: copy trunk to extra-i686, extra-x86_64 Added: gnome-contacts/repos/extra-i686/PKGBUILD (from rev 189929, gnome-contacts/trunk/PKGBUILD) gnome-contacts/repos/extra-i686/gnome-contacts.install (from rev 189929, gnome-contacts/trunk/gnome-contacts.install) gnome-contacts/repos/extra-x86_64/PKGBUILD (from rev 189929, gnome-contacts/trunk/PKGBUILD) gnome-contacts/repos/extra-x86_64/gnome-contacts.install (from rev 189929, gnome-contacts/trunk/gnome-contacts.install) Deleted: gnome-contacts/repos/extra-i686/PKGBUILD gnome-contacts/repos/extra-i686/gnome-contacts.install gnome-contacts/repos/extra-x86_64/PKGBUILD gnome-contacts/repos/extra-x86_64/gnome-contacts.install -+ /PKGBUILD | 58 ++ /gnome-contacts.install | 22 extra-i686/PKGBUILD | 29 - extra-i686/gnome-contacts.install | 11 -- extra-x86_64/PKGBUILD | 29 - extra-x86_64/gnome-contacts.install | 11 -- 6 files changed, 80 insertions(+), 80 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-07-11 18:55:15 UTC (rev 189929) +++ extra-i686/PKGBUILD 2013-07-11 18:55:47 UTC (rev 189930) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=gnome-contacts -pkgver=3.8.1 -pkgrel=1 -pkgdesc="Contacts Manager for GNOME" -arch=(i686 x86_64) -url="http://www.gnome.org"; -license=('GPL2') -groups=(gnome) -depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop' 'dconf' 'gnome-online-accounts' 'libgee' 'telepathy-glib' 'cheese') -makedepends=('intltool' 'vala' 'gobject-introspection') -install=$pkgname.install -source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('c9b2ffba754f4e1e37788195c814b12dfbf79b35042cd811b8690f890572edcb') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-contacts - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} - -# vim:set ts=2 sw=2 et: Copied: gnome-contacts/repos/extra-i686/PKGBUILD (from rev 189929, gnome-contacts/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-07-11 18:55:47 UTC (rev 189930) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=gnome-contacts +pkgver=3.8.2 +pkgrel=1 +pkgdesc="Contacts Manager for GNOME" +arch=(i686 x86_64) +url="http://www.gnome.org"; +license=('GPL2') +groups=(gnome) +depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop' 'dconf' 'gnome-online-accounts' 'libgee' 'telepathy-glib' 'cheese') +makedepends=('intltool' 'vala' 'gobject-introspection') +install=$pkgname.install +source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) +sha256sums=('6cb3fe9e7f0f2380d77494a3408893265c42ea2a70579f0c871defbab5a7b5fa') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --libexecdir=/usr/lib/gnome-contacts + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: Deleted: extra-i686/gnome-contacts.install === --- extra-i686/gnome-contacts.install 2013-07-11 18:55:15 UTC (rev 189929) +++ extra-i686/gnome-contacts.install 2013-07-11 18:55:47 UTC (rev 189930) @@ -1,11 +0,0 @@ -post_install() { - glib-compile-schemas /usr/share/glib-2.0/schemas -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: gnome-contacts/repos/extra-i686/gnome-contacts.install (from rev 189929, gnome-contacts/trunk/gnome-contacts.install) === --- extra-i686/gnome-contacts.install (rev 0) +++ extra-i686/gnome-contacts.install 2013-07-11 18:55:47 UTC (rev 189930) @@ -0,0 +1,11 @@ +post_install() { + glib-compile-schemas /usr/share/glib-2.0/schemas +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2013-07-11 18:55:15 UTC (rev 189929) +++ extra-x86_64/PKGBUILD 2013-07-11 18:55:47 UTC (rev 189930) @@ -1,29 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=gnome-contacts -pkgver=3.8.1 -pkgrel=1 -pkgdesc="Contacts Manager for GNOME" -arch=(i686 x86_64) -url="http://www.gnome.org"; -license=('GPL2') -groups=(gnome) -depends=('gtk3' 'folks' 'libnotify' 'gnome-desktop' 'dconf' 'gnome-online-accounts' 'libgee' 'telepathy-glib' 'cheese') -makedepends=('intltool' 'vala' 'gobject-introspection') -install=$pkgname.install -sourc
[arch-commits] Commit in gnome-contacts/trunk (PKGBUILD)
Date: Thursday, July 11, 2013 @ 20:55:15 Author: ioni Revision: 189929 update to 3.8.2 Modified: gnome-contacts/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-07-11 18:49:52 UTC (rev 189928) +++ PKGBUILD2013-07-11 18:55:15 UTC (rev 189929) @@ -2,7 +2,7 @@ # Maintainer: Ionut Biru pkgname=gnome-contacts -pkgver=3.8.1 +pkgver=3.8.2 pkgrel=1 pkgdesc="Contacts Manager for GNOME" arch=(i686 x86_64) @@ -13,7 +13,7 @@ makedepends=('intltool' 'vala' 'gobject-introspection') install=$pkgname.install source=(http://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz) -sha256sums=('c9b2ffba754f4e1e37788195c814b12dfbf79b35042cd811b8690f890572edcb') +sha256sums=('6cb3fe9e7f0f2380d77494a3408893265c42ea2a70579f0c871defbab5a7b5fa') build() { cd $pkgname-$pkgver
[arch-commits] Commit in flashplugin/repos (12 files)
Date: Thursday, July 11, 2013 @ 20:49:52 Author: ioni Revision: 189928 archrelease: copy trunk to extra-i686, extra-x86_64 Added: flashplugin/repos/extra-i686/PKGBUILD (from rev 189927, flashplugin/trunk/PKGBUILD) flashplugin/repos/extra-i686/flashplugin.install (from rev 189927, flashplugin/trunk/flashplugin.install) flashplugin/repos/extra-i686/mms.cfg (from rev 189927, flashplugin/trunk/mms.cfg) flashplugin/repos/extra-x86_64/PKGBUILD (from rev 189927, flashplugin/trunk/PKGBUILD) flashplugin/repos/extra-x86_64/flashplugin.install (from rev 189927, flashplugin/trunk/flashplugin.install) flashplugin/repos/extra-x86_64/mms.cfg (from rev 189927, flashplugin/trunk/mms.cfg) Deleted: flashplugin/repos/extra-i686/PKGBUILD flashplugin/repos/extra-i686/flashplugin.install flashplugin/repos/extra-i686/mms.cfg flashplugin/repos/extra-x86_64/PKGBUILD flashplugin/repos/extra-x86_64/flashplugin.install flashplugin/repos/extra-x86_64/mms.cfg --+ /PKGBUILD| 104 + /flashplugin.install | 28 + /mms.cfg |4 + extra-i686/PKGBUILD | 52 -- extra-i686/flashplugin.install | 14 extra-i686/mms.cfg |2 extra-x86_64/PKGBUILD| 52 -- extra-x86_64/flashplugin.install | 14 extra-x86_64/mms.cfg |2 9 files changed, 136 insertions(+), 136 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-07-11 18:47:59 UTC (rev 189927) +++ extra-i686/PKGBUILD 2013-07-11 18:49:52 UTC (rev 189928) @@ -1,52 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Andrea Scarpino - -pkgname=flashplugin -_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf' -pkgver=11.2.202.291 -pkgrel=1 -pkgdesc='Adobe Flash Player' -url='http://get.adobe.com/flashplayer' -arch=('i686' 'x86_64') -depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme') -optdepends=('libvdpau: GPU acceleration on Nvidia card') -provides=('flashplayer') -license=('custom') -options=(!strip) -install=flashplugin.install -backup=(etc/adobe/mms.cfg) - -if [ "$CARCH" = "i686" ]; then - source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz"; -"http://www.adobe.com/products/eulas/pdfs/${_licensefile}"; -mms.cfg) -md5sums=('8ca1a25083a5efed4692d1ebd4975111' - '94ca2aecb409abfe36494d1a7ec7591d' - 'f34aae6279b40e0bd2abfb0d9963d7b8') -elif [ "$CARCH" = "x86_64" ]; then - source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz"; -"http://www.adobe.com/products/eulas/pdfs/${_licensefile}"; -mms.cfg) -md5sums=('7cb981b2189f4bdd38c6fac29964036b' - '94ca2aecb409abfe36494d1a7ec7591d' - 'f34aae6279b40e0bd2abfb0d9963d7b8') -fi - -package () { -install -Dm755 libflashplayer.so "$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so" -if [ "$CARCH" = x86_64 ]; then -install -Dm755 usr/lib64/kde4/kcm_adobe_flash_player.so "$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so" -else -install -Dm755 usr/lib/kde4/kcm_adobe_flash_player.so "$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so" -fi -install -Dm755 usr/bin/flash-player-properties "$pkgdir/usr/bin/flash-player-properties" -for i in 16x16 22x22 24x24 32x32 48x48; do -install -Dm644 usr/share/icons/hicolor/$i/apps/flash-player-properties.png \ - "$pkgdir/usr/share/icons/hicolor/$i/apps/flash-player-properties.png" -done -install -Dm644 usr/share/applications/flash-player-properties.desktop "$pkgdir/usr/share/applications/flash-player-properties.desktop" -install -Dm644 usr/share/kde4/services/kcm_adobe_flash_player.desktop "$pkgdir/usr/share/kde4/services/kcm_adobe_flash_player.desktop" -install -Dm644 "${_licensefile}" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf" -install -Dm644 "$srcdir/mms.cfg" "$pkgdir/etc/adobe/mms.cfg" -} Copied: flashplugin/repos/extra-i686/PKGBUILD (from rev 189927, flashplugin/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-07-11 18:49:52 UTC (rev 189928) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Andrea Scarpino + +pkgname=flashplugin +_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf' +pkgver=11.2.202.297 +pkgrel=1 +pkgdesc='Adobe Flash Player' +url='http://get.adobe.com/flashplayer' +arch=('i686' 'x86_64') +depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme') +optdepends=('libvdpau: GPU
[arch-commits] Commit in flashplugin/trunk (PKGBUILD)
Date: Thursday, July 11, 2013 @ 20:47:59 Author: ioni Revision: 189927 update Modified: flashplugin/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-07-11 14:54:08 UTC (rev 189926) +++ PKGBUILD2013-07-11 18:47:59 UTC (rev 189927) @@ -4,7 +4,7 @@ pkgname=flashplugin _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf' -pkgver=11.2.202.291 +pkgver=11.2.202.297 pkgrel=1 pkgdesc='Adobe Flash Player' url='http://get.adobe.com/flashplayer' @@ -21,14 +21,14 @@ source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz"; "http://www.adobe.com/products/eulas/pdfs/${_licensefile}"; mms.cfg) -md5sums=('8ca1a25083a5efed4692d1ebd4975111' +md5sums=('686fc9363d94213460f389581ca7ba3b' '94ca2aecb409abfe36494d1a7ec7591d' 'f34aae6279b40e0bd2abfb0d9963d7b8') elif [ "$CARCH" = "x86_64" ]; then source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz"; "http://www.adobe.com/products/eulas/pdfs/${_licensefile}"; mms.cfg) -md5sums=('7cb981b2189f4bdd38c6fac29964036b' +md5sums=('9685134de6de24ca9ebd40f14e2ebb01' '94ca2aecb409abfe36494d1a7ec7591d' 'f34aae6279b40e0bd2abfb0d9963d7b8') fi
[arch-commits] Commit in flashplugin/repos (12 files)
Date: Thursday, June 13, 2013 @ 13:05:15 Author: ioni Revision: 188243 archrelease: copy trunk to extra-i686, extra-x86_64 Added: flashplugin/repos/extra-i686/PKGBUILD (from rev 188242, flashplugin/trunk/PKGBUILD) flashplugin/repos/extra-i686/flashplugin.install (from rev 188242, flashplugin/trunk/flashplugin.install) flashplugin/repos/extra-i686/mms.cfg (from rev 188242, flashplugin/trunk/mms.cfg) flashplugin/repos/extra-x86_64/PKGBUILD (from rev 188242, flashplugin/trunk/PKGBUILD) flashplugin/repos/extra-x86_64/flashplugin.install (from rev 188242, flashplugin/trunk/flashplugin.install) flashplugin/repos/extra-x86_64/mms.cfg (from rev 188242, flashplugin/trunk/mms.cfg) Deleted: flashplugin/repos/extra-i686/PKGBUILD flashplugin/repos/extra-i686/flashplugin.install flashplugin/repos/extra-i686/mms.cfg flashplugin/repos/extra-x86_64/PKGBUILD flashplugin/repos/extra-x86_64/flashplugin.install flashplugin/repos/extra-x86_64/mms.cfg --+ /PKGBUILD| 104 + /flashplugin.install | 28 + /mms.cfg |4 + extra-i686/PKGBUILD | 52 -- extra-i686/flashplugin.install | 14 extra-i686/mms.cfg |2 extra-x86_64/PKGBUILD| 52 -- extra-x86_64/flashplugin.install | 14 extra-x86_64/mms.cfg |2 9 files changed, 136 insertions(+), 136 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-06-13 10:50:15 UTC (rev 188242) +++ extra-i686/PKGBUILD 2013-06-13 11:05:15 UTC (rev 188243) @@ -1,52 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Andrea Scarpino - -pkgname=flashplugin -_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf' -pkgver=11.2.202.285 -pkgrel=1 -pkgdesc='Adobe Flash Player' -url='http://get.adobe.com/flashplayer' -arch=('i686' 'x86_64') -depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme') -optdepends=('libvdpau: GPU acceleration on Nvidia card') -provides=('flashplayer') -license=('custom') -options=(!strip) -install=flashplugin.install -backup=(etc/adobe/mms.cfg) - -if [ "$CARCH" = "i686" ]; then - source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz"; -"http://www.adobe.com/products/eulas/pdfs/${_licensefile}"; -mms.cfg) -md5sums=('4e3691afc05486be0258e66186d13644' - '94ca2aecb409abfe36494d1a7ec7591d' - 'f34aae6279b40e0bd2abfb0d9963d7b8') -elif [ "$CARCH" = "x86_64" ]; then - source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz"; -"http://www.adobe.com/products/eulas/pdfs/${_licensefile}"; -mms.cfg) -md5sums=('3fe4e07a3ddf07fd2c7c3b7b8b4cf5b4' - '94ca2aecb409abfe36494d1a7ec7591d' - 'f34aae6279b40e0bd2abfb0d9963d7b8') -fi - -package () { -install -Dm755 libflashplayer.so "$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so" -if [ "$CARCH" = x86_64 ]; then -install -Dm755 usr/lib64/kde4/kcm_adobe_flash_player.so "$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so" -else -install -Dm755 usr/lib/kde4/kcm_adobe_flash_player.so "$pkgdir/usr/lib/kde4/kcm_adobe_flash_player.so" -fi -install -Dm755 usr/bin/flash-player-properties "$pkgdir/usr/bin/flash-player-properties" -for i in 16x16 22x22 24x24 32x32 48x48; do -install -Dm644 usr/share/icons/hicolor/$i/apps/flash-player-properties.png \ - "$pkgdir/usr/share/icons/hicolor/$i/apps/flash-player-properties.png" -done -install -Dm644 usr/share/applications/flash-player-properties.desktop "$pkgdir/usr/share/applications/flash-player-properties.desktop" -install -Dm644 usr/share/kde4/services/kcm_adobe_flash_player.desktop "$pkgdir/usr/share/kde4/services/kcm_adobe_flash_player.desktop" -install -Dm644 "${_licensefile}" "$pkgdir/usr/share/licenses/$pkgname/LICENSE.pdf" -install -Dm644 "$srcdir/mms.cfg" "$pkgdir/etc/adobe/mms.cfg" -} Copied: flashplugin/repos/extra-i686/PKGBUILD (from rev 188242, flashplugin/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-06-13 11:05:15 UTC (rev 188243) @@ -0,0 +1,52 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Andrea Scarpino + +pkgname=flashplugin +_licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf' +pkgver=11.2.202.291 +pkgrel=1 +pkgdesc='Adobe Flash Player' +url='http://get.adobe.com/flashplayer' +arch=('i686' 'x86_64') +depends=('mozilla-common' 'libxt' 'libxpm' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme') +optdepends=('libvdpau: GPU
[arch-commits] Commit in flashplugin/trunk (PKGBUILD)
Date: Thursday, June 13, 2013 @ 12:50:15 Author: ioni Revision: 188242 update Modified: flashplugin/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-06-13 10:47:42 UTC (rev 188241) +++ PKGBUILD2013-06-13 10:50:15 UTC (rev 188242) @@ -4,7 +4,7 @@ pkgname=flashplugin _licensefile='PlatformClients_PC_WWEULA_Combined_20100108_1657.pdf' -pkgver=11.2.202.285 +pkgver=11.2.202.291 pkgrel=1 pkgdesc='Adobe Flash Player' url='http://get.adobe.com/flashplayer' @@ -21,14 +21,14 @@ source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.i386.tar.gz"; "http://www.adobe.com/products/eulas/pdfs/${_licensefile}"; mms.cfg) -md5sums=('4e3691afc05486be0258e66186d13644' +md5sums=('8ca1a25083a5efed4692d1ebd4975111' '94ca2aecb409abfe36494d1a7ec7591d' 'f34aae6279b40e0bd2abfb0d9963d7b8') elif [ "$CARCH" = "x86_64" ]; then source=("http://fpdownload.macromedia.com/get/flashplayer/pdc/$pkgver/install_flash_player_11_linux.x86_64.tar.gz"; "http://www.adobe.com/products/eulas/pdfs/${_licensefile}"; mms.cfg) -md5sums=('3fe4e07a3ddf07fd2c7c3b7b8b4cf5b4' +md5sums=('7cb981b2189f4bdd38c6fac29964036b' '94ca2aecb409abfe36494d1a7ec7591d' 'f34aae6279b40e0bd2abfb0d9963d7b8') fi
[arch-commits] Commit in udisks2/repos/staging-x86_64 (PKGBUILD PKGBUILD)
Date: Friday, May 31, 2013 @ 10:31:54 Author: ioni Revision: 186798 archrelease: copy trunk to staging-x86_64 Added: udisks2/repos/staging-x86_64/PKGBUILD (from rev 186797, udisks2/trunk/PKGBUILD) Deleted: udisks2/repos/staging-x86_64/PKGBUILD --+ PKGBUILD | 74 - 1 file changed, 35 insertions(+), 39 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-05-31 08:31:24 UTC (rev 186797) +++ PKGBUILD2013-05-31 08:31:54 UTC (rev 186798) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=udisks2 -pkgver=2.1.0 -pkgrel=3 -pkgdesc="Disk Management Service, version 2" -arch=('i686' 'x86_64') -url="http://www.freedesktop.org/wiki/Software/udisks"; -license=('GPL2') -depends=('glib2' 'udev' 'polkit' 'libatasmart' 'eject') -makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'python') -optdepends=('parted: partition management' -'gptfdisk: GUID partition table support') -options=(!libtool) -source=(http://udisks.freedesktop.org/releases/udisks-$pkgver.tar.bz2) -sha256sums=('310208e5a10335dae4b52a0125c24d31cf292cce3d15cf65da4cd308e38d15a8') - -build() { - cd "udisks-$pkgver" - ./configure --prefix=/usr --sysconfdir=/etc \ - --with-systemdsystemunitdir=/usr/lib/systemd/system \ - --localstatedir=/var --disable-static - make - # fix mdadm location - sed -i -e 's#/sbin/mdadm#/usr/bin/mdadm#g' \ -"${srcdir}/udisks-${pkgver}"/data/80-udisks2.rules -} - -package() { - cd "udisks-$pkgver" - make DESTDIR="$pkgdir" install \ -bash_completiondir=/usr/share/bash-completion/completions - - # usrmove - cd "$pkgdir"/usr - mv sbin/* bin/ - rmdir sbin -} Copied: udisks2/repos/staging-x86_64/PKGBUILD (from rev 186797, udisks2/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-05-31 08:31:54 UTC (rev 186798) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=udisks2 +pkgver=2.1.0 +pkgrel=3 +pkgdesc="Disk Management Service, version 2" +arch=('i686' 'x86_64') +url="http://www.freedesktop.org/wiki/Software/udisks"; +license=('GPL2') +depends=('glib2' 'udev' 'polkit' 'libatasmart' 'eject') +makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'python') +optdepends=('parted: partition management' +'gptfdisk: GUID partition table support') +options=(!libtool) +source=(http://udisks.freedesktop.org/releases/udisks-$pkgver.tar.bz2) +sha256sums=('310208e5a10335dae4b52a0125c24d31cf292cce3d15cf65da4cd308e38d15a8') + +build() { + cd "udisks-$pkgver" + ./configure --prefix=/usr --sysconfdir=/etc \ + --sbindir=/usr/bin \ + --with-systemdsystemunitdir=/usr/lib/systemd/system \ + --localstatedir=/var --disable-static + make + # fix mdadm location + sed -i -e 's#/sbin/mdadm#/usr/bin/mdadm#g' \ +"${srcdir}/udisks-${pkgver}"/data/80-udisks2.rules +} + +package() { + cd "udisks-$pkgver" + make DESTDIR="$pkgdir" install \ +bash_completiondir=/usr/share/bash-completion/completions +}
[arch-commits] Commit in udisks2/repos/staging-i686 (PKGBUILD PKGBUILD)
Date: Friday, May 31, 2013 @ 10:31:59 Author: ioni Revision: 186799 archrelease: copy trunk to staging-i686 Added: udisks2/repos/staging-i686/PKGBUILD (from rev 186798, udisks2/trunk/PKGBUILD) Deleted: udisks2/repos/staging-i686/PKGBUILD --+ PKGBUILD | 74 - 1 file changed, 35 insertions(+), 39 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-05-31 08:31:54 UTC (rev 186798) +++ PKGBUILD2013-05-31 08:31:59 UTC (rev 186799) @@ -1,39 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=udisks2 -pkgver=2.1.0 -pkgrel=3 -pkgdesc="Disk Management Service, version 2" -arch=('i686' 'x86_64') -url="http://www.freedesktop.org/wiki/Software/udisks"; -license=('GPL2') -depends=('glib2' 'udev' 'polkit' 'libatasmart' 'eject') -makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'python') -optdepends=('parted: partition management' -'gptfdisk: GUID partition table support') -options=(!libtool) -source=(http://udisks.freedesktop.org/releases/udisks-$pkgver.tar.bz2) -sha256sums=('310208e5a10335dae4b52a0125c24d31cf292cce3d15cf65da4cd308e38d15a8') - -build() { - cd "udisks-$pkgver" - ./configure --prefix=/usr --sysconfdir=/etc \ - --with-systemdsystemunitdir=/usr/lib/systemd/system \ - --localstatedir=/var --disable-static - make - # fix mdadm location - sed -i -e 's#/sbin/mdadm#/usr/bin/mdadm#g' \ -"${srcdir}/udisks-${pkgver}"/data/80-udisks2.rules -} - -package() { - cd "udisks-$pkgver" - make DESTDIR="$pkgdir" install \ -bash_completiondir=/usr/share/bash-completion/completions - - # usrmove - cd "$pkgdir"/usr - mv sbin/* bin/ - rmdir sbin -} Copied: udisks2/repos/staging-i686/PKGBUILD (from rev 186798, udisks2/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-05-31 08:31:59 UTC (rev 186799) @@ -0,0 +1,35 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=udisks2 +pkgver=2.1.0 +pkgrel=3 +pkgdesc="Disk Management Service, version 2" +arch=('i686' 'x86_64') +url="http://www.freedesktop.org/wiki/Software/udisks"; +license=('GPL2') +depends=('glib2' 'udev' 'polkit' 'libatasmart' 'eject') +makedepends=('intltool' 'docbook-xsl' 'gobject-introspection' 'python') +optdepends=('parted: partition management' +'gptfdisk: GUID partition table support') +options=(!libtool) +source=(http://udisks.freedesktop.org/releases/udisks-$pkgver.tar.bz2) +sha256sums=('310208e5a10335dae4b52a0125c24d31cf292cce3d15cf65da4cd308e38d15a8') + +build() { + cd "udisks-$pkgver" + ./configure --prefix=/usr --sysconfdir=/etc \ + --sbindir=/usr/bin \ + --with-systemdsystemunitdir=/usr/lib/systemd/system \ + --localstatedir=/var --disable-static + make + # fix mdadm location + sed -i -e 's#/sbin/mdadm#/usr/bin/mdadm#g' \ +"${srcdir}/udisks-${pkgver}"/data/80-udisks2.rules +} + +package() { + cd "udisks-$pkgver" + make DESTDIR="$pkgdir" install \ +bash_completiondir=/usr/share/bash-completion/completions +}
[arch-commits] Commit in udisks2/trunk (PKGBUILD)
Date: Friday, May 31, 2013 @ 10:31:24 Author: ioni Revision: 186797 a better way of doing things like that Modified: udisks2/trunk/PKGBUILD --+ PKGBUILD |6 +- 1 file changed, 1 insertion(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-05-31 08:12:07 UTC (rev 186796) +++ PKGBUILD2013-05-31 08:31:24 UTC (rev 186797) @@ -19,6 +19,7 @@ build() { cd "udisks-$pkgver" ./configure --prefix=/usr --sysconfdir=/etc \ + --sbindir=/usr/bin \ --with-systemdsystemunitdir=/usr/lib/systemd/system \ --localstatedir=/var --disable-static make @@ -31,9 +32,4 @@ cd "udisks-$pkgver" make DESTDIR="$pkgdir" install \ bash_completiondir=/usr/share/bash-completion/completions - - # usrmove - cd "$pkgdir"/usr - mv sbin/* bin/ - rmdir sbin }
[arch-commits] Commit in openconnect/repos (4 files)
Date: Tuesday, May 28, 2013 @ 12:31:58 Author: ioni Revision: 186524 archrelease: copy trunk to extra-i686, extra-x86_64 Added: openconnect/repos/extra-i686/PKGBUILD (from rev 186523, openconnect/trunk/PKGBUILD) openconnect/repos/extra-x86_64/PKGBUILD (from rev 186523, openconnect/trunk/PKGBUILD) Deleted: openconnect/repos/extra-i686/PKGBUILD openconnect/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 58 extra-i686/PKGBUILD | 28 --- extra-x86_64/PKGBUILD | 28 --- 3 files changed, 58 insertions(+), 56 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-05-28 10:31:36 UTC (rev 186523) +++ extra-i686/PKGBUILD 2013-05-28 10:31:58 UTC (rev 186524) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=openconnect -pkgver=5.00 -pkgrel=1 -epoch=1 -pkgdesc="Open client for Cisco AnyConnect VPN" -arch=('i686' 'x86_64') -license=('GPL') -url="http://www.infradead.org/openconnect.html"; -depends=('libxml2' 'gnutls' 'libproxy' 'vpnc') -makedepends=('intltool' 'python2') -options=('!libtool' '!emptydirs') -source=(ftp://ftp.infradead.org/pub/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('b3677a4b15f8c530615f4c42dadce275') - -build() { - cd $pkgname-$pkgver - PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ - --disable-static - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: openconnect/repos/extra-i686/PKGBUILD (from rev 186523, openconnect/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-05-28 10:31:58 UTC (rev 186524) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=openconnect +pkgver=5.00 +pkgrel=1 +epoch=1 +pkgdesc="Open client for Cisco AnyConnect VPN" +arch=('i686' 'x86_64') +license=('GPL') +url="http://www.infradead.org/openconnect.html"; +depends=('libxml2' 'gnutls' 'libproxy' 'vpnc') +makedepends=('intltool' 'python2') +options=('!libtool' '!emptydirs') +source=(ftp://ftp.infradead.org/pub/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('b3677a4b15f8c530615f4c42dadce275') + +build() { + cd $pkgname-$pkgver + PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ + --sbindir=/usr/bin \ + --disable-static + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2013-05-28 10:31:36 UTC (rev 186523) +++ extra-x86_64/PKGBUILD 2013-05-28 10:31:58 UTC (rev 186524) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=openconnect -pkgver=5.00 -pkgrel=1 -epoch=1 -pkgdesc="Open client for Cisco AnyConnect VPN" -arch=('i686' 'x86_64') -license=('GPL') -url="http://www.infradead.org/openconnect.html"; -depends=('libxml2' 'gnutls' 'libproxy' 'vpnc') -makedepends=('intltool' 'python2') -options=('!libtool' '!emptydirs') -source=(ftp://ftp.infradead.org/pub/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('b3677a4b15f8c530615f4c42dadce275') - -build() { - cd $pkgname-$pkgver - PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ - --disable-static - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: openconnect/repos/extra-x86_64/PKGBUILD (from rev 186523, openconnect/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2013-05-28 10:31:58 UTC (rev 186524) @@ -0,0 +1,29 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=openconnect +pkgver=5.00 +pkgrel=1 +epoch=1 +pkgdesc="Open client for Cisco AnyConnect VPN" +arch=('i686' 'x86_64') +license=('GPL') +url="http://www.infradead.org/openconnect.html"; +depends=('libxml2' 'gnutls' 'libproxy' 'vpnc') +makedepends=('intltool' 'python2') +options=('!libtool' '!emptydirs') +source=(ftp://ftp.infradead.org/pub/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('b3677a4b15f8c530615f4c42dadce275') + +build() { + cd $pkgname-$pkgver + PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ + --sbindir=/usr/bin \ + --disable-static + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in openconnect/trunk (PKGBUILD)
Date: Tuesday, May 28, 2013 @ 12:31:36 Author: ioni Revision: 186523 move binary to /usr/bin Modified: openconnect/trunk/PKGBUILD --+ PKGBUILD |1 + 1 file changed, 1 insertion(+) Modified: PKGBUILD === --- PKGBUILD2013-05-28 10:28:44 UTC (rev 186522) +++ PKGBUILD2013-05-28 10:31:36 UTC (rev 186523) @@ -18,6 +18,7 @@ build() { cd $pkgname-$pkgver PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ + --sbindir=/usr/bin \ --disable-static make }
[arch-commits] Commit in libbluray/repos (4 files)
Date: Tuesday, May 28, 2013 @ 12:28:20 Author: ioni Revision: 186521 archrelease: copy trunk to extra-i686, extra-x86_64 Added: libbluray/repos/extra-i686/PKGBUILD (from rev 186520, libbluray/trunk/PKGBUILD) libbluray/repos/extra-x86_64/PKGBUILD (from rev 186520, libbluray/trunk/PKGBUILD) Deleted: libbluray/repos/extra-i686/PKGBUILD libbluray/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 60 extra-i686/PKGBUILD | 37 - extra-x86_64/PKGBUILD | 37 - 3 files changed, 60 insertions(+), 74 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-05-28 10:27:23 UTC (rev 186520) +++ extra-i686/PKGBUILD 2013-05-28 10:28:20 UTC (rev 186521) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru -# Contributor: Andrew Cook - -pkgname=libbluray -pkgver=0.2.3 -pkgrel=1 -pkgdesc="Library to access Blu-Ray disks for video playback" -arch=('i686' 'x86_64') -url="http://www.videolan.org/developers/libbluray.html"; -license=('LGPL2.1') -depends=('libxml2') -makedepends=('apache-ant' 'jdk7-openjdk') -optdepends=('java-environment: Blu-ray Disc Java support library') -options=(!libtool) -source=(ftp://ftp.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2) -sha512sums=('b84fd172523facb207134bb1fee09c7f65914d22f6120fbfd6f312f0435229f3b110e8cc8ea121159929cda3760cfac4b52f84de39d0fb976f8c88d1f7e6d278') - -build() { - cd "$pkgname-$pkgver" - - . /etc/profile.d/jdk.sh - ./configure --prefix=/usr \ ---enable-bdjava \ ---with-jdk=${JAVA_HOME} \ ---disable-static - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - #install bdj - install -Dm644 src/.libs/libbluray.jar "$pkgdir/usr/share/java/libbluray.jar" -} - -# vim:set ts=2 sw=2 et: Copied: libbluray/repos/extra-i686/PKGBUILD (from rev 186520, libbluray/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-05-28 10:28:20 UTC (rev 186521) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Ionut Biru +# Contributor: Andrew Cook + +pkgname=libbluray +pkgver=0.3.0 +pkgrel=1 +pkgdesc="Library to access Blu-Ray disks for video playback" +arch=('i686' 'x86_64') +url="http://www.videolan.org/developers/libbluray.html"; +license=('LGPL2.1') +depends=('libxml2' 'freetype2') +options=(!libtool) +source=(ftp://ftp.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2) +sha512sums=('96eedf23ff756e97fa64d9624a49608daccbac169714b9b231a284ed4eb63c77ee2ecbdfc42c311781571146cfa0fe340854ac831d3fe1312131e1742a4a7b02') + +build() { + cd "$pkgname-$pkgver" + + ./configure --prefix=/usr \ +--disable-static + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir" install +} + +# vim:set ts=2 sw=2 et: Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2013-05-28 10:27:23 UTC (rev 186520) +++ extra-x86_64/PKGBUILD 2013-05-28 10:28:20 UTC (rev 186521) @@ -1,37 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru -# Contributor: Andrew Cook - -pkgname=libbluray -pkgver=0.2.3 -pkgrel=1 -pkgdesc="Library to access Blu-Ray disks for video playback" -arch=('i686' 'x86_64') -url="http://www.videolan.org/developers/libbluray.html"; -license=('LGPL2.1') -depends=('libxml2') -makedepends=('apache-ant' 'jdk7-openjdk') -optdepends=('java-environment: Blu-ray Disc Java support library') -options=(!libtool) -source=(ftp://ftp.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2) -sha512sums=('b84fd172523facb207134bb1fee09c7f65914d22f6120fbfd6f312f0435229f3b110e8cc8ea121159929cda3760cfac4b52f84de39d0fb976f8c88d1f7e6d278') - -build() { - cd "$pkgname-$pkgver" - - . /etc/profile.d/jdk.sh - ./configure --prefix=/usr \ ---enable-bdjava \ ---with-jdk=${JAVA_HOME} \ ---disable-static - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir" install - #install bdj - install -Dm644 src/.libs/libbluray.jar "$pkgdir/usr/share/java/libbluray.jar" -} - -# vim:set ts=2 sw=2 et: Copied: libbluray/repos/extra-x86_64/PKGBUILD (from rev 186520, libbluray/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2013-05-28 10:28:20 UTC (rev 186521) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Ionut Biru +# Contributor: Andrew Cook + +pkgname=libbluray +pkgver=0.3.0 +pkgrel=1 +pkgdesc="Library to access Blu-Ray disks for video playback" +arch=('i686' 'x86_64') +url="http://www.videolan.org/developers/libbluray.html"; +license=('LGPL2.1') +depends=('libxml2' 'freetype2') +options=(!libtool) +source=(ftp://ftp.videolan.org/pub/videolan/$
[arch-commits] Commit in libbluray/trunk (PKGBUILD)
Date: Tuesday, May 28, 2013 @ 12:27:23 Author: ioni Revision: 186520 update to 0.3.0 disable bdj for now, it doesn't compile Modified: libbluray/trunk/PKGBUILD --+ PKGBUILD | 13 +++-- 1 file changed, 3 insertions(+), 10 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-05-28 10:14:05 UTC (rev 186519) +++ PKGBUILD2013-05-28 10:27:23 UTC (rev 186520) @@ -3,26 +3,21 @@ # Contributor: Andrew Cook pkgname=libbluray -pkgver=0.2.3 +pkgver=0.3.0 pkgrel=1 pkgdesc="Library to access Blu-Ray disks for video playback" arch=('i686' 'x86_64') url="http://www.videolan.org/developers/libbluray.html"; license=('LGPL2.1') -depends=('libxml2') -makedepends=('apache-ant' 'jdk7-openjdk') -optdepends=('java-environment: Blu-ray Disc Java support library') +depends=('libxml2' 'freetype2') options=(!libtool) source=(ftp://ftp.videolan.org/pub/videolan/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2) -sha512sums=('b84fd172523facb207134bb1fee09c7f65914d22f6120fbfd6f312f0435229f3b110e8cc8ea121159929cda3760cfac4b52f84de39d0fb976f8c88d1f7e6d278') +sha512sums=('96eedf23ff756e97fa64d9624a49608daccbac169714b9b231a284ed4eb63c77ee2ecbdfc42c311781571146cfa0fe340854ac831d3fe1312131e1742a4a7b02') build() { cd "$pkgname-$pkgver" - . /etc/profile.d/jdk.sh ./configure --prefix=/usr \ ---enable-bdjava \ ---with-jdk=${JAVA_HOME} \ --disable-static make } @@ -30,8 +25,6 @@ package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir" install - #install bdj - install -Dm644 src/.libs/libbluray.jar "$pkgdir/usr/share/java/libbluray.jar" } # vim:set ts=2 sw=2 et:
[arch-commits] Commit in openconnect/repos (4 files)
Date: Tuesday, May 28, 2013 @ 12:14:05 Author: ioni Revision: 186519 archrelease: copy trunk to extra-i686, extra-x86_64 Added: openconnect/repos/extra-i686/PKGBUILD (from rev 186518, openconnect/trunk/PKGBUILD) openconnect/repos/extra-x86_64/PKGBUILD (from rev 186518, openconnect/trunk/PKGBUILD) Deleted: openconnect/repos/extra-i686/PKGBUILD openconnect/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 56 extra-i686/PKGBUILD | 28 extra-x86_64/PKGBUILD | 28 3 files changed, 56 insertions(+), 56 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-05-28 10:10:15 UTC (rev 186518) +++ extra-i686/PKGBUILD 2013-05-28 10:14:05 UTC (rev 186519) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=openconnect -pkgver=4.07 -pkgrel=1 -epoch=1 -pkgdesc="Open client for Cisco AnyConnect VPN" -arch=('i686' 'x86_64') -license=('GPL') -url="http://www.infradead.org/openconnect.html"; -depends=('libxml2' 'openssl' 'libproxy' 'vpnc') -makedepends=('intltool') -options=('!libtool' '!emptydirs') -source=(ftp://ftp.infradead.org/pub/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('61f26e7936d8b26c0f7e8119b7ef84b2') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr \ - --disable-static - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: openconnect/repos/extra-i686/PKGBUILD (from rev 186518, openconnect/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-05-28 10:14:05 UTC (rev 186519) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=openconnect +pkgver=5.00 +pkgrel=1 +epoch=1 +pkgdesc="Open client for Cisco AnyConnect VPN" +arch=('i686' 'x86_64') +license=('GPL') +url="http://www.infradead.org/openconnect.html"; +depends=('libxml2' 'gnutls' 'libproxy' 'vpnc') +makedepends=('intltool' 'python2') +options=('!libtool' '!emptydirs') +source=(ftp://ftp.infradead.org/pub/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('b3677a4b15f8c530615f4c42dadce275') + +build() { + cd $pkgname-$pkgver + PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ + --disable-static + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2013-05-28 10:10:15 UTC (rev 186518) +++ extra-x86_64/PKGBUILD 2013-05-28 10:14:05 UTC (rev 186519) @@ -1,28 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=openconnect -pkgver=4.07 -pkgrel=1 -epoch=1 -pkgdesc="Open client for Cisco AnyConnect VPN" -arch=('i686' 'x86_64') -license=('GPL') -url="http://www.infradead.org/openconnect.html"; -depends=('libxml2' 'openssl' 'libproxy' 'vpnc') -makedepends=('intltool') -options=('!libtool' '!emptydirs') -source=(ftp://ftp.infradead.org/pub/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('61f26e7936d8b26c0f7e8119b7ef84b2') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr \ - --disable-static - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install -} Copied: openconnect/repos/extra-x86_64/PKGBUILD (from rev 186518, openconnect/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2013-05-28 10:14:05 UTC (rev 186519) @@ -0,0 +1,28 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=openconnect +pkgver=5.00 +pkgrel=1 +epoch=1 +pkgdesc="Open client for Cisco AnyConnect VPN" +arch=('i686' 'x86_64') +license=('GPL') +url="http://www.infradead.org/openconnect.html"; +depends=('libxml2' 'gnutls' 'libproxy' 'vpnc') +makedepends=('intltool' 'python2') +options=('!libtool' '!emptydirs') +source=(ftp://ftp.infradead.org/pub/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('b3677a4b15f8c530615f4c42dadce275') + +build() { + cd $pkgname-$pkgver + PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ + --disable-static + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install +}
[arch-commits] Commit in openconnect/trunk (PKGBUILD)
Date: Tuesday, May 28, 2013 @ 12:10:15 Author: ioni Revision: 186518 update to 5.00 Modified: openconnect/trunk/PKGBUILD --+ PKGBUILD | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-05-28 10:02:46 UTC (rev 186517) +++ PKGBUILD2013-05-28 10:10:15 UTC (rev 186518) @@ -2,22 +2,22 @@ # Maintainer: Ionut Biru pkgname=openconnect -pkgver=4.07 +pkgver=5.00 pkgrel=1 epoch=1 pkgdesc="Open client for Cisco AnyConnect VPN" arch=('i686' 'x86_64') license=('GPL') url="http://www.infradead.org/openconnect.html"; -depends=('libxml2' 'openssl' 'libproxy' 'vpnc') -makedepends=('intltool') +depends=('libxml2' 'gnutls' 'libproxy' 'vpnc') +makedepends=('intltool' 'python2') options=('!libtool' '!emptydirs') source=(ftp://ftp.infradead.org/pub/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('61f26e7936d8b26c0f7e8119b7ef84b2') +md5sums=('b3677a4b15f8c530615f4c42dadce275') build() { cd $pkgname-$pkgver - ./configure --prefix=/usr \ + PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ --disable-static make }
[arch-commits] Commit in telepathy-mission-control/trunk (PKGBUILD)
Date: Tuesday, May 28, 2013 @ 12:02:26 Author: ioni Revision: 186516 update to 5.14.1 Modified: telepathy-mission-control/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-05-28 09:58:49 UTC (rev 186515) +++ PKGBUILD2013-05-28 10:02:26 UTC (rev 186516) @@ -5,7 +5,7 @@ # Contributor: Andreas Zwinkau pkgname=telepathy-mission-control -pkgver=5.14.0 +pkgver=5.14.1 pkgrel=1 pkgdesc="A Telepathy component providing abstraction of some of the details of connection managers." arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ install=telepathy-mission-control.install options=('!libtool') source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('483fa8860891815a540ecf1bb9155122') +md5sums=('e06fb0399ec435e59c74d79a2ace8a2d') build() { cd "$pkgname-$pkgver"
[arch-commits] Commit in telepathy-mission-control/repos (8 files)
Date: Tuesday, May 28, 2013 @ 12:02:46 Author: ioni Revision: 186517 archrelease: copy trunk to extra-i686, extra-x86_64 Added: telepathy-mission-control/repos/extra-i686/PKGBUILD (from rev 186516, telepathy-mission-control/trunk/PKGBUILD) telepathy-mission-control/repos/extra-i686/telepathy-mission-control.install (from rev 186516, telepathy-mission-control/trunk/telepathy-mission-control.install) telepathy-mission-control/repos/extra-x86_64/PKGBUILD (from rev 186516, telepathy-mission-control/trunk/PKGBUILD) telepathy-mission-control/repos/extra-x86_64/telepathy-mission-control.install (from rev 186516, telepathy-mission-control/trunk/telepathy-mission-control.install) Deleted: telepathy-mission-control/repos/extra-i686/PKGBUILD telepathy-mission-control/repos/extra-i686/telepathy-mission-control.install telepathy-mission-control/repos/extra-x86_64/PKGBUILD telepathy-mission-control/repos/extra-x86_64/telepathy-mission-control.install + /PKGBUILD | 66 +++ /telepathy-mission-control.install | 22 +++ extra-i686/PKGBUILD| 33 --- extra-i686/telepathy-mission-control.install | 11 --- extra-x86_64/PKGBUILD | 33 --- extra-x86_64/telepathy-mission-control.install | 11 --- 6 files changed, 88 insertions(+), 88 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-05-28 10:02:26 UTC (rev 186516) +++ extra-i686/PKGBUILD 2013-05-28 10:02:46 UTC (rev 186517) @@ -1,33 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru -# Contributor: Ju Liu -# Contributor: Bjorn Lindeijer -# Contributor: Andreas Zwinkau - -pkgname=telepathy-mission-control -pkgver=5.14.0 -pkgrel=1 -pkgdesc="A Telepathy component providing abstraction of some of the details of connection managers." -arch=('i686' 'x86_64') -url="http://telepathy.freedesktop.org/wiki/Mission Control" -license=('LGPL2.1') -depends=('telepathy-glib' 'libgnome-keyring' 'dconf' 'upower' 'networkmanager') -makedepends=('libxslt' 'python2') -install=telepathy-mission-control.install -options=('!libtool') -source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('483fa8860891815a540ecf1bb9155122') - -build() { -cd "$pkgname-$pkgver" -./configure --prefix=/usr \ - --libexecdir=/usr/lib/telepathy \ - --enable-gnome-keyring \ ---disable-schemas-compile -make -} - -package() { -cd "$pkgname-$pkgver" -make DESTDIR="$pkgdir" install -} Copied: telepathy-mission-control/repos/extra-i686/PKGBUILD (from rev 186516, telepathy-mission-control/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-05-28 10:02:46 UTC (rev 186517) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Ionut Biru +# Contributor: Ju Liu +# Contributor: Bjorn Lindeijer +# Contributor: Andreas Zwinkau + +pkgname=telepathy-mission-control +pkgver=5.14.1 +pkgrel=1 +pkgdesc="A Telepathy component providing abstraction of some of the details of connection managers." +arch=('i686' 'x86_64') +url="http://telepathy.freedesktop.org/wiki/Mission Control" +license=('LGPL2.1') +depends=('telepathy-glib' 'libgnome-keyring' 'dconf' 'upower' 'networkmanager') +makedepends=('libxslt' 'python2') +install=telepathy-mission-control.install +options=('!libtool') +source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('e06fb0399ec435e59c74d79a2ace8a2d') + +build() { +cd "$pkgname-$pkgver" +./configure --prefix=/usr \ + --libexecdir=/usr/lib/telepathy \ + --enable-gnome-keyring \ +--disable-schemas-compile +make +} + +package() { +cd "$pkgname-$pkgver" +make DESTDIR="$pkgdir" install +} Deleted: extra-i686/telepathy-mission-control.install === --- extra-i686/telepathy-mission-control.install2013-05-28 10:02:26 UTC (rev 186516) +++ extra-i686/telepathy-mission-control.install2013-05-28 10:02:46 UTC (rev 186517) @@ -1,11 +0,0 @@ -post_install() { -glib-compile-schemas /usr/share/glib-2.0/schemas -} - -post_upgrade() { -post_install -} - -post_remove() { -post_install -} Copied: telepathy-mission-control/repos/extra-i686/telepathy-mission-control.install (from rev 186516, telepathy-mission-control/trunk/telepathy-mission-control.install) === --- extra-i686/telepathy-mission-control.install (rev 0) +++ extra-i686/telepathy-mission-control.install2013-05-28 10:02:46 UTC (rev 186517) @@ -0,0 +1,11 @@ +post_install() { +glib-compile-schemas /usr/s
[arch-commits] Commit in telepathy-idle/repos (8 files)
Date: Tuesday, May 28, 2013 @ 11:58:49 Author: ioni Revision: 186515 archrelease: copy trunk to extra-i686, extra-x86_64 Added: telepathy-idle/repos/extra-i686/PKGBUILD (from rev 186514, telepathy-idle/trunk/PKGBUILD) telepathy-idle/repos/extra-i686/telepathy-idle.install (from rev 186514, telepathy-idle/trunk/telepathy-idle.install) telepathy-idle/repos/extra-x86_64/PKGBUILD (from rev 186514, telepathy-idle/trunk/PKGBUILD) telepathy-idle/repos/extra-x86_64/telepathy-idle.install (from rev 186514, telepathy-idle/trunk/telepathy-idle.install) Deleted: telepathy-idle/repos/extra-i686/PKGBUILD telepathy-idle/repos/extra-i686/telepathy-idle.install telepathy-idle/repos/extra-x86_64/PKGBUILD telepathy-idle/repos/extra-x86_64/telepathy-idle.install -+ /PKGBUILD | 60 ++ /telepathy-idle.install | 26 ++ extra-i686/PKGBUILD | 30 - extra-i686/telepathy-idle.install | 13 --- extra-x86_64/PKGBUILD | 30 - extra-x86_64/telepathy-idle.install | 13 --- 6 files changed, 86 insertions(+), 86 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-05-28 09:58:04 UTC (rev 186514) +++ extra-i686/PKGBUILD 2013-05-28 09:58:49 UTC (rev 186515) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru -# Contributor: Bjorn Lindeijer -# Contributor: Samuel Mendes - -pkgname=telepathy-idle -pkgver=0.1.15 -pkgrel=1 -pkgdesc="An IRC connection manager for Telepathy" -arch=('i686' 'x86_64') -url="http://telepathy.freedesktop.org"; -groups=('telepathy') -license=('LGPL') -depends=('telepathy-glib') -makedepends=('libxslt' 'python2') -install=telepathy-idle.install -source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('56f960ed1d9ed0c01e0b9f7eb68dbebe') - -build() { -cd $pkgname-$pkgver -./configure --prefix=/usr \ - --libexecdir=/usr/lib/telepathy -make -} - -package() { -cd $pkgname-$pkgver -make DESTDIR="$pkgdir" install -} Copied: telepathy-idle/repos/extra-i686/PKGBUILD (from rev 186514, telepathy-idle/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-05-28 09:58:49 UTC (rev 186515) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Ionut Biru +# Contributor: Bjorn Lindeijer +# Contributor: Samuel Mendes + +pkgname=telepathy-idle +pkgver=0.1.16 +pkgrel=1 +pkgdesc="An IRC connection manager for Telepathy" +arch=('i686' 'x86_64') +url="http://telepathy.freedesktop.org"; +groups=('telepathy') +license=('LGPL') +depends=('telepathy-glib') +makedepends=('libxslt' 'python2') +install=telepathy-idle.install +source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) +md5sums=('afabda908a798aac3a427f4564af113a') + +build() { +cd $pkgname-$pkgver +./configure --prefix=/usr \ + --libexecdir=/usr/lib/telepathy +make +} + +package() { +cd $pkgname-$pkgver +make DESTDIR="$pkgdir" install +} Deleted: extra-i686/telepathy-idle.install === --- extra-i686/telepathy-idle.install 2013-05-28 09:58:04 UTC (rev 186514) +++ extra-i686/telepathy-idle.install 2013-05-28 09:58:49 UTC (rev 186515) @@ -1,13 +0,0 @@ -post_install() { - killall -HUP dbus-daemon 2>&1 -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} - -# vim:set ts=2 sw=2 et: Copied: telepathy-idle/repos/extra-i686/telepathy-idle.install (from rev 186514, telepathy-idle/trunk/telepathy-idle.install) === --- extra-i686/telepathy-idle.install (rev 0) +++ extra-i686/telepathy-idle.install 2013-05-28 09:58:49 UTC (rev 186515) @@ -0,0 +1,13 @@ +post_install() { + killall -HUP dbus-daemon 2>&1 +} + +post_upgrade() { + post_install $1 +} + +post_remove() { + post_install $1 +} + +# vim:set ts=2 sw=2 et: Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2013-05-28 09:58:04 UTC (rev 186514) +++ extra-x86_64/PKGBUILD 2013-05-28 09:58:49 UTC (rev 186515) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru -# Contributor: Bjorn Lindeijer -# Contributor: Samuel Mendes - -pkgname=telepathy-idle -pkgver=0.1.15 -pkgrel=1 -pkgdesc="An IRC connection manager for Telepathy" -arch=('i686' 'x86_64') -url="http://telepathy.freedesktop.org"; -groups=('telepathy') -license=('LGPL') -depends=('telepathy-glib') -makedepends=('libxslt' 'python2') -install=telepathy-idle.install -source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('56f960ed1d9ed0
[arch-commits] Commit in libtorrent-rasterbar/repos (4 files)
Date: Tuesday, May 28, 2013 @ 11:58:04 Author: ioni Revision: 186514 archrelease: copy trunk to extra-i686, extra-x86_64 Added: libtorrent-rasterbar/repos/extra-i686/PKGBUILD (from rev 186513, libtorrent-rasterbar/trunk/PKGBUILD) libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD (from rev 186513, libtorrent-rasterbar/trunk/PKGBUILD) Deleted: libtorrent-rasterbar/repos/extra-i686/PKGBUILD libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 62 extra-i686/PKGBUILD | 31 extra-x86_64/PKGBUILD | 31 3 files changed, 62 insertions(+), 62 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-05-28 09:57:33 UTC (rev 186513) +++ extra-i686/PKGBUILD 2013-05-28 09:58:04 UTC (rev 186514) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Hugo Doria - -pkgname=libtorrent-rasterbar -pkgver=0.16.9 -pkgrel=2 -epoch=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/"; -arch=('i686' 'x86_64') -license=('BSD') -depends=('boost-libs' 'geoip' 'python2') -makedepends=('boost') -options=('!libtool' '!emptydirs') -source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz) -sha1sums=('4335c8b275f041d6d34a493b21f2d7234ffca34b') - -build() { - cd $pkgname-$pkgver - PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ - --enable-python-binding \ - --with-libgeoip=system - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install - install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} Copied: libtorrent-rasterbar/repos/extra-i686/PKGBUILD (from rev 186513, libtorrent-rasterbar/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-05-28 09:58:04 UTC (rev 186514) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Hugo Doria + +pkgname=libtorrent-rasterbar +pkgver=0.16.10 +pkgrel=1 +epoch=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/"; +arch=('i686' 'x86_64') +license=('BSD') +depends=('boost-libs' 'geoip' 'python2') +makedepends=('boost') +options=('!libtool' '!emptydirs') +source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz) +sha1sums=('8b24442132e52f8765c79b20ffdea8b33bc5aa42') + +build() { + cd $pkgname-$pkgver + PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ + --enable-python-binding \ + --with-libgeoip=system + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install + install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" +} Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2013-05-28 09:57:33 UTC (rev 186513) +++ extra-x86_64/PKGBUILD 2013-05-28 09:58:04 UTC (rev 186514) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer : Ionut Biru -# Contributor: Hugo Doria - -pkgname=libtorrent-rasterbar -pkgver=0.16.9 -pkgrel=2 -epoch=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/"; -arch=('i686' 'x86_64') -license=('BSD') -depends=('boost-libs' 'geoip' 'python2') -makedepends=('boost') -options=('!libtool' '!emptydirs') -source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz) -sha1sums=('4335c8b275f041d6d34a493b21f2d7234ffca34b') - -build() { - cd $pkgname-$pkgver - PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ - --enable-python-binding \ - --with-libgeoip=system - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install - install -D COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} Copied: libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD (from rev 186513, libtorrent-rasterbar/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2013-05-28 09:58:04 UTC (rev 186514) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer : Ionut Biru +# Contributor: Hugo Doria + +pkgname=libtorrent-rasterbar +pkgver=0.16.10 +pkgrel=1 +epoch=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/"; +arch=('i686' 'x86_64') +license=('BSD') +depends=('boost-libs' 'geoip' 'python2') +makedepends=('boost') +options=('!libtool' '!emptydirs') +source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz)
[arch-commits] Commit in telepathy-idle/trunk (PKGBUILD)
Date: Tuesday, May 28, 2013 @ 11:57:33 Author: ioni Revision: 186513 update to 0.1.16 Modified: telepathy-idle/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-05-28 09:55:25 UTC (rev 186512) +++ PKGBUILD2013-05-28 09:57:33 UTC (rev 186513) @@ -4,7 +4,7 @@ # Contributor: Samuel Mendes pkgname=telepathy-idle -pkgver=0.1.15 +pkgver=0.1.16 pkgrel=1 pkgdesc="An IRC connection manager for Telepathy" arch=('i686' 'x86_64') @@ -15,7 +15,7 @@ makedepends=('libxslt' 'python2') install=telepathy-idle.install source=(http://telepathy.freedesktop.org/releases/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('56f960ed1d9ed0c01e0b9f7eb68dbebe') +md5sums=('afabda908a798aac3a427f4564af113a') build() { cd $pkgname-$pkgver
[arch-commits] Commit in libtorrent-rasterbar/trunk (PKGBUILD)
Date: Tuesday, May 28, 2013 @ 11:55:25 Author: ioni Revision: 186512 update to 0.16.10 Modified: libtorrent-rasterbar/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-05-28 09:43:54 UTC (rev 186511) +++ PKGBUILD2013-05-28 09:55:25 UTC (rev 186512) @@ -3,8 +3,8 @@ # Contributor: Hugo Doria pkgname=libtorrent-rasterbar -pkgver=0.16.9 -pkgrel=2 +pkgver=0.16.10 +pkgrel=1 epoch=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/"; @@ -14,7 +14,7 @@ makedepends=('boost') options=('!libtool' '!emptydirs') source=(http://libtorrent.googlecode.com/files/$pkgname-$pkgver.tar.gz) -sha1sums=('4335c8b275f041d6d34a493b21f2d7234ffca34b') +sha1sums=('8b24442132e52f8765c79b20ffdea8b33bc5aa42') build() { cd $pkgname-$pkgver
[arch-commits] Commit in p11-kit/repos (4 files)
Date: Tuesday, May 28, 2013 @ 11:43:54 Author: ioni Revision: 186511 archrelease: copy trunk to extra-i686, extra-x86_64 Added: p11-kit/repos/extra-i686/PKGBUILD (from rev 186510, p11-kit/trunk/PKGBUILD) p11-kit/repos/extra-x86_64/PKGBUILD (from rev 186510, p11-kit/trunk/PKGBUILD) Deleted: p11-kit/repos/extra-i686/PKGBUILD p11-kit/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 60 extra-i686/PKGBUILD | 30 extra-x86_64/PKGBUILD | 30 3 files changed, 60 insertions(+), 60 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-05-28 09:43:27 UTC (rev 186510) +++ extra-i686/PKGBUILD 2013-05-28 09:43:54 UTC (rev 186511) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=p11-kit -pkgver=0.18.1 -pkgrel=1 -pkgdesc="Library to work with PKCS#11 modules" -arch=(i686 x86_64) -url="http://p11-glue.freedesktop.org"; -license=('BSD') -depends=('glibc' 'libtasn1') -options=(!libtool) -source=($url/releases/$pkgname-$pkgver.tar.gz{,.sig}) -md5sums=('e4ef21592dbd126b62e1a6d4ad65ce5c' - 'SKIP') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc \ ---with-module-path=/usr/lib/pkcs11 - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install - install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING -} - -# vim:set ts=2 sw=2 et: Copied: p11-kit/repos/extra-i686/PKGBUILD (from rev 186510, p11-kit/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-05-28 09:43:54 UTC (rev 186511) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=p11-kit +pkgver=0.18.2 +pkgrel=1 +pkgdesc="Library to work with PKCS#11 modules" +arch=(i686 x86_64) +url="http://p11-glue.freedesktop.org"; +license=('BSD') +depends=('glibc' 'libtasn1') +options=(!libtool) +source=($url/releases/$pkgname-$pkgver.tar.gz{,.sig}) +md5sums=('7bb1703f38fb778054bf57477c78dc8f' + 'SKIP') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc \ +--with-module-path=/usr/lib/pkcs11 + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install + install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING +} + +# vim:set ts=2 sw=2 et: Deleted: extra-x86_64/PKGBUILD === --- extra-x86_64/PKGBUILD 2013-05-28 09:43:27 UTC (rev 186510) +++ extra-x86_64/PKGBUILD 2013-05-28 09:43:54 UTC (rev 186511) @@ -1,30 +0,0 @@ -# $Id$ -# Maintainer: Ionut Biru - -pkgname=p11-kit -pkgver=0.18.1 -pkgrel=1 -pkgdesc="Library to work with PKCS#11 modules" -arch=(i686 x86_64) -url="http://p11-glue.freedesktop.org"; -license=('BSD') -depends=('glibc' 'libtasn1') -options=(!libtool) -source=($url/releases/$pkgname-$pkgver.tar.gz{,.sig}) -md5sums=('e4ef21592dbd126b62e1a6d4ad65ce5c' - 'SKIP') - -build() { - cd $pkgname-$pkgver - ./configure --prefix=/usr --sysconfdir=/etc \ ---with-module-path=/usr/lib/pkcs11 - make -} - -package() { - cd $pkgname-$pkgver - make DESTDIR="$pkgdir" install - install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING -} - -# vim:set ts=2 sw=2 et: Copied: p11-kit/repos/extra-x86_64/PKGBUILD (from rev 186510, p11-kit/trunk/PKGBUILD) === --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2013-05-28 09:43:54 UTC (rev 186511) @@ -0,0 +1,30 @@ +# $Id$ +# Maintainer: Ionut Biru + +pkgname=p11-kit +pkgver=0.18.2 +pkgrel=1 +pkgdesc="Library to work with PKCS#11 modules" +arch=(i686 x86_64) +url="http://p11-glue.freedesktop.org"; +license=('BSD') +depends=('glibc' 'libtasn1') +options=(!libtool) +source=($url/releases/$pkgname-$pkgver.tar.gz{,.sig}) +md5sums=('7bb1703f38fb778054bf57477c78dc8f' + 'SKIP') + +build() { + cd $pkgname-$pkgver + ./configure --prefix=/usr --sysconfdir=/etc \ +--with-module-path=/usr/lib/pkcs11 + make +} + +package() { + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install + install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING +} + +# vim:set ts=2 sw=2 et:
[arch-commits] Commit in p11-kit/trunk (PKGBUILD)
Date: Tuesday, May 28, 2013 @ 11:43:27 Author: ioni Revision: 186510 update to 0.18.2 Modified: p11-kit/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-05-28 09:36:20 UTC (rev 186509) +++ PKGBUILD2013-05-28 09:43:27 UTC (rev 186510) @@ -2,7 +2,7 @@ # Maintainer: Ionut Biru pkgname=p11-kit -pkgver=0.18.1 +pkgver=0.18.2 pkgrel=1 pkgdesc="Library to work with PKCS#11 modules" arch=(i686 x86_64) @@ -11,7 +11,7 @@ depends=('glibc' 'libtasn1') options=(!libtool) source=($url/releases/$pkgname-$pkgver.tar.gz{,.sig}) -md5sums=('e4ef21592dbd126b62e1a6d4ad65ce5c' +md5sums=('7bb1703f38fb778054bf57477c78dc8f' 'SKIP') build() {
[arch-commits] Commit in lib32-libpciaccess/repos (multilib-i686)
Date: Tuesday, May 28, 2013 @ 11:40:01 Author: ioni Revision: 91798 cleanup junk Deleted: lib32-libpciaccess/repos/multilib-i686/
[arch-commits] Commit in lib32-nvidia-utils/repos/multilib-x86_64 (PKGBUILD PKGBUILD)
Date: Tuesday, May 28, 2013 @ 11:38:08 Author: ioni Revision: 91797 archrelease: copy trunk to multilib-x86_64 Added: lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD (from rev 91796, lib32-nvidia-utils/trunk/PKGBUILD) Deleted: lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD --+ PKGBUILD | 176 ++--- 1 file changed, 88 insertions(+), 88 deletions(-) Deleted: PKGBUILD === --- PKGBUILD2013-05-28 09:33:27 UTC (rev 91796) +++ PKGBUILD2013-05-28 09:38:08 UTC (rev 91797) @@ -1,88 +0,0 @@ -# $Id$ -# Maintainer: Thomas Baechler -# Contributor: James Rayner - -_pkgbasename=nvidia-utils -pkgbase=lib32-$_pkgbasename -pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia') -pkgver=319.17 -pkgrel=1 -arch=('x86_64') -url="http://www.nvidia.com/"; -license=('custom') -options=('!strip') - -_arch='x86' -_pkg="NVIDIA-Linux-${_arch}-${pkgver}" -source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";) -md5sums=('993eee683aea53b7965a853ccde3d740') - -build() { -cd "${srcdir}" -sh ${_pkg}.run --extract-only -} - -package_lib32-opencl-nvidia() { -pkgdesc="OpenCL implemention for NVIDIA (32-bit)" -depends=('lib32-libcl' 'lib32-zlib') -optdepends=('opencl-headers: headers necessary for OpenCL development') -cd "${srcdir}/${_pkg}" - -# OpenCL -install -D -m755 "libnvidia-compiler.so.${pkgver}" "${pkgdir}/usr/lib32/libnvidia-compiler.so.${pkgver}" -ln -s "libnvidia-compiler.so.${pkgver}" "${pkgdir}/usr/lib32/libnvidia-compiler.so.1" -ln -s "libnvidia-compiler.so.${pkgver}" "${pkgdir}/usr/lib32/libnvidia-compiler.so" - -install -D -m755 "libnvidia-opencl.so.${pkgver}" "${pkgdir}/usr/lib32/libnvidia-opencl.so.${pkgver}" -ln -s "libnvidia-opencl.so.${pkgver}" "${pkgdir}/usr/lib32/libnvidia-opencl.so.1" -ln -s "libnvidia-opencl.so.${pkgver}" "${pkgdir}/usr/lib32/libnvidia-opencl.so" -} - -package_lib32-nvidia-libgl() { -pkgdesc="NVIDIA drivers libraries symlinks (32-bit)" -depends=('lib32-nvidia-utils') -replaces=('lib32-nvidia-utils<=313.26-1') -conflicts=('lib32-libgl') -provides=('lib32-libgl') -cd "${srcdir}/${_pkg}" - -mkdir -p "${pkgdir}/usr/lib32" -ln -s "/usr/lib32/nvidia/libGL.so.${pkgver}" "${pkgdir}/usr/lib32/libGL.so.${pkgver}" -ln -s "libGL.so.${pkgver}" "${pkgdir}/usr/lib32/libGL.so.1" -ln -s "libGL.so.${pkgver}" "${pkgdir}/usr/lib32/libGL.so" -} - -package_lib32-nvidia-utils() { -pkgdesc="NVIDIA drivers utilities (32-bit)" -depends=('lib32-zlib' 'lib32-gcc-libs') -optdepends=('lib32-opencl-nvidia') -cd "${srcdir}/${_pkg}" - -# OpenGL library -install -D -m755 libGL.so.${pkgver} "${pkgdir}/usr/lib32/nvidia/libGL.so.${pkgver}" -# OpenGL core library -install -D -m755 libnvidia-glcore.so.${pkgver} "${pkgdir}/usr/lib32/libnvidia-glcore.so.${pkgver}" -# VDPAU -install -D -m755 libvdpau_nvidia.so.${pkgver} "${pkgdir}/usr/lib32/vdpau/libvdpau_nvidia.so.${pkgver}" -# CUDA -install -D -m755 libcuda.so.${pkgver} "${pkgdir}/usr/lib32/libcuda.so.${pkgver}" -install -D -m755 libnvcuvid.so.${pkgver} "${pkgdir}/usr/lib32/libnvcuvid.so.${pkgver}" -# nvidia-tls library -install -D -m755 tls/libnvidia-tls.so.${pkgver} "${pkgdir}/usr/lib32/libnvidia-tls.so.${pkgver}" - -install -D -m755 libnvidia-cfg.so.${pkgver} "${pkgdir}/usr/lib32/libnvidia-cfg.so.${pkgver}" -install -D -m755 libnvidia-ml.so.${pkgver} "${pkgdir}/usr/lib32/libnvidia-ml.so.${pkgver}" - -# create soname links -for _lib in $(find "${pkgdir}" -name '*.so*'); do -_soname="$(dirname ${_lib})/$(LC_ALL=C readelf -d "$_lib" | sed -nr 's/.*Library soname: \[(.*)\].*/\1/p')" -if [ ! -e "${_soname}" ]; then -ln -s "$(basename ${_lib})" "${_soname}" -ln -s "$(basename ${_soname})" "${_soname/.[0-9]*/}" -fi -done - -rm -rf "${pkgdir}"/usr/{include,share,bin} -mkdir -p "${pkgdir}/usr/share/licenses" -ln -s $_pkgbasename "${pkgdir}/usr/share/licenses/${pkgname}" -} Copied: lib32-nvidia-utils/repos/multilib-x86_64/PKGBUILD (from rev 91796, lib32-nvidia-utils/trunk/PKGBUILD) === --- PKGBUILD(rev 0) +++ PKGBUILD2013-05-28 09:38:08 UTC (rev 91797) @@ -0,0 +1,88 @@ +# $Id$ +# Maintainer: Thomas Baechler +# Contributor: James Rayner + +_pkgbasename=nvidia-utils +pkgbase=lib32-$_pkgbasename +pkgname=('lib32-nvidia-utils' 'lib32-nvidia-libgl' 'lib32-opencl-nvidia') +pkgver=319.23 +pkgrel=1 +arch=('x86_64') +url="http://www.nvidia.com/"; +license=('custom') +options=('!strip') + +_arch='x86' +_pkg="NVIDIA-Linux-${_arch}-${pkgver}" +source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";) +md5sums=('cbdca80e11b643aa46bded82abe4
[arch-commits] Commit in nvidia-lts/repos (8 files)
Date: Tuesday, May 28, 2013 @ 11:36:20 Author: ioni Revision: 186509 archrelease: copy trunk to extra-i686, extra-x86_64 Added: nvidia-lts/repos/extra-i686/PKGBUILD (from rev 186508, nvidia-lts/trunk/PKGBUILD) nvidia-lts/repos/extra-i686/nvidia-lts.install (from rev 186508, nvidia-lts/trunk/nvidia-lts.install) nvidia-lts/repos/extra-x86_64/PKGBUILD (from rev 186508, nvidia-lts/trunk/PKGBUILD) nvidia-lts/repos/extra-x86_64/nvidia-lts.install (from rev 186508, nvidia-lts/trunk/nvidia-lts.install) Deleted: nvidia-lts/repos/extra-i686/PKGBUILD nvidia-lts/repos/extra-i686/nvidia-lts.install nvidia-lts/repos/extra-x86_64/PKGBUILD nvidia-lts/repos/extra-x86_64/nvidia-lts.install -+ /PKGBUILD | 88 ++ /nvidia-lts.install | 30 extra-i686/PKGBUILD | 44 --- extra-i686/nvidia-lts.install | 15 -- extra-x86_64/PKGBUILD | 44 --- extra-x86_64/nvidia-lts.install | 15 -- 6 files changed, 118 insertions(+), 118 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-05-28 09:35:12 UTC (rev 186508) +++ extra-i686/PKGBUILD 2013-05-28 09:36:20 UTC (rev 186509) @@ -1,44 +0,0 @@ -# $Id$ -# Maintainer: Eric Bélanger - -pkgname=nvidia-lts -pkgver=319.17 -_extramodules=extramodules-3.0-lts -pkgrel=1 -pkgdesc="NVIDIA drivers for linux-lts" -arch=('i686' 'x86_64') -url="http://www.nvidia.com/"; -depends=('linux-lts>=3.0.0' "nvidia-utils=$pkgver") -makedepends=('linux-lts-headers>=3.0.0') -provides=('nvidia') -license=('custom') -install=nvidia-lts.install -options=(!strip) -if [ "$CARCH" = "i686" ]; then - _arch='x86' - _pkg="NVIDIA-Linux-${_arch}-${pkgver}" - source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";) - md5sums=('993eee683aea53b7965a853ccde3d740') -elif [ "$CARCH" = "x86_64" ]; then - _arch='x86_64' - _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32" - source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";) - md5sums=('4dda9b3e5c24136bebfaad122715c202') -fi - -build() { - _kernver="$(cat /usr/lib/modules/${_extramodules}/version)" - sh ${_pkg}.run --extract-only - cd "${_pkg}/kernel" - make SYSSRC=/usr/lib/modules/${_kernver}/build module -} - -package() { - install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \ -"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko" - gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko" - install -d -m755 "${pkgdir}/usr/lib/modprobe.d" - echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf" - echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf" - install -D -m644 "${srcdir}/${_pkg}/LICENSE" "${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE" -} Copied: nvidia-lts/repos/extra-i686/PKGBUILD (from rev 186508, nvidia-lts/trunk/PKGBUILD) === --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2013-05-28 09:36:20 UTC (rev 186509) @@ -0,0 +1,44 @@ +# $Id$ +# Maintainer: Eric Bélanger + +pkgname=nvidia-lts +pkgver=319.23 +_extramodules=extramodules-3.0-lts +pkgrel=1 +pkgdesc="NVIDIA drivers for linux-lts" +arch=('i686' 'x86_64') +url="http://www.nvidia.com/"; +depends=('linux-lts>=3.0.0' "nvidia-utils=$pkgver") +makedepends=('linux-lts-headers>=3.0.0') +provides=('nvidia') +license=('custom') +install=nvidia-lts.install +options=(!strip) +if [ "$CARCH" = "i686" ]; then + _arch='x86' + _pkg="NVIDIA-Linux-${_arch}-${pkgver}" + source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";) + md5sums=('cbdca80e11b643aa46bded82abe43754') +elif [ "$CARCH" = "x86_64" ]; then + _arch='x86_64' + _pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32" + source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";) + md5sums=('74edd76b4bb9229f7d9c00a79f1e3860') +fi + +build() { + _kernver="$(cat /usr/lib/modules/${_extramodules}/version)" + sh ${_pkg}.run --extract-only + cd "${_pkg}/kernel" + make SYSSRC=/usr/lib/modules/${_kernver}/build module +} + +package() { + install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \ +"${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko" + gzip "${pkgdir}/usr/lib/modules/${_extramodules}/kernel/drivers/video/nvidia.ko" + install -d -m755 "${pkgdir}/usr/lib/modprobe.d" + echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf" + echo "blacklist nvidiafb" >> "${pkgdir}/usr/lib/modprobe.d/nvidia-lts.conf" + install -D -m644 "${srcdir}/${_pkg}/LICENSE" "${pkgdir}/usr/share/licenses/nvidia-lts/LICENSE" +} Deleted: extra-i686/nvidia-lts.install =
[arch-commits] Commit in nvidia-utils/repos (4 files)
Date: Tuesday, May 28, 2013 @ 11:35:12 Author: ioni Revision: 186508 archrelease: copy trunk to extra-i686, extra-x86_64 Added: nvidia-utils/repos/extra-i686/PKGBUILD (from rev 186507, nvidia-utils/trunk/PKGBUILD) nvidia-utils/repos/extra-x86_64/PKGBUILD (from rev 186507, nvidia-utils/trunk/PKGBUILD) Deleted: nvidia-utils/repos/extra-i686/PKGBUILD nvidia-utils/repos/extra-x86_64/PKGBUILD ---+ /PKGBUILD | 246 extra-i686/PKGBUILD | 123 extra-x86_64/PKGBUILD | 123 3 files changed, 246 insertions(+), 246 deletions(-) Deleted: extra-i686/PKGBUILD === --- extra-i686/PKGBUILD 2013-05-28 09:34:12 UTC (rev 186507) +++ extra-i686/PKGBUILD 2013-05-28 09:35:12 UTC (rev 186508) @@ -1,123 +0,0 @@ -# $Id$ -# Maintainer: Thomas Baechler -# Contributor: James Rayner -pkgbase=nvidia-utils -pkgname=('nvidia-utils' 'nvidia-libgl' 'opencl-nvidia') -pkgver=319.17 -pkgrel=1 -arch=('i686' 'x86_64') -url="http://www.nvidia.com/"; -license=('custom') -options=('!strip') - -if [ "$CARCH" = "i686" ]; then -_arch='x86' -_pkg="NVIDIA-Linux-${_arch}-${pkgver}" - source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";) -md5sums=('993eee683aea53b7965a853ccde3d740') -elif [ "$CARCH" = "x86_64" ]; then -_arch='x86_64' -_pkg="NVIDIA-Linux-${_arch}-${pkgver}-no-compat32" - source=("ftp://download.nvidia.com/XFree86/Linux-${_arch}/${pkgver}/${_pkg}.run";) -md5sums=('4dda9b3e5c24136bebfaad122715c202') -fi - -create_links() { -# create soname links -while read -d '' _lib; do -_soname="$(dirname "${_lib}")/$(LC_ALL=C readelf -d "${_lib}" | sed -nr 's/.*Library soname: \[(.*)\].*/\1/p')" -[[ -e "${_soname}" ]] || ln -s "$(basename "${_lib}")" "${_soname}" -[[ -e "${_soname/.[0-9]*/}" ]] || ln -s "$(basename "${_soname}")" "${_soname/.[0-9]*/}" -done < <(find "${pkgdir}" -type f -name '*.so*' -print0) -} - -build() { -cd "${srcdir}" -sh "${_pkg}.run" --extract-only -} - -package_opencl-nvidia() { -pkgdesc="OpenCL implemention for NVIDIA" -depends=('libcl' 'zlib') -optdepends=('opencl-headers: headers necessary for OpenCL development') -cd "${srcdir}/${_pkg}" - -# OpenCL -install -D -m644 nvidia.icd "${pkgdir}/etc/OpenCL/vendors/nvidia.icd" -install -D -m755 "libnvidia-compiler.so.${pkgver}" "${pkgdir}/usr/lib/libnvidia-compiler.so.${pkgver}" -install -D -m755 "libnvidia-opencl.so.${pkgver}" "${pkgdir}/usr/lib/libnvidia-opencl.so.${pkgver}" - -create_links -} - -package_nvidia-libgl() { -pkgdesc="NVIDIA drivers libraries symlinks" -depends=('nvidia-utils') -conflicts=('libgl') -provides=('libgl') -cd "${srcdir}/${_pkg}" - -mkdir -p "${pkgdir}/usr/lib/xorg/modules/extensions" -ln -s "/usr/lib/nvidia/xorg/modules/extensions/libglx.so.${pkgver}" "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.${pkgver}" -ln -s "libglx.so.${pkgver}" "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so.1" -ln -s "libglx.so.${pkgver}" "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so" - -ln -s "/usr/lib/nvidia/libGL.so.${pkgver}" "${pkgdir}/usr/lib/libGL.so.${pkgver}" -ln -s "libGL.so.${pkgver}" "${pkgdir}/usr/lib/libGL.so.1" -ln -s "libGL.so.${pkgver}" "${pkgdir}/usr/lib/libGL.so" -} - -package_nvidia-utils() { -pkgdesc="NVIDIA drivers utilities" -depends=('xorg-server') -optdepends=('gtk2: nvidia-settings' -'opencl-nvidia: OpenCL support') -cd "${srcdir}/${_pkg}" - -# X driver -install -D -m755 nvidia_drv.so "${pkgdir}/usr/lib/xorg/modules/drivers/nvidia_drv.so" -# GLX extension module for X -install -D -m755 "libglx.so.${pkgver}" "${pkgdir}/usr/lib/nvidia/xorg/modules/extensions/libglx.so.${pkgver}" -ln -s "libglx.so.${pkgver}" "${pkgdir}/usr/lib/nvidia/xorg/modules/extensions/libglx.so" # X doesn't find glx otherwise -# OpenGL library -install -D -m755 "libGL.so.${pkgver}" "${pkgdir}/usr/lib/nvidia/libGL.so.${pkgver}" -# OpenGL core library -install -D -m755 "libnvidia-glcore.so.${pkgver}" "${pkgdir}/usr/lib/libnvidia-glcore.so.${pkgver}" -# VDPAU -install -D -m755 "libvdpau_nvidia.so.${pkgver}" "${pkgdir}/usr/lib/vdpau/libvdpau_nvidia.so.${pkgver}" -# nvidia-tls library -install -D -m755 "tls/libnvidia-tls.so.${pkgver}" "${pkgdir}/usr/lib/libnvidia-tls.so.${pkgver}" -install -D -m755 "libnvidia-cfg.so.${pkgver}" "${pkgdir}/usr/lib/libnvidia-cfg.so.${pkgver}" - -install -D -m755 "libnvidia-ml.so.${pkgver}" "${pkgdir}/usr/lib/libnvidia-ml.so.${pkgver}" -# CUDA -install -D -m755 "libcuda.so.${pkgver}" "${pkgdir}/usr/lib/libcuda.so.${pkgver}" -install -D -m755 "libnvcuvid.so.${pkgver}" "${pkgdir}/usr/lib/libnvcuvid.so.${pkgver}"