Improve descriptions

This commit is contained in:
Martchus 2016-08-09 01:55:11 +02:00
parent 7ad293a16e
commit 8e9cd672f9
31 changed files with 44 additions and 42 deletions

View File

@ -6,7 +6,7 @@
pkgname="brother-mfc-j4410dw"
pkgver="3.0.1"
pkgrel=1
pkgdesc="LPR and CUPS driver for the Brother MFC-J4410DW"
pkgdesc='LPR and CUPS driver for the Brother MFC-J4410DW'
arch=('i686' 'x86_64')
url="http://solutions.brother.com/linux/en_us/"
license=('custom:brother commercial license')

View File

@ -8,7 +8,7 @@ pkgname=c++utilities
pkgver=3.4.1
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="Common C++ classes and routines such as argument parser, IO and conversion utilities."
pkgdesc="Common C++ classes and routines such as argument parser, IO and conversion utilities"
license=('GPL')
depends=()
optdepends=('c++utilities-doc: API documentation')

View File

@ -9,7 +9,7 @@ pkgname=c++utilities-doc
pkgver=3.4.1
pkgrel=1
arch=('any')
pkgdesc="Common C++ classes and routines such as argument parser, IO and conversion utilities (API documentation)."
pkgdesc="Common C++ classes and routines such as argument parser, IO and conversion utilities (API documentation)"
license=('GPL')
makedepends=('cmake' 'doxygen' 'dia' 'graphviz')
url="https://github.com/Martchus/${_reponame}"

View File

@ -9,7 +9,7 @@ pkgname=c++utilities-git
pkgver=50.4d6bf67
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="Common C++ classes and routines such as argument parser, IO and conversion utilities (git version)."
pkgdesc="Common C++ classes and routines such as argument parser, IO and conversion utilities"
license=('GPL')
depends=()
makedepends=('cmake' 'git')

View File

@ -7,9 +7,9 @@ _name=c++utilities
_reponame=cpp-utilities
pkgname=mingw-w64-c++utilities
pkgver=3.4.1
pkgrel=1
pkgrel=2
arch=('any')
pkgdesc="Common C++ classes and routines such as argument parser, IO and conversion utilities (mingw-w64)."
pkgdesc="Common C++ classes and routines such as argument parser, IO and conversion utilities (mingw-w64)"
license=('GPL')
depends=('mingw-w64-crt')
optdepends=('c++utilities-doc: API documentation')
@ -23,6 +23,7 @@ _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"
# build utilities for each architecture
export CXXFLAGS='-O0'
for _arch in ${_architectures}; do
mkdir -p build-${_arch} && pushd build-${_arch}
${_arch}-cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="/usr/${_arch}" ../

View File

@ -8,7 +8,7 @@ pkgname=dbus-soundrecorder
pkgver=1.2.1
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="Records sound from Pulse Audio using ffmpeg while watching D-Bus to determine tracks and meta data."
pkgdesc="Records sound from Pulse Audio using ffmpeg while watching D-Bus to determine tracks and meta data"
license=('GPL')
depends=('c++utilities' 'qt5-base')
makedepends=('cmake' 'qtutilities')

View File

@ -8,7 +8,7 @@ pkgname=geocoordinatecalculator
pkgver=1.1.1
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="Tool for basic calculations with geo coordinates such as format conversions and calculation of distance, bearing, mid point, destination and more."
pkgdesc="Tool for basic calculations with geo coordinates such as format conversions and calculation of distance, bearing, mid point, destination and more"
license=('GPL')
depends=('c++utilities')
makedepends=('cmake')

View File

@ -9,7 +9,7 @@ pkgname=mingw-w64-geocoordinatecalculator
pkgver=1.1.1
pkgrel=1
arch=('any')
pkgdesc="Tool for basic calculations with geo coordinates such as format conversions and calculation of distance, bearing, mid point, destination and more (mingw-w64)."
pkgdesc="Tool for basic calculations with geo coordinates such as format conversions and calculation of distance, bearing, mid point, destination and more (mingw-w64)"
license=('GPL')
depends=('mingw-w64-crt' 'mingw-w64-c++utilities')
makedepends=('mingw-w64-gcc' 'mingw-w64-cmake')

View File

