diff options
author | Olivier Duchateau <duchateau.olivier@gmail.com> | 2023-08-23 06:59:01 +0000 |
---|---|---|
committer | Fernando ApesteguĂa <fernape@FreeBSD.org> | 2023-08-25 06:43:19 +0000 |
commit | 2099947dde7573a809773f5c155059e816f7ff25 (patch) | |
tree | fd725cfd842de1cae3323bc90c50637d6cc35053 | |
parent | fde07d8ea4893d05f6ef8337b7fca191b1c19184 (diff) |
sysutils/budgie-control-center: update to 1.3.0
ChangeLog:
https://github.com/BuddiesOfBudgie/budgie-control-center/releases/tag/v1.3.0
* Default applications - allow one to change the File-Manager defaults -
contributor contribution by Elliot
* Lots of new and updated translators thanks to all of our wonderful
translators
* bug-fix: Set search button/entry as sensitive when printers list is empty
* Don't invoking Search when pressing CTRL+S - CTRL+F is the standard method to
invoke Search and CTRL+S is to invoke saving
* Privacy - Clearing File History now prompts whether to empty; now consistent
with emptying the trash etc.
* bug-fix: sound: Don't flip the balance and fade sliders in RTL setups
* bug-fix: sound: alerts sounds are correctly defined when choosing an alert
type
* sound: Add a "None" option to turn off sound alerts
* bug-fix: network: reapply connection on device when refreshing
* bug-fix: network: add missing cancellable; this resolves odd crashing when
adding but then cancelling network connections
* network: Disable DNS entry if the automatic option is enabled in the
connection editor IPv4/6 tabs
* display: Add 32:9 to known aspect ratios; support ultra-wide monitors
* keyboard: country matches should not be shown under a language name; e.g.
searching for Italian shouldn't display country matches
* bug-fix: ensure printing test pages work with temporary queues
* bug-fix: disable commas from trying to be used to set the host-name;
previously this caused extra unnecessary logs to be produced
* bug-fix: resolve issues where the pop-up showing user avatars appeared over
the top of selecting a new avatar
* bug-fix: resolve crash when cancelling from connecting to a thunderbolt
connection
* Display "UPS" in the power panel if the desktop is actually connected to a
UPS
* Add a confirmation dialog when attempting to clear file history
* bug-fix: Resolve duplicate entries that occasionally appear in the sound
device drop-downs
* Displays: ensure all screens are updated ('snapped') when a display config
change is made; for example rotating a screen that is in the middle of two
adjacent screens is now possible
* Allow jumbo-frames to be used for network connections - MTU size increased to
65536 bytes
* bug-fix: where a panel does crash, ensure that panel is not the last
remembered panel so that BCC can be reopened again.
* bug-fix: When searching, ensure that pressing ENTER does not activate an
empty panel search nor result in reactivating the WIFI panel when on another
panel
PR: 273266
Reported by: duchateau.olivier@gmail.com (maintainer)
-rw-r--r-- | sysutils/budgie-control-center/Makefile | 3 | ||||
-rw-r--r-- | sysutils/budgie-control-center/distinfo | 6 | ||||
-rw-r--r-- | sysutils/budgie-control-center/pkg-plist | 1 |
3 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/budgie-control-center/Makefile b/sysutils/budgie-control-center/Makefile index f9f57d88edc2..e2e49bba9863 100644 --- a/sysutils/budgie-control-center/Makefile +++ b/sysutils/budgie-control-center/Makefile @@ -1,6 +1,5 @@ PORTNAME= budgie-control-center -DISTVERSION= 1.2.0 -PORTREVISION= 2 +DISTVERSION= 1.3.0 CATEGORIES= sysutils budgie MASTER_SITES= BUDGIE diff --git a/sysutils/budgie-control-center/distinfo b/sysutils/budgie-control-center/distinfo index b51fb490921a..7ea974bbfb39 100644 --- a/sysutils/budgie-control-center/distinfo +++ b/sysutils/budgie-control-center/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1675531933 -SHA256 (budgie/budgie-control-center-1.2.0.tar.xz) = b72ee32b914795107e3c65b21128cac984e8920aa2e1b2ecc4f6c8fd67be9cc2 -SIZE (budgie/budgie-control-center-1.2.0.tar.xz) = 4938876 +TIMESTAMP = 1692638958 +SHA256 (budgie/budgie-control-center-1.3.0.tar.xz) = d526a22f22cc5ae0fd7a6c6ce4460bb368e93cb6c1b09300f76b97144aab3819 +SIZE (budgie/budgie-control-center-1.3.0.tar.xz) = 4965500 diff --git a/sysutils/budgie-control-center/pkg-plist b/sysutils/budgie-control-center/pkg-plist index b22138b9a381..94657c1b3545 100644 --- a/sysutils/budgie-control-center/pkg-plist +++ b/sysutils/budgie-control-center/pkg-plist @@ -103,6 +103,7 @@ share/locale/id/LC_MESSAGES/budgie-control-center-2.0.mo share/locale/is/LC_MESSAGES/budgie-control-center-2.0.mo share/locale/it/LC_MESSAGES/budgie-control-center-2.0.mo share/locale/ja/LC_MESSAGES/budgie-control-center-2.0.mo +share/locale/ka/LC_MESSAGES/budgie-control-center-2.0.mo share/locale/kk/LC_MESSAGES/budgie-control-center-2.0.mo share/locale/kn/LC_MESSAGES/budgie-control-center-2.0.mo share/locale/ko/LC_MESSAGES/budgie-control-center-2.0.mo |