diff options
Diffstat (limited to 'repos/xorg/pcmanfm/abuild')
| -rw-r--r-- | repos/xorg/pcmanfm/abuild | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/repos/xorg/pcmanfm/abuild b/repos/xorg/pcmanfm/abuild new file mode 100644 index 00000000..95d0b011 --- /dev/null +++ b/repos/xorg/pcmanfm/abuild @@ -0,0 +1,11 @@ +name=pcmanfm +version=1.3.2 +release=1 +source="https://downloads.sourceforge.net/$name/$name-$version.tar.xz + gcc14-support.patch" +build_opt="--with-gtk=3" + +prebuild() { + sed 's/po//' -i Makefile.am + autoreconf -fi +} |