Commit Graph

2490 Commits

Author SHA1 Message Date
Jeremy Bicha 68c7beabab debian/control.in: Build-Depend on libglib2.0-bin 2023-03-27 08:49:19 -04:00
Jeremy Bicha 3ba184bfe2 debian/control.in: Bump minimum meson to 0.58.0 2023-03-27 08:47:54 -04:00
Jeremy Bicha 24fa8a6e04 New upstream release 2023-03-27 08:47:19 -04:00
Jeremy Bicha 923f204478 Update upstream source from tag 'upstream/44.0'
Update to upstream version '44.0'
with Debian dir 2e07466bb9
2023-03-27 08:47:19 -04:00
Jeremy Bicha 930595003d New upstream version 44.0 upstream/44.0 2023-03-27 08:47:18 -04:00
Florian Müllner 58b4b3c8d6 Bump version to 44.0
Update NEWS.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/249>
44.0
2023-03-19 05:14:23 +01:00
Florian Müllner 25cc126ebc build: Add configuration summary
Meson now has a summary() function to easily summarize the build
configuration after the project was configured, use that for some
fancy output when the feature is available.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/249>
2023-03-19 04:52:56 +01:00
Florian Müllner 30bac19c5a build: Compile gschemas if necessary
It is good practice to recompile schemas after installing a new
schema, but for some reason we never did.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/249>
2023-03-19 04:30:45 +01:00
Florian Müllner 7689d660dc build: Bump meson requirement
Using the same minimum version as gnome-shell should be
uncontroversial, and allows us to use some new features.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/249>
2023-03-19 04:14:01 +01:00
Jeremy Bicha a69d37f2ee releasing package gnome-shell-extensions version 44~rc-1 debian/44_rc-1 2023-03-07 12:20:07 -05:00
Jeremy Bicha 2e715149db New upstream release 2023-03-07 12:19:37 -05:00
Jeremy Bicha 26d067d301 Update upstream source from tag 'upstream/44_rc'
Update to upstream version '44~rc'
with Debian dir 0ecf357214
2023-03-07 12:19:36 -05:00
Jeremy Bicha 51df22adcf New upstream version 44~rc upstream/44_rc 2023-03-07 12:19:33 -05:00
Florian Müllner e0d5ede296 Bump version to 44.rc
Update NEWS.
44.rc
2023-03-06 04:35:46 +01:00
Florian Müllner 2c25e22145 Update sass submodule 2023-03-06 04:34:45 +01:00
Jeremy Bicha c1df8cedb8 releasing package gnome-shell-extensions version 44~beta-1 debian/44_beta-1 2023-02-15 11:01:42 -05:00
Jeremy Bicha 2189f8cc58 New upstream release 2023-02-15 10:59:27 -05:00
Jeremy Bicha 6cd74c86ae Update upstream source from tag 'upstream/44_beta'
Update to upstream version '44~beta'
with Debian dir bd191be89d
2023-02-15 10:59:27 -05:00
Jeremy Bicha 6ff6eb2c22 New upstream version 44~beta upstream/44_beta 2023-02-15 10:59:26 -05:00
Florian Müllner ffa9806d40 Bump version to 44.beta
Update NEWS.
44.beta
2023-02-14 18:01:27 +01:00
Florian Müllner 5ff41b9151 Update sass submodule 2023-02-14 17:59:37 +01:00
robxnano 7e8ba59304 Center-align all menus
Make popup menus center-aligned on their parent buttons, to
match the default GNOME Shell panel menus. Affects:
- Places menu
- Drive menu
- Workspace indicator
- Window menu workspace indicator

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/246>
2023-01-13 16:12:03 +00:00
Jeremy Bicha 88657c2def Update debian/changelog 2022-11-29 16:04:18 -05:00
Debian Janitor 68b7915bc6 Remove constraints unnecessary since buster (oldstable)
* gnome-shell-extensions: Drop versioned constraint on gnome-shell-common in Replaces.
* gnome-shell-extensions: Drop versioned constraint on gnome-shell-common in Breaks.

