diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/i3-wm/PKGBUILD | 6 | ||||
-rw-r--r-- | community/linux-tools/01-fix-perf-python.patch | 12 | ||||
-rw-r--r-- | community/linux-tools/PKGBUILD | 118 | ||||
-rw-r--r-- | community/luafilesystem/PKGBUILD | 22 | ||||
-rw-r--r-- | community/luakit/PKGBUILD | 23 | ||||
-rw-r--r-- | community/lxtask/PKGBUILD | 25 | ||||
-rw-r--r-- | community/pidgin-toobars/PKGBUILD | 17 | ||||
-rw-r--r-- | community/roxterm/PKGBUILD | 15 |
8 files changed, 160 insertions, 78 deletions
diff --git a/community/i3-wm/PKGBUILD b/community/i3-wm/PKGBUILD index a7e08bae5..382982548 100644 --- a/community/i3-wm/PKGBUILD +++ b/community/i3-wm/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 102909 2013-12-23 21:00:35Z ttoepper $ +# $Id: PKGBUILD 104492 2014-01-21 20:50:05Z ttoepper $ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> pkgname=i3-wm _pkgsourcename=i3 -pkgver=4.7 +pkgver=4.7.1 pkgrel=1 pkgdesc='An improved dynamic tiling window manager' arch=('i686' 'x86_64') @@ -20,7 +20,7 @@ optdepends=('dmenu: As menu.' options=('docs' '!strip') source=("http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2" "http://i3wm.org/downloads/${_pkgsourcename}-${pkgver}.tar.bz2.asc") -md5sums=('34dade2bc69e241ab3e3ffaa81122266' +md5sums=('7e25d9198bbbe4d0c0e3d2c6eba6980b' 'SKIP') build() { diff --git a/community/linux-tools/01-fix-perf-python.patch b/community/linux-tools/01-fix-perf-python.patch new file mode 100644 index 000000000..d46bd773c --- /dev/null +++ b/community/linux-tools/01-fix-perf-python.patch @@ -0,0 +1,12 @@ +--- a/tools/perf/config/feature-checks/Makefile 2014-01-21 01:58:25.444339009 +0100 ++++ b/tools/perf/config/feature-checks/Makefile 2014-01-21 01:46:58.081780576 +0100 +@@ -103,9 +103,6 @@ + test-libperl: + $(BUILD) $(FLAGS_PERL_EMBED) + +-override PYTHON := python +-override PYTHON_CONFIG := python-config +- + escape-for-shell-sq = $(subst ','\'',$(1)) + shell-sq = '$(escape-for-shell-sq)' + diff --git a/community/linux-tools/PKGBUILD b/community/linux-tools/PKGBUILD index 9a061562f..bce68a7bd 100644 --- a/community/linux-tools/PKGBUILD +++ b/community/linux-tools/PKGBUILD @@ -1,15 +1,20 @@ -# $Id: PKGBUILD 102150 2013-12-05 21:53:38Z seblu $ +# $Id: PKGBUILD 104448 2014-01-21 01:11:29Z seblu $ # Maintainer: Sébastien Luttringer pkgbase=linux-tools -pkgname=('linux-tools-meta' - 'libtraceevent' - 'perf' - 'cpupower' - 'x86_energy_perf_policy' - 'usbip') -pkgver=3.12 -pkgrel=2 +pkgname=( + 'acpidump' + 'cgroup_event_listener' + 'cpupower' + 'libtraceevent' + 'linux-tools-meta' + 'perf' + 'tmon' + 'usbip' + 'x86_energy_perf_policy' +) +pkgver=3.13 +pkgrel=1 license=('GPL2') arch=('i686' 'x86_64') url='http://www.kernel.org' @@ -18,63 +23,67 @@ options=('!strip') # kernel source deps makedepends=('asciidoc' 'xmlto') # perf deps -makedepends+=('perl' 'python2' 'libnewt' 'elfutils' 'audit' 'libunwind') +makedepends+=('perl' 'python2' 'libnewt' 'elfutils' 'audit' 'libunwind' 'numactl') # cpupower deps makedepends+=('pciutils') # usbip deps makedepends+=('glib2' 'sysfsutils') +# tmon deps +makedepends+=('ncurses') groups=("$pkgbase") source=("http://ftp.kernel.org/pub/linux/kernel/v3.x/linux-$pkgver.tar.xz" - "http://ftp.kernel.org/pub/linux/kernel/v3.x/patch-$pkgver.3.xz" + #"http://ftp.kernel.org/pub/linux/kernel/v3.x/patch-$pkgver.3.xz" 'cpupower.default' 'cpupower.systemd' 'cpupower.service' - 'usbipd.service') + 'usbipd.service' + '01-fix-perf-python.patch') # http://www.kernel.org/pub/linux/kernel/v3.x/sha256sums.asc -sha256sums=('2e120ec7fde19fa51dc6b6cc11c81860a0775defcad5a5bf910ed9a50e845a02' - '22f2f3249e9014693a487c9734dc4142d89ed8bd9e3b2a74128208f5ea7e47d6' +sha256sums=('4d5e5eee5f276424c32e9591f1b6c971baedc7b49f28ce03d1f48b1e5d6226a2' '4fa509949d6863d001075fa3e8671eff2599c046d20c98bb4a70778595cd1c3f' 'fbf6e0ce6eb0ef15703fe212958de6ca46e62188900b5e9f9272ed3cc9cfd54e' 'a89284d0ecb556ca53a66d1c2087b5fd6d0a901ab2769cd3aebb93f4478905dc' - '2e187734d8aec58a3046d79883510d779aa93fb3ab20bd3132c1a607ebe5498f') + '2e187734d8aec58a3046d79883510d779aa93fb3ab20bd3132c1a607ebe5498f' + 'fce128f5e0abfa6916d5cb881456d892d1b163b9639166a4c6c1d53e4dc5086a') -#prepare() { -# # apply stable patching set -# cd linux-$pkgver -# patch -N -p1 -i "$srcdir/patch-$pkgver.5" -#} +prepare() { + cd linux-$pkgver + #patch -N -p1 -i "$srcdir/patch-$pkgver.5" + patch -N -p1 -i "$srcdir/01-fix-perf-python.patch" +} build() { - msg2 'Build libtraceevent' + msg2 'libtraceevent' pushd linux-$pkgver/tools/lib/traceevent make popd - msg2 'Build perf' + msg2 'perf' pushd linux-$pkgver/tools/perf make \ WERROR=0 \ DESTDIR="$pkgdir/usr" \ perfexecdir='lib/perf' \ PYTHON=python2 \ + PYTHON_CONFIG=python2-config \ NO_GTK2=1 \ PERF_VERSION=$pkgver-$pkgrel \ all man popd - msg2 'Build cpupower' + msg2 'cpupower' pushd linux-$pkgver/tools/power/cpupower # we cannot use --as-needed - LDFLAGS=${LDFLAGS:+"$LDFLAGS,--no-as-needed"} + #LDFLAGS=${LDFLAGS:+"$LDFLAGS,--no-as-needed"} make VERSION=$pkgver-$pkgrel popd - msg2 'Build x86_energy_perf_policy' + msg2 'x86_energy_perf_policy' pushd linux-$pkgver/tools/power/x86/x86_energy_perf_policy make popd - msg2 'Build usbip' + msg2 'usbip' pushd linux-$pkgver/drivers/staging/usbip/userspace # fix missing man page sed -i 's/usbip_bind_driver.8//' Makefile.am @@ -82,12 +91,37 @@ build() { ./configure --prefix=/usr --sbindir=/usr/bin make popd + + msg2 'tmon' + pushd linux-$pkgver/tools/thermal/tmon + make + popd + + msg2 'acpidump' + pushd linux-$pkgver/tools/power/acpi + make + popd + + msg2 'cgroup_event_listener' + pushd linux-$pkgver/tools/cgroup + make + popd } package_linux-tools-meta() { pkgdesc='Linux kernel tools meta package' groups=() - depends=('libtraceevent' 'perf' 'cpupower' 'x86_energy_perf_policy' 'usbip') + depends=( + 'acpidump' + 'cgroup_event_listener' + 'cpupower' + 'libtraceevent' + 'linux-tools-meta' + 'perf' + 'tmon' + 'usbip' + 'x86_energy_perf_policy' + ) } package_libtraceevent() { @@ -101,7 +135,8 @@ package_libtraceevent() { package_perf() { pkgdesc='Linux kernel performance auditing tool' - depends=('perl' 'python2' 'libnewt' 'elfutils' 'audit' 'libunwind' 'binutils') + depends=('perl' 'python2' 'libnewt' 'elfutils' 'audit' 'libunwind' 'binutils' + 'numactl') cd linux-$pkgver/tools/perf make \ @@ -109,6 +144,7 @@ package_perf() { DESTDIR="$pkgdir/usr" \ perfexecdir='lib/perf' \ PYTHON=python2 \ + PYTHON_CONFIG=python2-config \ NO_GTK2=1 \ PERF_VERSION=$pkgver-$pkgrel \ install install-man @@ -163,4 +199,30 @@ package_usbip() { install -Dm 644 usbipd.service "$pkgdir/usr/lib/systemd/system/usbipd.service" } +package_tmon() { + pkgdesc='Monitoring and Testing Tool for Linux kernel thermal subsystem' + depends=('glibc' 'ncurses') + + cd linux-$pkgver/tools/thermal/tmon + make install INSTALL_ROOT="$pkgdir" +} + +package_acpidump() { + pkgdesc='Dump system ACPI tables to an ASCII file' + depends=('glibc') + conflicts=('iasl') + + cd linux-$pkgver/tools/power/acpi + install -Dm755 acpidump "$pkgdir/usr/bin/acpidump" + install -Dm644 acpidump.8 "$pkgdir/usr/share/man/man8/acpidump.8" +} + +package_cgroup_event_listener() { + pkgdesc='Simple listener of cgroup events' + depends=('glibc') + + cd linux-$pkgver/tools/cgroup + install -Dm755 cgroup_event_listener "$pkgdir/usr/bin/cgroup_event_listener" +} + # vim:set ts=2 sw=2 et: diff --git a/community/luafilesystem/PKGBUILD b/community/luafilesystem/PKGBUILD index d4237e35a..29c11845b 100644 --- a/community/luafilesystem/PKGBUILD +++ b/community/luafilesystem/PKGBUILD @@ -1,12 +1,13 @@ -# $Id: PKGBUILD 81391 2012-12-19 13:27:48Z seblu $ -# Maintainer: Chris Brannon <cmbrannon79@gmail.com> +# $Id: PKGBUILD 104485 2014-01-21 17:41:26Z bpiotrowski $ +# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> +# Contributor: Chris Brannon <cmbrannon79@gmail.com> # Contributor: Paulo Matias <matiasΘarchlinux-br·org> # Contributor: Anders Bergh <anders1@gmail.com> pkgbase=luafilesystem pkgname=(lua-filesystem lua51-filesystem) pkgver=1.6.2 -pkgrel=2 +pkgrel=3 pkgdesc='File System Library for the Lua Programming Language' arch=('i686' 'x86_64') url='http://www.keplerproject.org/luafilesystem/' @@ -18,12 +19,13 @@ md5sums=('4e7ec93678c760c4e42cea7d28aafa13' 'beb2b58c4b5c2782304a5b0267a5651b') build() { - msg2 "Building $pkgbase with lua 5.1" + msg2 "Building $pkgbase with Lua 5.1" cp -a $pkgbase-$pkgver $pkgbase-$pkgver-51 cd $pkgbase-$pkgver-51 make LUA_INC=/usr/include/lua5.1 - msg2 "Building $pkgbase with lua 5.2" - cd "$srcdir/$pkgbase-$pkgver" + + msg2 "Building $pkgbase with Lua 5.2" + cd "$srcdir"/$pkgbase-$pkgver make } @@ -31,8 +33,8 @@ package_lua-filesystem() { depends=('lua') cd $pkgbase-$pkgver - make PREFIX=$pkgdir/usr LUA_LIBDIR='$(PREFIX)/lib/lua/5.2' install - install -Dm644 $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE + make PREFIX="$pkgdir"/usr LUA_LIBDIR='$(PREFIX)/lib/lua/5.2' install + install -Dm644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } package_lua51-filesystem() { @@ -41,6 +43,6 @@ package_lua51-filesystem() { replaces=('luafilesystem') cd $pkgbase-$pkgver-51 - make PREFIX=$pkgdir/usr LUA_LIBDIR='$(PREFIX)/lib/lua/5.1' install - install -Dm644 $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE + make PREFIX="$pkgdir"/usr LUA_LIBDIR='$(PREFIX)/lib/lua/5.1' install + install -Dm644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE } diff --git a/community/luakit/PKGBUILD b/community/luakit/PKGBUILD index ca99340cb..4a24f7182 100644 --- a/community/luakit/PKGBUILD +++ b/community/luakit/PKGBUILD @@ -1,35 +1,36 @@ -# $Id: PKGBUILD 81116 2012-12-12 00:49:28Z eric $ -# Maintainer: Bartłomiej Piotrowski +# $Id: PKGBUILD 104487 2014-01-21 17:50:07Z bpiotrowski $ +# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: J. W. Birdsong <jwbirdsong AT gmail DOT com> pkgname=luakit pkgver=2012.09.13.r1 _pkgver=2012.09.13-r1 -pkgrel=5 -pkgdesc='Fast, small, webkit based browser framework extensible by Lua' +pkgrel=6 +pkgdesc='Fast, small, Webkit based browser framework extensible by Lua' arch=('i686' 'x86_64') url='http://mason-larobina.github.com/luakit/' license=('GPL3') -depends=('libwebkit' 'lua51-filesystem' 'libunique' 'desktop-file-utils' 'luajit') -makedepends=('git' 'help2man') +depends=('webkitgtk2' 'lua51-filesystem' 'libunique' 'desktop-file-utils' 'luajit') +makedepends=('help2man') options=(!makeflags) install='luakit.install' source=($pkgname-$pkgver.tar.gz::https://github.com/mason-larobina/luakit/tarball/$_pkgver) md5sums=('77b02e6d19ba021409f1778fddd94a42') -build() { +prepare() { cd mason-larobina-luakit-* - - # use luajit to run script needed at build sed -i '1s,lua,luajit,' build-utils/gentokens.lua +} +build() { + cd mason-larobina-luakit-* make USE_LUAJIT=1 PREFIX=/usr all } package() { cd mason-larobina-luakit-* - make PREFIX=/usr DESTDIR=$pkgdir install + make PREFIX=/usr DESTDIR="$pkgdir" install - chmod -x $pkgdir/usr/share/pixmaps/luakit.png # FS#32938 + chmod -x "$pkgdir"/usr/share/pixmaps/luakit.png # FS#32938 } diff --git a/community/lxtask/PKGBUILD b/community/lxtask/PKGBUILD index db8d97ae5..c1c6bf5e4 100644 --- a/community/lxtask/PKGBUILD +++ b/community/lxtask/PKGBUILD @@ -1,26 +1,27 @@ -# $Id: PKGBUILD 56901 2011-10-16 07:43:53Z bpiotrowski $ -# Maintainer: Angel Velasquez <angvp@archlinux.org> +# $Id: PKGBUILD 104479 2014-01-21 17:24:15Z bpiotrowski $ +# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org> +# Contributor: Angel Velasquez <angvp@archlinux.org> # Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr> + pkgname=lxtask pkgver=0.1.4 -pkgrel=3 -pkgdesc="Task manager of the LXDE Desktop" +pkgrel=4 +pkgdesc='Task manager of the LXDE Desktop' arch=('i686' 'x86_64') license=('GPL2') -url="http://lxde.org/" +url='http://lxde.org/' groups=('lxde') depends=('gtk2') makedepends=('pkgconfig' 'intltool') -source=(http://downloads.sourceforge.net/sourceforge/lxde/${pkgname}-${pkgver}.tar.gz) +source=(http://downloads.sourceforge.net/sourceforge/lxde/$pkgname-$pkgver.tar.gz) md5sums=('c4ab47d03d41a88696d64d3f1e78cf7f') build() { - cd "$srcdir/$pkgname-$pkgver" - autoreconf - ./configure --sysconfdir=/etc --prefix=/usr - make + cd $pkgname-$pkgver + ./configure --sysconfdir=/etc --prefix=/usr + make } package() { - cd "$srcdir/$pkgname-$pkgver" - make DESTDIR="$pkgdir" install + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install } diff --git a/community/pidgin-toobars/PKGBUILD b/community/pidgin-toobars/PKGBUILD index b15d80bc0..fd9825abe 100644 --- a/community/pidgin-toobars/PKGBUILD +++ b/community/pidgin-toobars/PKGBUILD @@ -1,25 +1,26 @@ -# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com> +# $Id: PKGBUILD 104483 2014-01-21 17:38:13Z bpiotrowski $ +# Maintainer: Bartłomiej Piotrowski <bpiotrowski@archlinux.org> # Contributor: JokerBoy <jokerboy at punctweb dot ro> pkgname=pidgin-toobars pkgver=1.14 -pkgrel=1 -pkgdesc="Pidgin plugin that adds a toolbar and status bar to the buddy list" +pkgrel=2 +pkgdesc='Pidgin plugin that adds a toolbar and status bar to the buddy list' arch=('i686' 'x86_64') -url="http://vayurik.ru/wordpress/en/toobars/" +url='http://vayurik.ru/wordpress/en/toobars/' license=('GPL') depends=('pidgin') makedepends=('intltool') -source=("http://vayurik.ru/wordpress/wp-content/uploads/toobars/${pkgver}/${pkgname}-${pkgver}.tar.gz") +source=(http://vayurik.ru/wordpress/wp-content/uploads/toobars/$pkgver/$pkgname-$pkgver.tar.gz) md5sums=('0b9255902c10ec1b171329474bd69e82') build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd $pkgname-$pkgver ./configure --prefix=/usr make } package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install } diff --git a/community/roxterm/PKGBUILD b/community/roxterm/PKGBUILD index 23f41b0d2..f34ac22f1 100644 --- a/community/roxterm/PKGBUILD +++ b/community/roxterm/PKGBUILD @@ -1,20 +1,23 @@ -# $Id: PKGBUILD 92214 2013-06-02 21:00:23Z ttoepper $ +# $Id: PKGBUILD 104490 2014-01-21 20:41:40Z ttoepper $ # Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de> # Contributor: Alexander Fehr <pizzapunk gmail com> pkgname=roxterm -pkgver=2.7.2 +pkgver=2.8.1 pkgrel=1 pkgdesc='Tabbed, VTE-based terminal emulator' arch=('i686' 'x86_64') url='http://roxterm.sourceforge.net/' license=('GPL3') -depends=('dbus-glib' 'vte3' 'hicolor-icon-theme') +depends=('dbus-glib' 'vte3' 'hicolor-icon-theme' 'libsm') makedepends=('docbook-xsl' 'xmlto' 'po4a' 'python2' 'python2-lockfile' 'imagemagick' 'librsvg') install=roxterm.install -source=("http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2") -md5sums=('8ef80f9a5e0aea659b1f9cd6de9869b4') -sha1sums=('fa32ceeb19a097d5fb8a54c24cb7a6f1b957e74d') +source=("http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2" + "http://downloads.sourceforge.net/roxterm/roxterm-$pkgver.tar.bz2.sign") +md5sums=('cf5aa488cc382ec0df8b3a856707d245' + 'SKIP') +sha1sums=('45535957cec6936d259dc8ae693f2ab4b148bde6' + 'SKIP') build() { |