cinnamon-settings-daemon: Upgraded to 4.2.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2019-07-10 18:56:37 +07:00
parent a5704159e3
commit 40656d83ae
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=cinnamon-settings-daemon
VERSION=${VERSION:-4.2.0}
VERSION=${VERSION:-4.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_csb}
@ -71,9 +71,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
sed -i "s|UpDeviceLevel battery_level|gint battery_level|g" plugins/power/csd-power-manager.c
patch -p1 < $CWD/a3b1e3af333c34d19e288cd77a208440f0fe6820.patch
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./autogen.sh \