parent
f2e9695d91
commit
5bbd6f19c0
2 changed files with 14 additions and 3 deletions
11
srcpkgs/pmount/patches/pmount-f2fs.patch
Normal file
11
srcpkgs/pmount/patches/pmount-f2fs.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- src/fs.c 2009-09-14 22:54:54.000000000 +0200
|
||||||
|
+++ src/fs.c.orig 2017-06-23 22:43:18.862270803 +0200
|
||||||
|
@@ -29,6 +29,7 @@
|
||||||
|
{ "ext3", "nodev,noauto,nosuid,user,errors=remount-ro", 0, NULL, 0 },
|
||||||
|
{ "ext2", "nodev,noauto,nosuid,user,errors=remount-ro", 0, NULL, 0 },
|
||||||
|
{ "ext4", "nodev,noauto,nosuid,user,errors=remount-ro", 0, NULL, 0 },
|
||||||
|
+ { "f2fs", "nodev,noauto,nosuid,user", 0, NULL, 0 },
|
||||||
|
{ "reiserfs", "nodev,noauto,nosuid,user", 0, NULL, 0 },
|
||||||
|
{ "reiser4", "nodev,noauto,nosuid,user", 0, NULL, 0 },
|
||||||
|
{ "xfs", "nodev,noauto,nosuid,user", 0, NULL, 0 },
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'pmount'
|
# Template file for 'pmount'
|
||||||
pkgname=pmount
|
pkgname=pmount
|
||||||
version=0.9.23
|
version=0.9.23
|
||||||
revision=5
|
revision=6
|
||||||
conf_files="/etc/pmount.allow"
|
conf_files="/etc/pmount.allow"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Permits normal users to mount removable devices"
|
short_desc="Permits normal users to mount removable devices"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
license="GPL"
|
license="GPL-2"
|
||||||
hostmakedepends="intltool"
|
hostmakedepends="intltool"
|
||||||
makedepends="libblkid-devel"
|
makedepends="libblkid-devel"
|
||||||
homepage="http://pmount.alioth.debian.org/"
|
homepage="http://pmount.alioth.debian.org/"
|
||||||
distfiles="http://ftp.de.debian.org/debian/pool/main/p/${pkgname}/${pkgname}_${version}.orig.tar.bz2"
|
distfiles="${DEBIAN_SITE}/main/p/${pkgname}/${pkgname}_${version}.orig.tar.bz2"
|
||||||
checksum=db38fc290b710e8e9e9d442da2fb627d41e13b3ee80326c15cc2595ba00ea036
|
checksum=db38fc290b710e8e9e9d442da2fb627d41e13b3ee80326c15cc2595ba00ea036
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue