Skip to content

Commit

Permalink
thunar: remove polkit rule
Browse files Browse the repository at this point in the history
- beehive
- NLS=1
- remove polkit rule
  • Loading branch information
wwwutz committed Jan 26, 2022
1 parent 9f65b55 commit 914e78d
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions thunar.be0
Original file line number Diff line number Diff line change
@@ -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 914e78d

Please sign in to comment.