Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions aspell-de/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ _realname=aspell-${_lang}
pkgname=${_realname}
_pkgver=20161207-7-0
pkgver=${_pkgver//-/.}
pkgrel=1
pkgrel=2
_pkgname=aspell6-${_lang}-${_pkgver}
pkgdesc='German dictionary for aspell'
arch=('i686' 'x86_64')
Expand All @@ -28,5 +28,5 @@ package() {
cd "${srcdir}/${_pkgname}"
make install DESTDIR="${pkgdir}"

install -vDm444 -t "${pkgdir}/usr/share/licenses/${pkgname}" COPYRIGHT
install -vDm444 -T Copyright "${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
}
4 changes: 2 additions & 2 deletions cjson/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkgname=cjson
pkgver=1.7.19
pkgrel=1
pkgrel=2
pkgdesc="Ultralightweight JSON parser in ANSI C"
arch=(x86_64)
url="https://github.com/DaveGamble/cJSON"
Expand Down Expand Up @@ -38,5 +38,5 @@ build() {

package() {
DESTDIR="${pkgdir}" make -C build install
install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
install -Dm644 "$srcdir/cJSON-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
8 changes: 4 additions & 4 deletions colordiff/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=colordiff
pkgver=1.0.22
pkgrel=1
pkgrel=2
pkgdesc='Diff wrapper with pretty syntax highlighting'
url='https://www.colordiff.org/'
msys2_repository_url="https://github.com/daveewart/colordiff"
Expand All @@ -19,11 +19,11 @@ sha256sums=('221a9dae6916883f906c0f387695b8a48fda64566e20aa3d527ab4ca0abc8f62'
prepare() {
cd "${pkgname}-${pkgver}"
patch -p1 -i "${srcdir}/002-build-fix.patch"

# xmlto txt conversion apparently does not work even with w3m
# anyhow only man page is packaged
sed -i "s/xmlto -vv txt colordiff.xml//" makefile
sed -i "s/mv colordiff.txt README//" makefile
sed -i "s/xmlto -vv txt colordiff.xml//" Makefile
sed -i "s/mv colordiff.txt README//" Makefile
}

package() {
Expand Down
4 changes: 2 additions & 2 deletions help2man/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=help2man
pkgver=1.49.3
pkgrel=1
pkgrel=2
pkgdesc="Conversion tool to create man files"
arch=('i686' 'x86_64')
url="https://www.gnu.org/software/help2man/"
Expand Down Expand Up @@ -40,7 +40,7 @@ prepare() {
cd ${srcdir}
tar -xf ${pkgname}-${pkgver}.tar.xz || true
cd "${srcdir}/${pkgname}-${pkgver}"
del_file_exists Changelog
del_file_exists ChangeLog
ln -s debian/changelog ChangeLog
apply_patch_with_msg_p2 1.40.4-cygwin-nls.patch
autoreconf -ivf
Expand Down
4 changes: 2 additions & 2 deletions libyaml/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=('libyaml' 'libyaml-devel')
pkgver=0.2.5
pkgrel=2
pkgrel=3
pkgdesc="YAML 1.1 library"
arch=('i686' 'x86_64')
url="https://pyyaml.org/wiki/LibYAML"
Expand Down Expand Up @@ -33,7 +33,7 @@ build() {

make
make DESTDIR="$srcdir/dest" install
install -m644 -D LICENSE ${srcdir}/dest/usr/share/licenses/${pkgname}/LICENSE
install -m644 -D License ${srcdir}/dest/usr/share/licenses/${pkgname}/LICENSE
}

package_libyaml() {
Expand Down
2 changes: 1 addition & 1 deletion perl-Convert-BinHex/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=Convert-BinHex
pkgname="perl-${_realname}"
pkgver=1.125
pkgrel=2
pkgrel=3
pkgdesc="Perl module to extract data from Macintosh BinHex files"
arch=('any')
url="https://metacpan.org/dist/Convert-BinHex"
Expand Down
8 changes: 4 additions & 4 deletions perl-Locale-Gettext/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=Locale-Gettext
pkgname=perl-${_realname}
pkgver=1.07
pkgrel=13
pkgrel=14
groups=('perl-modules')
pkgdesc="Permits access from Perl to the gettext() family of functions"
arch=('i686' 'x86_64')
Expand All @@ -19,21 +19,21 @@ source=(${_realname}-${pkgver}.tar.gz::"https://cpan.metacpan.org/authors/id/P/P
sha256sums=('909d47954697e7c04218f972915b787bd1244d75e3bd01620bc167d5bbc49c15')

build() {
cd "${srcdir}/${_realname}-${pkgver}"
cd "${srcdir}/Locale-gettext-${pkgver}"

# install module in vendor directories.
perl Makefile.PL INSTALLDIRS=vendor
make
}

check() {
cd "${srcdir}/${_realname}-${pkgver}"
cd "${srcdir}/Locale-gettext-${pkgver}"

make test
}

package() {
cd "${srcdir}/${_realname}-${pkgver}"
cd "${srcdir}/Locale-gettext-${pkgver}"
make install DESTDIR="${pkgdir}"

# fix permissons
Expand Down
7 changes: 3 additions & 4 deletions perl-Test-Requiresinternet/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Maintainer: Peter Budai <peterbudai@hotmail.com>

_realname=Test-Requiresinternet
pkgname=perl-${_realname}
_realname=Test-RequiresInternet
pkgname=perl-Test-Requiresinternet
pkgver=0.05
pkgrel=2
pkgrel=3
pkgdesc="Easily test network connectivity"
arch=('any')
url="https://metacpan.org/release/Test-RequiresInternet"
Expand Down
8 changes: 4 additions & 4 deletions python-mako/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ _realname=mako
pkgbase="python-${_realname}"
pkgname=("python-${_realname}")
pkgver=1.3.12
pkgrel=1
pkgrel=2
pkgdesc="A super-fast templating language that borrows the best ideas from the existing templating languages"
arch=('any')
url="https://www.makotemplates.org/"
Expand All @@ -28,19 +28,19 @@ source=("https://pypi.python.org/packages/source/m/mako/mako-${pkgver}.tar.gz")
sha256sums=('9f778e93289bd410bb35daadeb4fc66d95a746f0b75777b942088b7fd7af550a')

build() {
cd "${srcdir}/Mako-${pkgver}"
cd "${srcdir}/mako-${pkgver}"

python -m build --wheel --skip-dependency-check --no-isolation
}

check() {
cd "${srcdir}/Mako-${pkgver}"
cd "${srcdir}/mako-${pkgver}"

python -m pytest
}

package() {
cd "${srcdir}/Mako-${pkgver}"
cd "${srcdir}/mako-${pkgver}"

python -m installer --destdir="${pkgdir}" dist/*.whl

Expand Down
8 changes: 4 additions & 4 deletions xxhash/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pkgbase=xxhash
pkgname=("xxhash" "libxxhash" "libxxhash-devel")
pkgver=0.8.3
pkgrel=1
pkgrel=2
pkgdesc="Extremely fast non-cryptographic hash algorithm"
arch=('i686' 'x86_64')
url="https://github.com/Cyan4973/xxHash"
Expand All @@ -18,7 +18,7 @@ source=("${pkgname}-${pkgver}.tar.gz::https://codeload.github.com/Cyan4973/xxHas
sha256sums=('aae608dfe8213dfd05d909a57718ef82f30722c392344583d3f39050c7f29a80')

prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
cd "${srcdir}/xxHash-${pkgver}"
}

build() {
Expand All @@ -28,7 +28,7 @@ build() {
cmake \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
"../${pkgname}-${pkgver}/cmake_unofficial"
"../xxHash-${pkgver}/cmake_unofficial"

make
make DESTDIR="${srcdir}/dest" install
Expand All @@ -46,7 +46,7 @@ package_libxxhash() {
cd "${srcdir}/dest"
mkdir -p ${pkgdir}/usr/bin
cp usr/bin/*.dll ${pkgdir}/usr/bin/
install -Dm644 ${srcdir}/${pkgbase}-${pkgver}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
install -Dm644 ${srcdir}/xxHash-${pkgver}/LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}

package_libxxhash-devel() {
Expand Down