Date: Saturday, October 24, 2015 @ 16:43:18 Author: arodseth Revision: 144896
archrelease: copy trunk to community-any Added: jedit/repos/community-any/PKGBUILD (from rev 144895, jedit/trunk/PKGBUILD) jedit/repos/community-any/jedit.install (from rev 144895, jedit/trunk/jedit.install) jedit/repos/community-any/jedit.props (from rev 144895, jedit/trunk/jedit.props) jedit/repos/community-any/jedit.sh (from rev 144895, jedit/trunk/jedit.sh) jedit/repos/community-any/jeditbg.sh (from rev 144895, jedit/trunk/jeditbg.sh) Deleted: jedit/repos/community-any/PKGBUILD jedit/repos/community-any/jedit.install jedit/repos/community-any/jedit.props jedit/repos/community-any/jedit.sh jedit/repos/community-any/jeditbg.sh ---------------+ PKGBUILD | 139 ++++++++++++++++++++++++++++++-------------------------- jedit.install | 26 +++++----- jedit.props | 124 ++++++++++++++++++++++++------------------------- jedit.sh | 32 ++++++------ jeditbg.sh | 6 +- 5 files changed, 170 insertions(+), 157 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2015-10-24 14:43:06 UTC (rev 144895) +++ PKGBUILD 2015-10-24 14:43:18 UTC (rev 144896) @@ -1,63 +0,0 @@ -# $Id$ -# Maintainer: Alexander Rødseth <rods...@gmail.com> -# Contributor: Daniel J Griffiths <ghost1...@archlinux.us> -# Contributor: Jaroslav Lichtblau <dragonl...@aur.archlinux.org> -# Contributor: Jeff Mickey <j...@codemac.net> -# Contributor: Dusty Phillips <du...@buchuki.com> - -pkgname=jedit -pkgver=5.2.0 -pkgrel=1 -pkgdesc='Text editor for programmers' -arch=('any') -url='http://www.jedit.org/' -license=('GPL') -depends=('java-runtime' 'desktop-file-utils') -makedepends=('gendesk' 'unzip' 'tar') -optdepends=('java-environment: for java development' - 'ttf-fira-mono: usable font') -options=('!emptydirs') -install=$pkgname.install -noextract=("${pkgname}${pkgver}install.jar") -source=("http://downloads.sourceforge.net/$pkgname/${pkgname}${pkgver}install.jar" - 'jedit.sh' - 'jeditbg.sh' - 'jedit.props') -sha256sums=('78869461199947fd51f629fdf3863482e3c02d64fac2c0d96103dfc438d2924c' - 'b2e5a8f2f4818b336b5d71f677114f1bc01e929d7fa60918675cc2234dae1a3a' - 'a1dd1b688f08c5c967861fe80df13cac201afa6dcfcecc9a289b2c3bec7c8915' - '1a8c6e51810abc9ff56606b61042e2e980cb4b479fa0099b3c93acd7e4b9295b') - -prepare() { - gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --exec 'jeditbg %U' \ - --name 'jEdit' --genericname 'Editor' - - # Extract the documentation so that it can be installed manually - unzip "${pkgname}${pkgver}install.jar" - tar jxf installer/jedit-api.tar.bz2 -} - -package() { - install -d "$pkgdir/usr/share/java/$pkgdir" \ - "$pkgdir/usr/bin" \ - "$pkgdir/usr/share/man/man1" - - # Run the installer - (java -jar "${pkgname}${pkgver}install.jar" auto \ - "$pkgdir/usr/share/java/$pkgname/" \ - unix-script="$pkgdir/usr/bin/" \ - unix-man="$pkgdir/usr/share/man/man1/" 2>&1) > inst.log - - # Launchers, properties and desktop shortcuts - install -Dm755 jedit.sh "$pkgdir/usr/bin/jedit" - install -Dm755 jeditbg.sh "$pkgdir/usr/bin/jeditbg" - install -Dm644 jedit.props "$pkgdir/usr/share/jedit/default.props" - install -Dm644 jedit.desktop "$pkgdir/usr/share/applications/jedit.desktop" - install -Dm644 "$pkgdir/usr/share/java/jedit/doc/jedit.png" \ - "$pkgdir/usr/share/pixmaps/jedit.png" - - # The missing documentation files - cp -ru "$srcdir/doc" "$pkgdir/usr/share/java/jedit/doc" -} - -# vim:set ts=2 sw=2 et: Copied: jedit/repos/community-any/PKGBUILD (from rev 144895, jedit/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2015-10-24 14:43:18 UTC (rev 144896) @@ -0,0 +1,76 @@ +# $Id$ +# Maintainer: Alexander F Rødseth <xypr...@archlinux.org> +# Contributor: Daniel J Griffiths <ghost1...@archlinux.us> +# Contributor: Jaroslav Lichtblau <dragonl...@aur.archlinux.org> +# Contributor: Jeff Mickey <j...@codemac.net> +# Contributor: Dusty Phillips <du...@buchuki.com> + +# Does not currently build in a chroot. + +pkgname=jedit +pkgver=5.3.0 +pkgrel=1 +pkgdesc='Text editor for programmers' +arch=('any') +url='http://www.jedit.org/' +license=('GPL') +depends=('java-runtime' 'desktop-file-utils') +makedepends=('apache-ant' 'gendesk' 'unzip' 'tar') +optdepends=('java-environment: for java development' + 'ttf-fira-mono: usable font') +options=('!emptydirs') +install=$pkgname.install +noextract=("${pkgname}${pkgver}install.jar") +source=('jedit.sh' + 'jeditbg.sh' + 'jedit.props' + "http://sourceforge.net/projects/jedit/files/jedit/$pkgver/jedit${pkgver}source.tar.bz2") +sha256sums=('b2e5a8f2f4818b336b5d71f677114f1bc01e929d7fa60918675cc2234dae1a3a' + 'a1dd1b688f08c5c967861fe80df13cac201afa6dcfcecc9a289b2c3bec7c8915' + '1a8c6e51810abc9ff56606b61042e2e980cb4b479fa0099b3c93acd7e4b9295b' + '8d56d036be4dd45254748f063ade01293b862a615cdff6aed274ab58085f6304') + +prepare() { + gendesk -f -n --pkgname "$pkgname" --pkgdesc "$pkgdesc" --exec 'jeditbg %U' \ + --name 'jEdit' --genericname 'Editor' + + # Extract the documentation so that it can be installed manually + #unzip "${pkgname}${pkgver}install.jar" + #tar jxf installer/jedit-api.tar.bz2 +} + +build() { + cd jEdit + + ant dist-java +} + +package() { + install -d "$pkgdir/usr/share/java/$pkgdir" \ + "$pkgdir/usr/bin" \ + "$pkgdir/usr/share/man/man1" + + cd jEdit/dist + + # Run the installer + (java -jar "${pkgname}${pkgver}install.jar" auto \ + "$pkgdir/usr/share/java/$pkgname/" \ + unix-script="$pkgdir/usr/bin/" \ + unix-man="$pkgdir/usr/share/man/man1/" 2>&1) > inst.log + + cd "$srcdir" + + # Launchers, properties and desktop shortcuts + install -Dm755 jedit.sh "$pkgdir/usr/bin/jedit" + install -Dm755 jeditbg.sh "$pkgdir/usr/bin/jeditbg" + install -Dm644 jedit.props "$pkgdir/usr/share/jedit/default.props" + install -Dm644 jedit.desktop "$pkgdir/usr/share/applications/jedit.desktop" + install -Dm644 "$pkgdir/usr/share/java/jedit/doc/jedit.png" \ + "$pkgdir/usr/share/pixmaps/jedit.png" + + # The missing documentation files + cd jEdit + cp -ru doc "$pkgdir/usr/share/java/jedit/doc" +} + +# vim:set ts=2 sw=2 et: Deleted: jedit.install =================================================================== --- jedit.install 2015-10-24 14:43:06 UTC (rev 144895) +++ jedit.install 2015-10-24 14:43:18 UTC (rev 144896) @@ -1,13 +0,0 @@ -post_upgrade() { - update-desktop-database -q -} - -post_install() { - post_upgrade -} - -post_remove() { - post_upgrade -} - -# vim:set ts=2 sw=2 et: Copied: jedit/repos/community-any/jedit.install (from rev 144895, jedit/trunk/jedit.install) =================================================================== --- jedit.install (rev 0) +++ jedit.install 2015-10-24 14:43:18 UTC (rev 144896) @@ -0,0 +1,13 @@ +post_upgrade() { + update-desktop-database -q +} + +post_install() { + post_upgrade +} + +post_remove() { + post_upgrade +} + +# vim:set ts=2 sw=2 et: Deleted: jedit.props =================================================================== --- jedit.props 2015-10-24 14:43:06 UTC (rev 144895) +++ jedit.props 2015-10-24 14:43:18 UTC (rev 144896) @@ -1,62 +0,0 @@ -# --- Arch Linux defaults for jEdit --- -# -# Just remove this file (~/.jedit/properties) to use the original jEdit defaults. -# -# startup -firstTime=false -tip.show=false -# buffers -buffer.tabSize=4 -buffer.indentSize=4 -buffer.encoding=UTF-8 -buffer.maxLineLen=99 -# look and feel, fonts and colors -icon-theme=tango -lookAndFeel=com.sun.java.swing.plaf.gtk.GTKLookAndFeel -view.fontsize=14 -view.font=Fira Mono -view.selectionFg=false -view.caretColor=\#333333 -view.lineHighlightColor=\#deebfb -view.thickCaret=false -view.selectionFgColor=\#000000 -view.extendedState=0 -view.wrapGuideColor=\#dedede -view.structureHighlightColor=\#3d9bc4 -view.selectionColor=\#cccccc -view.status.show-caret-virtual=true -view.status.foreground=\#000000 -view.status.show-caret-linenumber=true -view.status.show-caret-bufferlength=true -view.status.background=\#ffffff -view.status.show-caret-dot=true -view.status.memory.background=\#66699a -view.status.show-caret-offset=true -view.style.invalid=color\:\#ff1e00 bgColor\:\#ffffcc -view.style.digit=color\:\#330066 -view.style.literal4=color\:\#0182bc -view.style.literal3=color\:\#0700cc -view.style.literal2=color\:\#760000 -view.style.literal1=color\:\#90001c -view.style.comment4=color\:\#a2a2a2 -view.style.label=color\:\#009500 -view.style.comment3=color\:\#868686 -view.style.comment2=color\:\#383838 -view.style.comment1=color\:\#434343 -view.style.keyword4=color\:\#00a228 -view.style.keyword3=color\:\#0b2700 -view.style.keyword2=color\:\#000066 -view.style.keyword1=color\:\#0033cc -view.style.function=color\:\#006600 -view.style.operator=color\:\#000000 -view.gutter.fontsize=14 -view.gutter.font=Courier 10 Pitch -view.gutter.highlightColor=\#660000 -view.gutter.selectionAreaBgColor=\#f0f0f0 -view.gutter.highlightInterval=10 -view.gutter.focusBorderColor=\#ececec -view.gutter.highlightCurrentLine=false -view.gutter.bgColor=\#f0f0f0 -view.gutter.currentLineColor=\#006699 -view.gutter.fgColor=\#3c3c3c -view.gutter.selectionAreaWidth=12 Copied: jedit/repos/community-any/jedit.props (from rev 144895, jedit/trunk/jedit.props) =================================================================== --- jedit.props (rev 0) +++ jedit.props 2015-10-24 14:43:18 UTC (rev 144896) @@ -0,0 +1,62 @@ +# --- Arch Linux defaults for jEdit --- +# +# Just remove this file (~/.jedit/properties) to use the original jEdit defaults. +# +# startup +firstTime=false +tip.show=false +# buffers +buffer.tabSize=4 +buffer.indentSize=4 +buffer.encoding=UTF-8 +buffer.maxLineLen=99 +# look and feel, fonts and colors +icon-theme=tango +lookAndFeel=com.sun.java.swing.plaf.gtk.GTKLookAndFeel +view.fontsize=14 +view.font=Fira Mono +view.selectionFg=false +view.caretColor=\#333333 +view.lineHighlightColor=\#deebfb +view.thickCaret=false +view.selectionFgColor=\#000000 +view.extendedState=0 +view.wrapGuideColor=\#dedede +view.structureHighlightColor=\#3d9bc4 +view.selectionColor=\#cccccc +view.status.show-caret-virtual=true +view.status.foreground=\#000000 +view.status.show-caret-linenumber=true +view.status.show-caret-bufferlength=true +view.status.background=\#ffffff +view.status.show-caret-dot=true +view.status.memory.background=\#66699a +view.status.show-caret-offset=true +view.style.invalid=color\:\#ff1e00 bgColor\:\#ffffcc +view.style.digit=color\:\#330066 +view.style.literal4=color\:\#0182bc +view.style.literal3=color\:\#0700cc +view.style.literal2=color\:\#760000 +view.style.literal1=color\:\#90001c +view.style.comment4=color\:\#a2a2a2 +view.style.label=color\:\#009500 +view.style.comment3=color\:\#868686 +view.style.comment2=color\:\#383838 +view.style.comment1=color\:\#434343 +view.style.keyword4=color\:\#00a228 +view.style.keyword3=color\:\#0b2700 +view.style.keyword2=color\:\#000066 +view.style.keyword1=color\:\#0033cc +view.style.function=color\:\#006600 +view.style.operator=color\:\#000000 +view.gutter.fontsize=14 +view.gutter.font=Courier 10 Pitch +view.gutter.highlightColor=\#660000 +view.gutter.selectionAreaBgColor=\#f0f0f0 +view.gutter.highlightInterval=10 +view.gutter.focusBorderColor=\#ececec +view.gutter.highlightCurrentLine=false +view.gutter.bgColor=\#f0f0f0 +view.gutter.currentLineColor=\#006699 +view.gutter.fgColor=\#3c3c3c +view.gutter.selectionAreaWidth=12 Deleted: jedit.sh =================================================================== --- jedit.sh 2015-10-24 14:43:06 UTC (rev 144895) +++ jedit.sh 2015-10-24 14:43:18 UTC (rev 144896) @@ -1,16 +0,0 @@ -#!/bin/sh -# Runs jEdit - Programmer's Text Editor - -# If $HOME/.jedit or $HOME/.jedit/properties exists, don't do anything. -# If not, copy in a default property file. -if [ ! -e $HOME/.jedit ]; then - if [ ! -e $HOME/.jedit/properties ]; then - mkdir $HOME/.jedit - cp /usr/share/jedit/default.props $HOME/.jedit/properties - fi -fi - -# Set jvm heap initial and maximum sizes (in megabytes). -JAVA_HEAP_MAX_SIZE=192 - -exec java -Xmx${JAVA_HEAP_MAX_SIZE}M -Dawt.useSystemAAFontSettings=lcd -jar "/usr/share/java/jedit/jedit.jar" "$@" Copied: jedit/repos/community-any/jedit.sh (from rev 144895, jedit/trunk/jedit.sh) =================================================================== --- jedit.sh (rev 0) +++ jedit.sh 2015-10-24 14:43:18 UTC (rev 144896) @@ -0,0 +1,16 @@ +#!/bin/sh +# Runs jEdit - Programmer's Text Editor + +# If $HOME/.jedit or $HOME/.jedit/properties exists, don't do anything. +# If not, copy in a default property file. +if [ ! -e $HOME/.jedit ]; then + if [ ! -e $HOME/.jedit/properties ]; then + mkdir $HOME/.jedit + cp /usr/share/jedit/default.props $HOME/.jedit/properties + fi +fi + +# Set jvm heap initial and maximum sizes (in megabytes). +JAVA_HEAP_MAX_SIZE=192 + +exec java -Xmx${JAVA_HEAP_MAX_SIZE}M -Dawt.useSystemAAFontSettings=lcd -jar "/usr/share/java/jedit/jedit.jar" "$@" Deleted: jeditbg.sh =================================================================== --- jeditbg.sh 2015-10-24 14:43:06 UTC (rev 144895) +++ jeditbg.sh 2015-10-24 14:43:18 UTC (rev 144896) @@ -1,3 +0,0 @@ -#!/bin/sh -# Runs jEdit in background-mode, ready to reuse the running instance -jedit -background -reuseview "$@" Copied: jedit/repos/community-any/jeditbg.sh (from rev 144895, jedit/trunk/jeditbg.sh) =================================================================== --- jeditbg.sh (rev 0) +++ jeditbg.sh 2015-10-24 14:43:18 UTC (rev 144896) @@ -0,0 +1,3 @@ +#!/bin/sh +# Runs jEdit in background-mode, ready to reuse the running instance +jedit -background -reuseview "$@"