@ -4,7 +4,7 @@
pkgname=gnome-breeze-git
pkgver=102.49a5cd6
pkgrel=1
pkgdesc="A GTK theme created to match with the new Plasma 5 Breeze (git version)."
pkgdesc="A GTK theme created to match with the new Plasma 5 Breeze"
arch=('any')
url="https://github.com/dirruk1/gnome-breeze"
license=('LGPL')

View File

@ -8,7 +8,7 @@ pkgname=passwordfile
pkgver=3.1.1
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="C++ library to read/write passwords from/to encrypted files (using AES-256-CBC via OpenSSL)."
pkgdesc="C++ library to read/write passwords from/to encrypted files using AES-256-CBC via OpenSSL"
license=('GPL')
depends=('c++utilities' 'openssl')
makedepends=('cmake')

View File

@ -9,7 +9,7 @@ pkgname=passwordfile-git
pkgver=20.bcefbb6
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="C++ library to read/write passwords from/to encrypted files (using AES-256-CBC via OpenSSL, git version)."
pkgdesc="C++ library to read/write passwords from/to encrypted files using AES-256-CBC via OpenSSL"
license=('GPL')
depends=('c++utilities' 'openssl')
makedepends=('cmake' 'git')

View File

@ -7,9 +7,9 @@ _name=passwordfile
_reponame=passwordfile
pkgname=mingw-w64-passwordfile
pkgver=3.1.1
pkgrel=1
pkgrel=2
arch=('any')
pkgdesc="C++ library to read/write passwords from/to encrypted files (using AES-256-CBC via OpenSSL, mingw-w64)."
pkgdesc="C++ library to read/write passwords from/to encrypted files using AES-256-CBC via OpenSSL (mingw-w64)"
license=('GPL')
depends=('mingw-w64-crt' 'mingw-w64-c++utilities' 'mingw-w64-openssl')
makedepends=('mingw-w64-gcc' 'mingw-w64-cmake')
@ -22,6 +22,7 @@ _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"
# build utilities for each architecture
export CXXFLAGS='-O0'
for _arch in ${_architectures}; do
mkdir -p build-${_arch} && pushd build-${_arch}
${_arch}-cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="/usr/${_arch}" ../

View File

@ -8,7 +8,7 @@ pkgname=passwordmanager
pkgver=2.1.1
pkgrel=2
arch=('i686' 'x86_64')
pkgdesc="A simple password store using AES-256-CBC encryption via OpenSSL."
pkgdesc="A simple password store using AES-256-CBC encryption via OpenSSL"
license=('GPL')
depends=('qt5-base' 'qtutilities' 'passwordfile' 'openssl' 'libxkbcommon-x11' 'desktop-file-utils' 'xdg-utils')
makedepends=('cmake' 'qt5-tools')

View File

@ -9,7 +9,7 @@ pkgname=passwordmanager-git
pkgver=36.90d37ae
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="A simple password store using AES-256-CBC encryption via OpenSSL (git version)."
pkgdesc="A simple password store using AES-256-CBC encryption via OpenSSL"
license=('GPL')
depends=('qt5-base' 'qtutilities' 'passwordfile' 'openssl' 'libxkbcommon-x11' 'desktop-file-utils' 'xdg-utils')
makedepends=('cmake' 'qt5-tools' 'git')

View File

@ -9,7 +9,7 @@ pkgname=mingw-w64-passwordmanager
pkgver=2.1.1
pkgrel=2
arch=('any')
pkgdesc="A simple password store using AES-256-CBC encryption via OpenSSL (mingw-w64)."
pkgdesc="A simple password store using AES-256-CBC encryption via OpenSSL (mingw-w64)"
license=('GPL')
depends=('mingw-w64-crt' 'mingw-w64-qt5-base' 'mingw-w64-qtutilities' 'mingw-w64-passwordfile' 'mingw-w64-openssl')
makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ffmpeg')

View File

@ -6,7 +6,7 @@
pkgname=pdfmerge
pkgver=1.0.0
pkgrel=2
pkgdesc="Wrapper script for Ghostscript to merge multiple docs/images in one PDF files conveniently."
pkgdesc='Wrapper script for Ghostscript to merge multiple docs/images in one PDF file conveniently'
url="https://github.com/Martchus/PKGBUILDs/tree/master/${pkgname}"
arch=('any')
license=('GPL')

View File

