diff --git a/.files b/.files index fe4773b..0e05504 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index a8e2a4f..f30bf7a 100644 --- a/.rev +++ b/.rev @@ -165,4 +165,29 @@ 1147632 + + 302c5461b8ce150c51acc5ad4d18aa1a + 1.4.0+2 + + anag+factory + - Update to version 1.4.0+2: + * fix: FTBFS with incompatible-pointer-types + * Bump version + * Latest translations + * Add code and compilation option to support socket + SSH based connections + * Disable gnome-online-accounts due to latest upstream GOA + * support both sshd socket and services for remote login + * Hide remote desktop sharing support + * Latest translations + * Update to gvc version to resolve occasional pipewire crashes + when mute/unmute of microphone volume + * subprojects: Update gvc + * Replace deprecated license format + * Add the ability to toggle disabling touchpad whilst typing + * Update appdata fields + * Update wacom tester to actually launch budgie-control-center + + 1167019 + diff --git a/_service b/_service index 19caf2b..52afbea 100644 --- a/_service +++ b/_service @@ -2,9 +2,9 @@ git https://github.com/BuddiesOfBudgie/budgie-control-center.git - 1d24cd2c5b3a6c7f679538a66f090d0868d8d1d2 + 05482b294beb21dfa569078c0dc7698ded4ace7d @PARENT_TAG@+@TAG_OFFSET@ - v(.*) + v?(.*)|\+0 enable diff --git a/_servicedata b/_servicedata index 847963b..56cdb20 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/BuddiesOfBudgie/budgie-control-center.git - 1d24cd2c5b3a6c7f679538a66f090d0868d8d1d2 \ No newline at end of file + 05482b294beb21dfa569078c0dc7698ded4ace7d \ No newline at end of file diff --git a/budgie-control-center-1.3.0+0.obscpio b/budgie-control-center-1.3.0+0.obscpio deleted file mode 120000 index f572ea7..0000000 --- a/budgie-control-center-1.3.0+0.obscpio +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeihv36tiyauak45lehhtyjwqzz7psosgpgvst7i2n5rfwagn553jsm \ No newline at end of file diff --git a/budgie-control-center-1.4.0+2.obscpio b/budgie-control-center-1.4.0+2.obscpio new file mode 120000 index 0000000..948fca9 --- /dev/null +++ b/budgie-control-center-1.4.0+2.obscpio @@ -0,0 +1 @@ +/ipfs/bafybeifg4y4yocfdeqidpex625a6glvdhaw4nctjuehumodklhsflw2js4 \ No newline at end of file diff --git a/budgie-control-center.changes b/budgie-control-center.changes index 1ecd600..d8976c1 100644 --- a/budgie-control-center.changes +++ b/budgie-control-center.changes @@ -1,4 +1,25 @@ ------------------------------------------------------------------- +Wed Apr 10 15:27:02 UTC 2024 - Callum Farmer + +- Update to version 1.4.0+2: + * fix: FTBFS with incompatible-pointer-types + * Bump version + * Latest translations + * Add code and compilation option to support socket + SSH based connections + * Disable gnome-online-accounts due to latest upstream GOA + * support both sshd socket and services for remote login + * Hide remote desktop sharing support + * Latest translations + * Update to gvc version to resolve occasional pipewire crashes + when mute/unmute of microphone volume + * subprojects: Update gvc + * Replace deprecated license format + * Add the ability to toggle disabling touchpad whilst typing + * Update appdata fields + * Update wacom tester to actually launch budgie-control-center + +------------------------------------------------------------------- Mon Feb 19 10:22:55 UTC 2024 - Lubos Kocman - Add LGPL-3.0-or-later based on legaldb review diff --git a/budgie-control-center.obsinfo b/budgie-control-center.obsinfo index 38cd5a4..a4c2cc6 100644 --- a/budgie-control-center.obsinfo +++ b/budgie-control-center.obsinfo @@ -1,4 +1,4 @@ name: budgie-control-center -version: 1.3.0+0 -mtime: 1690916940 -commit: 1d24cd2c5b3a6c7f679538a66f090d0868d8d1d2 +version: 1.4.0+2 +mtime: 1710761217 +commit: 05482b294beb21dfa569078c0dc7698ded4ace7d diff --git a/budgie-control-center.spec b/budgie-control-center.spec index ad451c7..b008633 100644 --- a/budgie-control-center.spec +++ b/budgie-control-center.spec @@ -1,7 +1,7 @@ # # spec file for package budgie-control-center # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,10 +17,10 @@ Name: budgie-control-center -Version: 1.3.0+0 +Version: 1.4.0+2 Release: 0 Summary: Fork of GNOME Control Center for Budgie 10 -License: GPL-2.0-or-later AND LGPL-3.0-or-later +License: GPL-2.0-or-later AND LGPL-3.0-or-later Group: System/GUI/Other URL: https://github.com/BuddiesOfBudgie/budgie-control-center Source0: %{name}-%{version}.tar.xz @@ -45,6 +45,7 @@ BuildRequires: pkgconfig(goa-1.0) BuildRequires: pkgconfig(gsound) BuildRequires: pkgconfig(gudev-1.0) BuildRequires: pkgconfig(ibus-1.0) +BuildRequires: pkgconfig(krb5) BuildRequires: pkgconfig(libgtop-2.0) BuildRequires: pkgconfig(libhandy-1) BuildRequires: pkgconfig(libnm) @@ -54,7 +55,6 @@ BuildRequires: pkgconfig(libsecret-1) BuildRequires: pkgconfig(libsoup-2.4) BuildRequires: pkgconfig(libwacom) BuildRequires: pkgconfig(malcontent-0) -BuildRequires: pkgconfig(krb5) BuildRequires: pkgconfig(mm-glib) BuildRequires: pkgconfig(polkit-gobject-1) BuildRequires: pkgconfig(pwquality)