Changes-By: deb-scrub-obsolete
2022-11-29 10:14:04 +00:00
Vasil Pupkin 497d175ae9 Update Belarusian translation 2022-11-27 18:57:09 +00:00
Jeremy Bicha f6e66faf8f releasing package gnome-shell-extensions version 43.1-1 debian/43.1-1 2022-11-22 14:15:06 -05:00
Jeremy Bicha ee0bb2c636 New upstream release 2022-11-22 14:13:09 -05:00
Jeremy Bicha 6bee46bf1a New upstream version 43.1 upstream/43.1 2022-11-22 14:13:08 -05:00
Jeremy Bicha 1edb245e85 Update upstream source from tag 'upstream/43.1'
Update to upstream version '43.1'
with Debian dir 8c75b5968c
2022-11-22 14:13:08 -05:00
Florian Müllner de48d02c62 Bump version to 43.1
Update NEWS.
43.1
2022-10-22 18:11:14 +02:00
Florian Müllner ac3e095e27 Update sass submodule 2022-10-22 18:09:45 +02:00
mowemcfc 95a58358f8 build: Change zip export script shebang to use bash
The use of () array syntax and $() (which are not available in Bourne
shell) command substitution implies that this script is meant to be
executed using bash.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/244>
2022-10-22 15:02:56 +02:00
Florian Müllner cc72a34973 window-list: Explicitly dispose settings on destroy
This will not only disconnect the signal handler, but also remove
any bindings. This works around a crash that happens if a setting
that triggers the binding changes at the same time as a setting
that rebuilds the window list; in that case, the binding handler
runs after gjs has dropped its wrapper object, but before the
binding is removed automaticalled when the object is finalized.

https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/issues/416

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell-extensions/-/merge_requests/243>
2022-09-30 19:55:44 +02:00
Jeremy Bicha 7a010d5a72 releasing package gnome-shell-extensions version 43.0-2 debian/43.0-2 2022-09-27 19:14:00 -04:00
Jeremy Bicha 9e4b7488b3 releasing package gnome-shell-extensions version 43.0-1 debian/43.0-1 2022-09-19 10:57:47 -04:00
Jeremy Bicha 18cf40a521 New upstream release 2022-09-19 10:57:27 -04:00
Jeremy Bicha ed6d806617 Update upstream source from tag 'upstream/43.0'
Update to upstream version '43.0'
with Debian dir d0bf484be0
2022-09-19 10:57:27 -04:00
Jeremy Bicha f4347d240a New upstream version 43.0 upstream/43.0 2022-09-19 10:57:25 -04:00
Sabri Ünal 77b35dcda3 Update Turkish translation 2022-09-18 08:11:02 +00:00
Florian Müllner 6ebb41b1e8 Bump version to 43.0
Update NEWS.
43.0
2022-09-17 18:41:49 +02:00
Florian Müllner 11cb22bd24 Update sass submodule 2022-09-17 18:40:47 +02:00
Aleksandr Melman 6fc3f5cea2 Update Russian translation 2022-09-17 16:18:03 +00:00
Zurab Kargareteli c8484e77d3 Update Georgian translation 2022-09-14 14:37:50 +00:00
Pawan Chitrakar 98c5d4a739 Update Nepali translation 2022-09-07 21:15:50 +00:00
Jeremy Bicha 4f5e421539 releasing package gnome-shell-extensions version 43~rc-1 debian/43_rc-1 2022-09-06 14:39:08 -04:00
Jeremy Bicha 72868ac7c5 New upstream release 2022-09-06 14:38:17 -04:00
Jeremy Bicha 5dea503cbd Update upstream source from tag 'upstream/43_rc'
Update to upstream version '43~rc'
with Debian dir eda3854675
2022-09-06 14:38:17 -04:00
Jeremy Bicha 81b8ad4499 New upstream version 43~rc upstream/43_rc 2022-09-06 14:38:13 -04:00
Florian Müllner 01d3d8fd6d Bump version to 43.rc
Update NEWS.
43.rc
2022-09-04 15:25:43 +02:00
Florian Müllner 47c2834ffa Update sass submodule 2022-09-04 15:24:50 +02:00