summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libre/usermin/PKGBUILD4
-rw-r--r--libre/webmin/PKGBUILD4
-rw-r--r--libre/xarchiver/PKGBUILD4
-rw-r--r--libre/xarchiver/remove-nonfree-unrar-support.patch3
-rw-r--r--pcr/lua-cyrussasl/PKGBUILD4
-rw-r--r--pcr/lua-cyrussasl/lua-cyrussasl.patch2
6 files changed, 11 insertions, 10 deletions
diff --git a/libre/usermin/PKGBUILD b/libre/usermin/PKGBUILD
index 2ec5cae60..600e34db0 100644
--- a/libre/usermin/PKGBUILD
+++ b/libre/usermin/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer (Arch): Tobias Powalowski <tpowa@archlinux.org>
pkgname=usermin
pkgver=1.610
-pkgrel=1.parabola1
+pkgrel=1.parabola2
pkgdesc="a web interface that can be used to easily perform tasks like reading mail, setting up SSH or configuring mail forwarding (Parabola rebranded)"
arch=(i686 x86_64 mips64el)
license=('custom:usermin')
@@ -109,7 +109,7 @@ package() {
"$pkgdir"/opt/usermin/setup.sh
# Fixup the config files to use their real locations
- sed -i 's:^pidfile=.*$:pidfile=/var/run/usermin.pid:' "$pkgdir"/etc/usermin/miniserv.conf
+ sed -i 's:^pidfile=.*$:pidfile=/run/usermin.pid:' "$pkgdir"/etc/usermin/miniserv.conf
find "$pkgdir"/etc/usermin -type f -exec sed -i "s:$pkgdir::g" {} \;
# make it only accessible by localhost
diff --git a/libre/webmin/PKGBUILD b/libre/webmin/PKGBUILD
index 3dc4b709a..fac84125b 100644
--- a/libre/webmin/PKGBUILD
+++ b/libre/webmin/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer (Arch): Tobias Powalowski <tpowa@archlinux.org>
pkgname=webmin
pkgver=1.710
-pkgrel=1.parabola1
+pkgrel=1.parabola2
pkgdesc="a web-based interface for system administration (Parabola rebranded)"
arch=(i686 x86_64 mips64el)
license=('custom:webmin')
@@ -192,7 +192,7 @@ package() {
"$pkgdir"/opt/webmin/setup.sh
# Fixup the config files to use their real locations
- sed -i 's:^pidfile=.*$:pidfile=/var/run/webmin.pid:' "$pkgdir"/etc/webmin/miniserv.conf
+ sed -i 's:^pidfile=.*$:pidfile=/run/webmin.pid:' "$pkgdir"/etc/webmin/miniserv.conf
find "$pkgdir"/etc/webmin -type f -exec sed -i "s:$pkgdir::g" {} \;
# make it only accessible by localhost
diff --git a/libre/xarchiver/PKGBUILD b/libre/xarchiver/PKGBUILD
index c50f53572..f5bac7d3f 100644
--- a/libre/xarchiver/PKGBUILD
+++ b/libre/xarchiver/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=xarchiver
pkgver=0.5.4
-pkgrel=1.parabola1
+pkgrel=1.parabola2
pkgdesc="GTK+ frontend to various command line archivers, without nonfree unrar support"
arch=('i686' 'x86_64' 'mips64el')
url="http://xarchiver.sourceforge.net/"
@@ -31,7 +31,7 @@ md5sums=('1b4cd37a6af03afc957a8e307417e8d0'
'812b93339f5e3332621f3c5abebfe277'
'35ab96d98521a0a36f3e9e9ec0969107'
'0cee887b3c989ba2cdce9154813843fb'
- '064ec8984be6e0e7bbf20c435a9f4ef0')
+ 'd2cf9b38b439a548553cf0f33d627bcc')
prepare() {
cd $pkgname-$pkgver
diff --git a/libre/xarchiver/remove-nonfree-unrar-support.patch b/libre/xarchiver/remove-nonfree-unrar-support.patch
index 5473cf3b3..10c68052b 100644
--- a/libre/xarchiver/remove-nonfree-unrar-support.patch
+++ b/libre/xarchiver/remove-nonfree-unrar-support.patch
@@ -66,7 +66,8 @@ diff -Nur xarchiver-0.5.3.orig/doc/xarchiver.docbook xarchiver-0.5.3/doc/xarchiv
<listitem><para>All the the output of the cmd-line archiver is displayed in the Xarchiver window</para></listitem>
- <listitem><para>All common formats are supported: arj, bzip2, lha, gzip, 7z, rar, tar, tar.bz2, tar.gz, zip, DEB and RPM (only open,view and extract)</para></listitem>
+ <listitem><para>All common formats are supported: arj, bzip2, lha, gzip, 7z, tar, tar.bz2, tar.gz, zip, DEB and RPM (only open,view and extract)</para></listitem>
- <listitem><para>Support of RPM files without RPM executable. This is useful on not RPM-based distributions like Slackware and Arch Linux</para></listitem>
+- <listitem><para>Support of RPM files without RPM executable. This is useful on not RPM-based distributions like Slackware and Arch Linux</para></listitem>
++ <listitem><para>Support of RPM files without RPM executable. This is useful on not RPM-based distributions</para></listitem>
- <listitem><para>Zip, rar, arj and 7z password encrypted archives are fully supported (7z automatic password detection is not supported)</para></listitem>
+ <listitem><para>Zip, arj and 7z password encrypted archives are fully supported (7z automatic password detection is not supported)</para></listitem>
</itemizedlist>
diff --git a/pcr/lua-cyrussasl/PKGBUILD b/pcr/lua-cyrussasl/PKGBUILD
index 987f51507..9e57498a6 100644
--- a/pcr/lua-cyrussasl/PKGBUILD
+++ b/pcr/lua-cyrussasl/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lua-cyrussasl
pkgver=1.0.0
-pkgrel=2
+pkgrel=3
pkgdesc="Lua bindings for Cyrus SASL library."
arch=('i686' 'x86_64' 'mips64el')
url="http://github.com/JorjBauer/lua-cyrussasl"
@@ -13,7 +13,7 @@ source=(
"lua-cyrussasl.patch"
)
md5sums=('40c94c06441e1e47640d81b125742969'
- '838d383edc30f059ddae44cd564e0b82')
+ 'bdb7b8413f9b7d9598b7c8b820427751')
build() {
cd $srcdir/*-lua-cyrussasl-*
diff --git a/pcr/lua-cyrussasl/lua-cyrussasl.patch b/pcr/lua-cyrussasl/lua-cyrussasl.patch
index e119ccb3b..cf1229a3f 100644
--- a/pcr/lua-cyrussasl/lua-cyrussasl.patch
+++ b/pcr/lua-cyrussasl/lua-cyrussasl.patch
@@ -4,7 +4,7 @@
#LUAPATH=/usr/share/lua/5.1
#CPATH=/usr/lib/lua/5.1
-+# Linux (Arch Linux)
++# Arch/Parabola
+CFLAGS=-g -O2 -fpic -I/usr/include/lua5.1
+LDFLAGS=-O -shared -fpic -lsasl2
+LUAPATH=/usr/share/lua/5.1