Skip to content

gthumb: update 3.10.0 to 3.10.4 #2327

Merged
merged 2 commits into from
Sep 21, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
#}