From 5ea071a53492ec9512f8d08a8b8ff8e08499209d Mon Sep 17 00:00:00 2001 From: root Date: Tue, 27 Aug 2013 01:57:50 -0700 Subject: Tue Aug 27 01:56:38 PDT 2013 --- community/erlang/PKGBUILD | 20 +++- community/erlang/epmd.conf | 3 + community/erlang/epmd.service | 11 ++ community/erlang/epmd.socket | 9 ++ community/gdc/PKGBUILD | 16 ++- community/gdc/folders.diff | 21 ++-- community/lightdm/PKGBUILD | 10 +- community/lshw/PKGBUILD | 8 +- community/monica/PKGBUILD | 49 +++++--- community/monica/monica.desktop | 10 -- community/monica/monica.png | Bin 0 -> 525 bytes community/monica/monica.svg | 248 ---------------------------------------- community/neatx/PKGBUILD | 6 +- community/quassel/PKGBUILD | 8 +- community/stone-soup/PKGBUILD | 8 +- community/tig/PKGBUILD | 5 +- community/xfe/PKGBUILD | 6 +- 17 files changed, 119 insertions(+), 319 deletions(-) create mode 100644 community/erlang/epmd.conf create mode 100644 community/erlang/epmd.service create mode 100644 community/erlang/epmd.socket delete mode 100644 community/monica/monica.desktop create mode 100644 community/monica/monica.png delete mode 100644 community/monica/monica.svg (limited to 'community') diff --git a/community/erlang/PKGBUILD b/community/erlang/PKGBUILD index c6f117d3c..c822cba62 100644 --- a/community/erlang/PKGBUILD +++ b/community/erlang/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 92929 2013-06-19 13:52:02Z arodseth $ +# $Id: PKGBUILD 96358 2013-08-26 11:47:54Z arodseth $ # Maintainer: Lukas Fleischer # Maintainer: Alexander Rødseth # Contributor: Vesa Kaihlavirta @@ -9,15 +9,21 @@ pkgbase=erlang pkgname=('erlang' 'erlang-unixodbc') pkgver=R16B01 -pkgrel=1 +pkgrel=2 arch=('x86_64' 'i686') url='http://www.erlang.org/' license=('custom') makedepends=('perl' 'mesa' 'lksctp-tools' 'unixodbc' 'wxgtk' 'wxgtk2.9') source=("http://www.erlang.org/download/otp_src_${pkgver/_/-}.tar.gz" - "http://www.erlang.org/download/otp_doc_man_${pkgver/_/-}.tar.gz") + "http://www.erlang.org/download/otp_doc_man_${pkgver/_/-}.tar.gz" + 'epmd.service' + 'epmd.socket' + 'epmd.conf') sha256sums=('da388bc07b8ebdd008f5bb6c3d2c280e358bd188b5aac3ea01e3a7436315abc0' - '71972049fbac73457fb6868be18068edce9f2c9fc2aeeab15f019d4217b6a8c2') + '71972049fbac73457fb6868be18068edce9f2c9fc2aeeab15f019d4217b6a8c2' + 'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e' + '998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34' + '78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2') build() { cd "$srcdir/otp_src_${pkgver/_1/}" @@ -57,6 +63,12 @@ package_erlang() { mkdir "$srcdir/unixodbc" mv "$pkgdir/usr/lib/erlang/lib/odbc"* "$srcdir/unixodbc/" mv "$pkgdir/usr/lib/erlang/man/man3/odbc.3.gz" "$srcdir" + + # epmd service, socket and conf + cd "$srcdir" + install -Dm644 epmd.service "$pkgdir/etc/systemd/system/epmd.service" + install -Dm644 epmd.socket "$pkgdir/etc/systemd/system/epmd.socket" + install -Dm644 epmd.conf "$pkgdir/etc/conf.d/epmd" } package_erlang-unixodbc() { diff --git a/community/erlang/epmd.conf b/community/erlang/epmd.conf new file mode 100644 index 000000000..e4f831c39 --- /dev/null +++ b/community/erlang/epmd.conf @@ -0,0 +1,3 @@ +#ERL_EPMD_ADDRESS= +#ERL_EPMD_PORT=4369 +#ERL_EPMD_RELAXED_COMMAND_CHECK= diff --git a/community/erlang/epmd.service b/community/erlang/epmd.service new file mode 100644 index 000000000..643eff3b2 --- /dev/null +++ b/community/erlang/epmd.service @@ -0,0 +1,11 @@ +[Unit] +Description=Erlang Port Mapper Daemon + +[Service] +EnvironmentFile=/etc/conf.d/epmd +ExecStart=/usr/bin/epmd -daemon $EPMD_OPTS +ExecStop=/usr/bin/epmd -kill +Type=forking + +[Install] +WantedBy=multi-user.target diff --git a/community/erlang/epmd.socket b/community/erlang/epmd.socket new file mode 100644 index 000000000..ae3594242 --- /dev/null +++ b/community/erlang/epmd.socket @@ -0,0 +1,9 @@ +[Unit] +Conflicts=epmd.service + +[Socket] +ListenStream=4369 +Accept=no + +[Install] +WantedBy=sockets.target diff --git a/community/gdc/PKGBUILD b/community/gdc/PKGBUILD index 72fb3a5c6..31230ed9b 100644 --- a/community/gdc/PKGBUILD +++ b/community/gdc/PKGBUILD @@ -5,7 +5,7 @@ pkgname=('gdc' 'libgphobos-devel') pkgver=4.8.1 -pkgrel=1 +pkgrel=2 arch=('i686' 'x86_64') url="https://github.com/D-Programming-GDC/GDC" license=('GPL') @@ -17,7 +17,7 @@ source=(ftp://gcc.gnu.org/pub/gcc/snapshots/${_snapshot}/gcc-${_snapshot}.tar.bz folders.diff) sha256sums=('e4e2202b15f8ba323f88c65de0e4190b0630a4b2e70b0653526b31e946877ead' 'SKIP' - 'cd9df3c4129092f9a3ce6f608baa83e12935d7185d0ad3e273799264a21b031e') + '88a1f1315633e9dde18637ff5239898abd94dca9a39fdb211a66555dd84c2fec') groups=('dlang' 'dlang-gdc') conflicts=('gdc1-bin' 'gdc1-hg' 'gdc-git') @@ -71,6 +71,7 @@ package_gdc() { depends=('libmpc' 'zlib') optdepends=('libgphobos-devel: D standard library, GDC version') + description="Compiler for D programming language wich uses gcc backend" install -D -m755 $srcdir/gcc-build/gcc/gdc $pkgdir/usr/bin/gdc install -D -m755 $srcdir/gcc-build/gcc/cc1d $pkgdir/usr/lib/gcc/$CHOST/4.8.1/cc1d @@ -78,16 +79,19 @@ package_gdc() package_libgphobos-devel() { + description="Standard library for D programming language, GDC port" + depends=('gdc') + # druntime install -D $srcdir/gdc/libphobos/libdruntime/object.di $pkgdir/usr/include/dlang/gdc/$pkgver/object.di cp -r $srcdir/gdc/libphobos/libdruntime/core $pkgdir/usr/include/dlang/gdc/$pkgver/core cp -r $srcdir/gdc/libphobos/libdruntime/gcc $pkgdir/usr/include/dlang/gdc/$pkgver/gcc # phobos - cp $srcdir/gdc/libphobos/crc32.d ${pkgdir}/usr/include/dlang/gdc/$pkgver/crc32.d - cp -r $srcdir/gdc/libphobos/std ${pkgdir}/usr/include/dlang/gdc/$pkgver/std - cp -r $srcdir/gdc/libphobos/etc ${pkgdir}/usr/include/dlang/gdc/$pkgver/etc + cp $srcdir/gdc/libphobos/src/crc32.d ${pkgdir}/usr/include/dlang/gdc/$pkgver/crc32.d + cp -r $srcdir/gdc/libphobos/src/std ${pkgdir}/usr/include/dlang/gdc/$pkgver/std + cp -r $srcdir/gdc/libphobos/src/etc ${pkgdir}/usr/include/dlang/gdc/$pkgver/etc - install -D -m644 $srcdir/gcc-build/$CHOST/libphobos/libgphobos2.a $pkgdir/usr/lib/libgphobos2.a + install -D -m644 $srcdir/gcc-build/$CHOST/libphobos/src/libgphobos2.a $pkgdir/usr/lib/libgphobos2.a install -D -m644 $srcdir/gcc-build/$CHOST/libatomic/.libs/libatomic.a $pkgdir/usr/lib/libatomic.a } diff --git a/community/gdc/folders.diff b/community/gdc/folders.diff index 738a7e6cd..05fc9991a 100644 --- a/community/gdc/folders.diff +++ b/community/gdc/folders.diff @@ -1,29 +1,30 @@ diff --git a/gcc/d/Make-lang.in b/gcc/d/Make-lang.in -index 5bdab1b..aa1122e 100644 +index 9570bf3..52addc0 100644 --- a/gcc/d/Make-lang.in +++ b/gcc/d/Make-lang.in -@@ -25,9 +25,9 @@ D_TARGET_INSTALL_NAME = $(target_alias)-$(shell echo gdc|sed '$(program_transfor +@@ -25,10 +25,10 @@ D_TARGET_INSTALL_NAME = $(target_alias)-$(shell echo gdc|sed '$(program_transfor # This should be configured ifeq ($(host), $(target)) -- gcc_d_include_dir = $(prefix)/include/d/$(version) -+ gcc_d_include_dir = $(prefix)/include/dlang/gdc/$(version) +- D_include_dir = `echo $(exec_prefix) | sed -e 's|^$(prefix)||' -e 's|/[^/]*|/..|g'`/include/d/$(version) ++ D_include_dir = `echo $(exec_prefix) | sed -e 's|^$(prefix)||' -e 's|/[^/]*|/..|g'`/include/dlang/gdc/$(version) + gcc_d_include_dir = $(libsubdir)/$(unlibsubdir)/..$(D_include_dir) else - gcc_d_include_dir = $(libsubdir)/include/d + gcc_d_include_dir = $(libsubdir)/include/dlang/gdc endif -diff --git a/libphobos/configure.in b/libphobos/configure.in -index f6b3660..7e88b23 100644 ---- a/libphobos/configure.in -+++ b/libphobos/configure.in -@@ -232,9 +232,9 @@ dnl (# Default case for install directory for include files.) and on +diff --git a/libphobos/configure.ac b/libphobos/configure.ac +index dfb8fec..0b88ff4 100644 +--- a/libphobos/configure.ac ++++ b/libphobos/configure.ac +@@ -220,9 +220,9 @@ dnl (# Default case for install directory for include files.) and on # will have to modify gcc/configure.ac .. # For now, basic workaround for cross compilers .. if test "${host}" != "${build}"; then - gdc_include_dir='${libdir}/gcc/${host_alias}'/${d_gcc_ver}/include/d -+ gdc_include_dir='${libdir}/gcc/${host_alias}'/${d_gcc_ver}/include/dlang/gdc ++ gdc_include_dir='${libdir}/gcc/${host_alias}'/${d_gcc_ver}/include/dlang/ else - gdc_include_dir='${prefix}'/include/d/${d_gcc_ver} + gdc_include_dir='${prefix}'/include/dlang/gdc/${d_gcc_ver} diff --git a/community/lightdm/PKGBUILD b/community/lightdm/PKGBUILD index d9d9fcb36..7dd62306c 100755 --- a/community/lightdm/PKGBUILD +++ b/community/lightdm/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 96242 2013-08-22 13:15:04Z alucryd $ +# $Id: PKGBUILD 96356 2013-08-26 09:25:31Z alucryd $ # Maintainer: Maxime Gauduin # Contributor: Morfeo pkgbase=lightdm pkgname=('lightdm' 'liblightdm-qt4' 'liblightdm-qt5') pkgver=1.6.0 -pkgrel=6 +pkgrel=7 epoch=1 pkgdesc="A lightweight display manager" arch=('i686' 'x86_64') @@ -57,7 +57,11 @@ optdepends=('xorg-server-xephyr: LightDM test mode' backup=('etc/apparmor.d/lightdm-guest-session' 'etc/lightdm/keys.conf' 'etc/lightdm/lightdm.conf' - 'etc/lightdm/users.conf') + 'etc/lightdm/users.conf' + 'etc/lightdm/xsession' + 'etc/pam.d/lightdm' + 'etc/pam.d/lightdm-autologin' + 'etc/pam.d/lightdm-greeter') install=${pkgbase}.install cd ${pkgbase}-${pkgver} diff --git a/community/lshw/PKGBUILD b/community/lshw/PKGBUILD index 46563504b..5ef5ecc34 100644 --- a/community/lshw/PKGBUILD +++ b/community/lshw/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 91516 2013-05-23 11:14:32Z spupykin $ +# $Id: PKGBUILD 96350 2013-08-26 09:20:36Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Stefano Zamprogno # Contributor: Chuck Yang pkgname=lshw -pkgver=B.02.16 -pkgrel=5 +pkgver=B.02.17 +pkgrel=1 pkgdesc="A small tool to provide detailed information on the hardware configuration of the machine." url="http://ezix.org/project/wiki/HardwareLiSter" license=('GPL') @@ -14,7 +14,7 @@ depends=('gcc-libs' 'hwids') optdepends=('gtk2') makedepends=('gcc' 'gtk2' 'sqlite') source=(http://ezix.org/software/files/lshw-$pkgver.tar.gz) -md5sums=('67479167add605e8f001097c30e96d0d') +md5sums=('a5feb796cb302850eaf5b4530888e3ed') build() { cd $srcdir/$pkgname-$pkgver diff --git a/community/monica/PKGBUILD b/community/monica/PKGBUILD index 3c24c4e7d..77d620962 100644 --- a/community/monica/PKGBUILD +++ b/community/monica/PKGBUILD @@ -1,33 +1,44 @@ -# $Id: PKGBUILD 83166 2013-01-27 16:22:08Z pierre $ -# Maintainer: tobias +# $Id: PKGBUILD 96371 2013-08-26 20:02:02Z arodseth $ +# Maintainer: Alexander Rødseth +# Contributor: tobias # Contributor: Tobias Kieslich pkgname=monica pkgver=3.7 -pkgrel=2 -pkgdesc="A monitor calibration tool" -arch=('i686' 'x86_64') +pkgrel=3 +pkgdesc='Monitor calibration tool' +arch=('x86_64' 'i686') url="http://www.pcbypaul.com/software/monica.html" license=('BSD') depends=('fltk' 'xorg-xgamma') -makedepends=('librsvg') -#http://www.pcbypaul.com/software/dl/${pkgname}-${pkgver}.tar.bz2 -source=(ftp://ftp.archlinux.org/other/monica/${pkgname}-${pkgver}.tar.bz2 \ - monica.desktop monica.svg) -md5sums=('490aabc35b830e4a3dc32a2f893ba805' - 'a337bfda1fca7228420db0ce92256816' - '4569f5df7d7b3eaf20108adf48e8dfe4') +makedepends=('gendesk') +source=("ftp://ftp.archlinux.org/other/monica/$pkgname-$pkgver.tar.bz2" + 'monica.png') +sha256sums=('da0d7762f5a2eed482e8e2f87762d3ac1f013d5c99bd99b34083b69f03492036' + '4c9852c7462f747eeede72f252e2578d827c12f09ffd83808f695a64c67bee69') + +prepare() { + cd "$pkgname-$pkgver" + + gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \ + --categories 'Application;Settings;System' +} build() { - cd "${srcdir}/${pkgname}-${pkgver}" + cd "$pkgname-$pkgver" + make } package() { - cd "${srcdir}/${pkgname}-${pkgver}" - install -Dm755 monica "${pkgdir}/usr/bin/monica" - install -Dm644 "${srcdir}/monica.desktop" "${pkgdir}/usr/share/applications/monica.desktop" - install -Dm644 "${srcdir}/monica.svg" "${pkgdir}/usr/share/pixmaps/monica.svg" - rsvg-convert -w 64 -h 57 -f png -o "${pkgdir}/usr/share/pixmaps/monica.png" "${srcdir}/monica.svg" - install -Dm644 licence "${pkgdir}/usr/share/licenses/monica/license.txt" + cd "$pkgname-$pkgver" + + install -Dm755 "$pkgname" "$pkgdir/usr/bin/$pkgname" + install -Dm644 "$pkgname.desktop" \ + "$pkgdir/usr/share/applications/$pkgname.desktop" + install -Dm644 "$srcdir/$pkgname.png" \ + "$pkgdir/usr/share/pixmaps/$pkgname.png" + install -Dm644 licence "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } + +# vim:set ts=2 sw=2 et: diff --git a/community/monica/monica.desktop b/community/monica/monica.desktop deleted file mode 100644 index 6b17659ca..000000000 --- a/community/monica/monica.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Encoding=UTF-8 -Name=Monica -Comment=Monitor Calibration for x-server -Exec=monica -Icon=monica -Terminal=false -Type=Application -X-MultipleArgs=false -Categories=Application;Settings;System; diff --git a/community/monica/monica.png b/community/monica/monica.png new file mode 100644 index 000000000..8a2b10f86 Binary files /dev/null and b/community/monica/monica.png differ diff --git a/community/monica/monica.svg b/community/monica/monica.svg deleted file mode 100644 index bb9f77d9b..000000000 --- a/community/monica/monica.svg +++ /dev/null @@ -1,248 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - Created with Inkscape -http://www.inkscape.org/ - image/svg+xml - - ML-Term Icon - 2004-07-14 - - - Tobias Kieslich - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/community/neatx/PKGBUILD b/community/neatx/PKGBUILD index 46f8b95f2..0a9b65abb 100644 --- a/community/neatx/PKGBUILD +++ b/community/neatx/PKGBUILD @@ -1,15 +1,15 @@ -# $Id: PKGBUILD 78204 2012-10-17 10:24:52Z allan $ +# $Id: PKGBUILD 96352 2013-08-26 09:20:58Z spupykin $ # Maintainer: Sergej Pupykin # Contributor: Nicolas Doualot pkgname=neatx pkgver=0.3.1 -pkgrel=13 +pkgrel=14 pkgdesc="A free NX server by google" arch=('i686' 'x86_64') url="http://code.google.com/p/neatx/" license=('GPL') -depends=('nxserver' 'python2-pexpect' 'python2-simplejson' 'netcat' 'pygtk') +depends=('python2-pexpect' 'python2-simplejson' 'netcat' 'pygtk') makedepends=('docutils') optdepends=('xorg-xdm: if you want to use KDE or GNOME session' 'xorg-fonts-misc: to use default font' diff --git a/community/quassel/PKGBUILD b/community/quassel/PKGBUILD index 04c8c6994..5e940bfd4 100644 --- a/community/quassel/PKGBUILD +++ b/community/quassel/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 91733 2013-05-26 19:25:26Z jelle $ +# $Id: PKGBUILD 96366 2013-08-26 17:18:57Z jelle $ # Maintainer: Vesa Kaihlavirta # Maintainer: Jaroslav Lichtblau pkgbase=quassel pkgname=('quassel-client' 'quassel-core') pkgver=0.9.0 -pkgrel=1 +pkgrel=2 pkgdesc="QT4 irc client with a separated core" arch=('i686' 'x86_64') url="http://quassel-irc.org/" @@ -48,7 +48,7 @@ build() { cd $srcdir/build-client cmake \ -DCMAKE_INSTALL_PREFIX=/usr/ \ - -DWITH_KDE=0 \ + -DWITH_KDE=1 \ -DWITH_OPENSSL=ON \ -DCMAKE_BUILD_TYPE="Release" \ -DWANT_CORE=OFF \ @@ -82,7 +82,7 @@ install=quassel.install package_quassel-client() { pkgdesc="Qt4 IRC client with a separated core - client only" -depends=('qt4') +depends=('qt4' 'kdelibs') install=quassel-client.install cd $srcdir/build-client diff --git a/community/stone-soup/PKGBUILD b/community/stone-soup/PKGBUILD index 90f07aa95..bcb9e0d7e 100644 --- a/community/stone-soup/PKGBUILD +++ b/community/stone-soup/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Jakob Gruber pkgname=stone-soup -pkgver=0.12.1 +pkgver=0.12.2 pkgrel=1 pkgdesc='Open-source, single-player, role-playing roguelike game of exploration and treasure-hunting' arch=('i686' 'x86_64') @@ -19,7 +19,8 @@ _name=('Dungeon Crawl Stone Soup') package() { cd "$srcdir" - gendesk -n + gendesk -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" \ + --exec 'crawl-tiles' --name 'Dungeon Crawl Stone Soup' cd "stone_soup-${pkgver}/source" @@ -64,4 +65,5 @@ package() { "${pkgdir}/usr/share/applications/${pkgname}.desktop" } -md5sums=('47d7c65cf72786d446e1289533af01de') + +md5sums=('a0d5e6f2c4e32c943eb82d9d655199a4') diff --git a/community/tig/PKGBUILD b/community/tig/PKGBUILD index ccba8c33b..c0c03326c 100644 --- a/community/tig/PKGBUILD +++ b/community/tig/PKGBUILD @@ -4,15 +4,16 @@ # Contributor: Nathan Jones pkgname=tig -pkgver=1.2 +pkgver=1.2.1 pkgrel=1 pkgdesc='Text-mode interface for Git.' depends=('git' 'ncurses') +makedepends=('asciidoc' 'xmlto') url='http://jonas.nitro.dk/tig/' license=('GPL') arch=('i686' 'x86_64') source=("http://jonas.nitro.dk/${pkgname}/releases/${pkgname}-${pkgver}.tar.gz") -md5sums=('9821525564aa3f4aa51ad2b6c11b3a91') +md5sums=('9dec2966d3d51f7d8b5b8d4a4b8d93eb') build() { cd "$srcdir/$pkgname-$pkgver" diff --git a/community/xfe/PKGBUILD b/community/xfe/PKGBUILD index 1a2dc07e6..cfc7665c8 100644 --- a/community/xfe/PKGBUILD +++ b/community/xfe/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 84135 2013-02-11 11:34:51Z spupykin $ +# $Id: PKGBUILD 96354 2013-08-26 09:21:17Z spupykin $ # Maintainer: Sergej Pupykin # Maintainer: Eric Belanger # Contributor: Ravi Desai pkgname=xfe -pkgver=1.34 +pkgver=1.35 pkgrel=1 pkgdesc="X File Explorer (Xfe) is an MS-Explorer like file manager for X." arch=('i686' 'x86_64') @@ -13,7 +13,7 @@ license=("GPL") depends=('fox') makedepends=('intltool') source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz) -md5sums=('36d0a590d95742eb59d8128a9a7a35b4') +md5sums=('2cff624a9ee8ee8d8f80e2688fc62feb') build() { cd $srcdir/$pkgname-$pkgver -- cgit v1.2.3-54-g00ecf