diff options
author | Bob Funk <bobfunk11@gmail.com> | 2023-08-30 22:19:12 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-02 18:02:23 +0700 |
commit | 7f15ec0019245663028a52ff18eeb5c63d18c2ea (patch) | |
tree | 499ce7703355aab8c2afb14d5de4862c0ce42c53 /desktop | |
parent | f3146301a8fb3df8867c7f9c22c01b43908b4658 (diff) |
desktop/gnome-clocks: Updated for version 41.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/gnome-clocks/README | 3 | ||||
-rw-r--r-- | desktop/gnome-clocks/gnome-clocks.SlackBuild | 9 | ||||
-rw-r--r-- | desktop/gnome-clocks/gnome-clocks.info | 10 | ||||
-rw-r--r-- | desktop/gnome-clocks/slack-desc | 2 |
4 files changed, 10 insertions, 14 deletions
diff --git a/desktop/gnome-clocks/README b/desktop/gnome-clocks/README index 474f34914454b..196560e4da21c 100644 --- a/desktop/gnome-clocks/README +++ b/desktop/gnome-clocks/README @@ -1,6 +1,3 @@ A simple clock application for GNOME. It includes world clocks, alarms, a stopwatch and a timer. -NOTE: -In order to build, you need to set VALA=yes when building -libgweather. diff --git a/desktop/gnome-clocks/gnome-clocks.SlackBuild b/desktop/gnome-clocks/gnome-clocks.SlackBuild index df8a35d0886a7..094e44dc20b3a 100644 --- a/desktop/gnome-clocks/gnome-clocks.SlackBuild +++ b/desktop/gnome-clocks/gnome-clocks.SlackBuild @@ -5,6 +5,8 @@ # Copyright 2023 Charadon # All rights reserved. # +# Updated to 41.0 and taken over maintenance, Bob Funk, Aug 28 2023 +# # Redistribution and use of this script, with or without modification, is # permitted provided that the following conditions are met: # @@ -25,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gnome-clocks -VERSION=${VERSION:-40.0} +VERSION=${VERSION:-41.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -38,9 +40,6 @@ case "$( uname -m )" in esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -70,7 +69,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.xz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/desktop/gnome-clocks/gnome-clocks.info b/desktop/gnome-clocks/gnome-clocks.info index ce91b79fa5df8..96484c75b5583 100644 --- a/desktop/gnome-clocks/gnome-clocks.info +++ b/desktop/gnome-clocks/gnome-clocks.info @@ -1,10 +1,10 @@ PRGNAM="gnome-clocks" -VERSION="40.0" +VERSION="41.0" HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-clocks" -DOWNLOAD="https://gitlab.gnome.org/GNOME/gnome-clocks/-/archive/40.0/gnome-clocks-40.0.tar.gz" -MD5SUM="32e98c68acfe352a6afce8c210eb670d" +DOWNLOAD="https://download.gnome.org/sources/gnome-clocks/41/gnome-clocks-41.0.tar.xz" +MD5SUM="1f9a191d8c760d9836dd552c68a485c5" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gsound libgweather gnome-desktop geoclue2 libhandy" -MAINTAINER="Charadon" -EMAIL="dev@iotib.net" +MAINTAINER="Bob Funk" +EMAIL="bobfunk11@gmail.com" diff --git a/desktop/gnome-clocks/slack-desc b/desktop/gnome-clocks/slack-desc index 2d1f18f133548..d3ed13a87a241 100644 --- a/desktop/gnome-clocks/slack-desc +++ b/desktop/gnome-clocks/slack-desc @@ -15,5 +15,5 @@ gnome-clocks: gnome-clocks: gnome-clocks: gnome-clocks: -gnome-clocks: +gnome-clocks: https://gitlab.gnome.org/GNOME/gnome-clocks gnome-clocks: |