@ -5,7 +5,7 @@
pkgname=pocketsphinx
pkgver=5prealpha
pkgrel=5
pkgdesc='Lightweight speech recognition engine, specifically tuned for handheld and mobile devices, though it works equally well on the desktop.'
pkgdesc='Lightweight speech recognition engine'
arch=('i686' 'x86_64')
url='http://cmusphinx.sourceforge.net'
license=('BSD')
@ -24,20 +24,17 @@ prepare() {
autoreconf -ivf > /dev/null
cd ..
cp -R "$pkgname-$pkgver" "$pkgname-$pkgver-py2"
cp -R "$pkgname-$pkgver" "$pkgname-$pkgver-py3"
}
build() {
msg2 "Building python3 environment"
export PYTHON=/usr/bin/python
cd "$pkgname-$pkgver-py3"
./configure --prefix=/usr
make
msg2 "Building python2 environment"
cd "../$pkgname-$pkgver-py2"
export PYTHON=/usr/bin/python2

View File

@ -6,7 +6,7 @@
pkgname=python-pyusb
pkgver=1.0.0
pkgrel=1
pkgdesc="A pure Python module which provides USB access"
pkgdesc='A pure Python module which provides USB access'
arch=('any')
url="https://github.com/walac/pyusb"
license=('custom')

View File

@ -1,23 +1,25 @@
# Maintainer: Martchus <martchus@gmx.net>
# All my PKGBUILDs are managed at https://github.com/Martchus/PKGBUILDs where
# you also find the URL of a binary repository.
pkgname=qpaeq-menu-entry
_execname=qpaeq
pkgver=1.0.0
pkgrel=3
pkgrel=4
arch=('any')
pkgdesc="Menu entry for qpaeq - a PulseAudio equalizer frontend."
pkgdesc='Menu entry for qpaeq - a PulseAudio equalizer frontend'
license=('BSD')
depends=('pulseaudio-equalizer' 'python-pyqt4')
makedepends=
install=${_execname}.install
install="${_execname}.install"
url=
source=("$_execname.desktop" "$_execname.svg")
md5sums=('2bb4b813d1007bd93b58c15f1334fe88'
'82df9349be90add6be1be8c537f4abef')
package() {
cd $srcdir
install -m644 -D ./${_execname}.svg $pkgdir/usr/share/icons/hicolor/scalable/apps/${_execname}.svg
install -m644 -D ./${_execname}.desktop $pkgdir/usr/share/applications/${_execname}.desktop
cd "$srcdir"
install -m644 -D "./${_execname}.svg" "$pkgdir/usr/share/icons/hicolor/scalable/apps/${_execname}.svg"
install -m644 -D "./${_execname}.desktop" "$pkgdir/usr/share/applications/${_execname}.desktop"
}

View File

@ -8,7 +8,7 @@ pkgname=qtutilities
pkgver=4.0.0
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models."
pkgdesc="Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models"
license=('GPL')
depends=('c++utilities' 'qt5-base')
makedepends=('cmake')

View File

@ -9,7 +9,7 @@ pkgname=qtutilities-git
pkgver=35.721e79d
pkgrel=6
arch=('i686' 'x86_64')
pkgdesc="Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models (git version)."
pkgdesc="Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models"
license=('GPL')
depends=('c++utilities' 'qt5-base')
makedepends=('cmake' 'git')

View File

@ -7,9 +7,9 @@ _name=qtutilities
_reponame=qtutilities
pkgname=mingw-w64-qtutilities
pkgver=4.0.0
pkgrel=1
pkgrel=2
arch=('any')
pkgdesc="Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models. (mingw-w64)."
pkgdesc="Common Qt related C++ classes and routines used by my applications such as dialogs, widgets and models (mingw-w64)"
license=('GPL')
depends=('mingw-w64-crt' 'mingw-w64-qt5-base' 'mingw-w64-c++utilities')
makedepends=('mingw-w64-gcc' 'mingw-w64-cmake')
@ -22,6 +22,7 @@ _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
build() {
cd "$srcdir/${PROJECT_DIR_NAME:-$_reponame-$pkgver}"
# build utilities for each architecture
export CXXFLAGS='-O0'
for _arch in ${_architectures}; do
mkdir -p build-${_arch} && pushd build-${_arch}
${_arch}-cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="/usr/${_arch}" ../

View File

@ -8,7 +8,7 @@ pkgname=(repoindex{,-header,-web,-gui})
pkgver=0.2.1
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="Repository browser for Arch Linux (git version)."
pkgdesc="Repository browser for Arch Linux"
license=('GPL')
depends=('qt5-base' 'qt5-websockets' 'karchive' 'pacman' 'c++utilities')
makedepends=('cmake' 'git' 'yuicompressor' 'qtutilities')

View File

@ -15,7 +15,7 @@ _name=subtitlecomposer
pkgname=${_name}-git
pkgver=0.6.4
pkgrel=1
pkgdesc="A KDE subtitle editor (git version)"
pkgdesc="A KDE subtitle editor"
arch=('i686' 'x86_64')
url="https://github.com/maxrd2/${_name}"
license=('GPL')

View File

@ -14,7 +14,7 @@ pkgname=tageditor
pkgver=1.4.0
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus and Matroska."
pkgdesc="A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus and Matroska"
license=('GPL')
depends=('qtutilities' 'tagparser' 'desktop-file-utils' 'xdg-utils')
[[ $_webview_provider == none ]] && [[ $_js_provider == none ]] && depends+=('qt5-base')

View File

@ -15,7 +15,7 @@ pkgname=tageditor-git
pkgver=66.77a0bc2
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus and Matroska (git version)."
pkgdesc="A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus and Matroska"
license=('GPL')
depends=('qtutilities' 'tagparser' 'desktop-file-utils' 'xdg-utils')
[[ $_webview_provider == none ]] && [[ $_js_provider == none ]] && depends+=('qt5-base')

View File

@ -15,7 +15,7 @@ pkgname=mingw-w64-tageditor-webview
pkgver=1.4.0
pkgrel=1
arch=('any')
pkgdesc="A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus and Matroska (mingw-w64)."
pkgdesc="A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus and Matroska"
license=('GPL')
depends=(mingw-w64-{crt,qtutilities,tagparser})
[[ $_webview_provider == none ]] && [[ $_js_provider == none ]] && depends+=('mingw-w64-qt5-base')

View File

@ -15,7 +15,7 @@ pkgname=mingw-w64-tageditor
pkgver=1.4.0
pkgrel=1
arch=('any')
pkgdesc="A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus and Matroska (mingw-w64)."
pkgdesc="A tag editor with Qt GUI and command-line interface supporting MP4/M4A/AAC (iTunes), ID3, Vorbis, Opus and Matroska"
license=('GPL')
depends=(mingw-w64-{crt,qtutilities,tagparser})
[[ $_webview_provider == none ]] && [[ $_js_provider == none ]] && depends+=('mingw-w64-qt5-base')

View File

@ -8,7 +8,7 @@ pkgname=videodownloader
pkgver=1.3.1
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="A video downloader with Qt GUI (currently only YouTube and Vimeo are maintained)."
pkgdesc="A video downloader with Qt GUI (currently only YouTube and Vimeo are maintained)"
license=('GPL')
depends=('qtutilities' 'openssl' 'desktop-file-utils' 'xdg-utils')
makedepends=('cmake' 'qt5-tools')

View File

@ -9,7 +9,7 @@ pkgname=videodownloader-git
pkgver=27.8960d5b
pkgrel=1
arch=('i686' 'x86_64')
pkgdesc="A video downloader with Qt GUI (currently only YouTube and Vimeo are maintained, mingw-w64)."
pkgdesc="A video downloader with Qt GUI (currently only YouTube and Vimeo are maintained)"
license=('GPL')
depends=('qtutilities' 'openssl' 'desktop-file-utils' 'xdg-utils')
makedepends=('cmake' 'qt5-tools' 'git')

View File

@ -9,7 +9,7 @@ pkgname=mingw-w64-videodownloader
pkgver=1.3.1
pkgrel=1
arch=('any')
pkgdesc="A video downloader with Qt GUI (currently only YouTube and Vimeo are maintained, git version)."
pkgdesc="A video downloader with Qt GUI (currently only YouTube and Vimeo are maintained, mingw-w64)"
license=('GPL')
depends=('mingw-w64-crt' 'mingw-w64-qtutilities' 'mingw-w64-openssl')
makedepends=('mingw-w64-gcc' 'mingw-w64-cmake' 'mingw-w64-qt5-tools' 'ffmpeg')