Skip to content

Commit

Permalink
Merge pull request #2327 from mariux64/update-gthumb-3104
Browse files Browse the repository at this point in the history
gthumb: update 3.10.0 to 3.10.4
  • Loading branch information
wwwutz authored Sep 21, 2021
2 parents 1e79e6f + aa954c2 commit cf6d723
Showing 1 changed file with 18 additions and 13 deletions.
31 changes: 18 additions & 13 deletions gthumb.be0
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION gthumb-3.10.0-0
# BEE_VERSION gthumb-3.10.4-1

SRCURL[0]="https://download.gnome.org/sources/gthumb/${PKGVERSION[2]}/gthumb-${PKGVERSION}.tar.xz"
# SRCURL[0]="https://download.gnome.org/sources/gthumb/${PKGVERSION[2]}/gthumb-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/ecf795dc33ceee8c0daac65caaa47334/gthumb-3.10.4.tar.gz"

# PATCHURL+=()

Expand All @@ -14,13 +15,21 @@ SRCURL[0]="https://download.gnome.org/sources/gthumb/${PKGVERSION[2]}/gthumb-${P
# bee_extract "${@}"
#}

#mee_patch() {
# bee_patch "${@}"
#}

#mee_configure() {
# bee_configure
#}
mee_patch() {
bee_patch "${@}"
# fix permissions
find ${S} -perm /u+w -exec chmod g-w {} ';'
# disable nls
echo "" >po/LINGUAS
echo "" >help/LINGUAS
}

mee_configure() {
bee_configure \
-Dwarn-deprecated=false \
-Dcolord=false \
-Dclutter=false
}

#mee_build() {
# bee_build
Expand All @@ -29,7 +38,3 @@ SRCURL[0]="https://download.gnome.org/sources/gthumb/${PKGVERSION[2]}/gthumb-${P
#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit cf6d723

Please sign in to comment.