Skip to content

Thunar: Update from version 4.16.3 to 4.16.11 #2783

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 5 additions & 4 deletions thunar.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION thunar-4.16.3-1
# BEE_VERSION thunar-4.16.11-0

#SRCURL[0]="https://github.molgen.mpg.de/mariux64/thunar/archive/thunar-mariux-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/45eb68228dba85551ad8c7246c221d19/thunar-mariux-4.16.3.tar.gz"
#SRCURL[0]=https://github.molgen.mpg.de/mariux64/thunar/archive/refs/tags/mariux-thunar-${PKGVERSION}.tar.gz
SRCURL[0]="https://beehive.molgen.mpg.de/abdbff9e4d074ce2e6fec3adceee66b4/mariux-thunar-4.16.11.tar.gz"

build_in_sourcedir

Expand All @@ -18,7 +18,8 @@ mee_patch() {

mee_configure() {
bee_configure \
--disable-nls
--disable-nls \
--disable-introspection
}

#mee_build() {
Expand Down