Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2573 from mariux64/fix-thunar-pkexec
thunar: remove polkit rule
  • Loading branch information
wwwutz committed Apr 12, 2022
2 parents 40a5fb9 + 914e78d commit 69c2f9a
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions thunar.be0
@@ -1,31 +1,31 @@
#!/usr/bin/env beesh

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

SRCURL[0]="https://github.molgen.mpg.de/mariux64/thunar/archive/thunar-mariux-${PKGVERSION}.tar.gz"

# EXCLUDE+=()
#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"

build_in_sourcedir

#mee_extract() {
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}
mee_patch() {
bee_patch "${@}"
rm po/*.po
}

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

#mee_build() {
# bee_build
#}

#mee_install() {
# bee_install
# exit
#}
## by default this may be 'make install DESTDIR="${D}"'
mee_install() {
bee_install
cd ${D} && rm -vrf ./usr/share/polkit-1
}

0 comments on commit 69c2f9a

Please sign in to comment.