Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 55636e7

Browse files
authored
Merge pull request #343 from Totto16/gnome_48_support
feat: GNOME 48 support
2 parents 381f4a2 + 473c907 commit 55636e7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+1087
-986
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ Since Gnome 45 we had to break compatibility with previous Gnome versions, these
9595
- Gnome Shell 45
9696
- Gnome Shell 46
9797
- Gnome Shell 47
98-
98+
- Gnome Shell 48
99+
-
99100
## Installation
100101

101102
- You need `libgda` and `gsound` for this extension to work.

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,24 @@
3636
"devDependencies": {
3737
"@commitlint/cli": "^19.7.1",
3838
"@commitlint/config-conventional": "^19.7.1",
39-
"@girs/adw-1": "1.7.0-4.0.0-beta.19",
40-
"@girs/clutter-15": "15.0.0-4.0.0-beta.19",
41-
"@girs/gda-5.0": "5.0.0-4.0.0-beta.19",
42-
"@girs/gda-6.0": "6.0.0-4.0.0-beta.19",
43-
"@girs/gdk-4.0": "4.0.0-4.0.0-beta.19",
44-
"@girs/gdkpixbuf-2.0": "2.0.0-4.0.0-beta.19",
45-
"@girs/gio-2.0": "2.82.2-4.0.0-beta.19",
46-
"@girs/glib-2.0": "2.82.2-4.0.0-beta.19",
47-
"@girs/gnome-shell": "47.0.0",
48-
"@girs/gobject-2.0": "2.82.2-4.0.0-beta.19",
49-
"@girs/graphene-1.0": "1.0.0-4.0.0-beta.19",
50-
"@girs/gsound-1.0": "1.0.0-4.0.0-beta.19",
51-
"@girs/gtk-4.0": "4.16.3-4.0.0-beta.19",
52-
"@girs/meta-15": "15.0.0-4.0.0-beta.19",
53-
"@girs/pango-1.0": "1.54.0-4.0.0-beta.19",
54-
"@girs/shell-15": "15.0.0-4.0.0-beta.19",
55-
"@girs/soup-3.0": "3.6.0-4.0.0-beta.19",
56-
"@girs/st-15": "15.0.0-4.0.0-beta.19",
39+
"@girs/adw-1": "1.7.0-4.0.0-beta.21",
40+
"@girs/clutter-16": "^16.0.0-4.0.0-beta.21",
41+
"@girs/gda-5.0": "5.0.0-4.0.0-beta.21",
42+
"@girs/gda-6.0": "6.0.0-4.0.0-beta.21",
43+
"@girs/gdk-4.0": "4.0.0-4.0.0-beta.21",
44+
"@girs/gdkpixbuf-2.0": "2.0.0-4.0.0-beta.21",
45+
"@girs/gio-2.0": "2.83.3-4.0.0-beta.21",
46+
"@girs/glib-2.0": "2.83.3-4.0.0-beta.21",
47+
"@girs/gnome-shell": "48.0.0-next.2",
48+
"@girs/gobject-2.0": "2.83.3-4.0.0-beta.21",
49+
"@girs/graphene-1.0": "1.0.0-4.0.0-beta.21",
50+
"@girs/gsound-1.0": "1.0.0-4.0.0-beta.21",
51+
"@girs/gtk-4.0": "4.17.5-4.0.0-beta.21",
52+
"@girs/meta-16": "^16.0.0-4.0.0-beta.21",
53+
"@girs/pango-1.0": "1.56.0-4.0.0-beta.21",
54+
"@girs/shell-16": "^16.0.0-4.0.0-beta.21",
55+
"@girs/soup-3.0": "3.6.4-4.0.0-beta.21",
56+
"@girs/st-16": "16.0.0-4.0.0-beta.21",
5757
"@rollup/plugin-commonjs": "^28.0.2",
5858
"@rollup/plugin-node-resolve": "^16.0.0",
5959
"@rollup/plugin-typescript": "^12.1.2",

resources/metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"description": "Next-gen Clipboard manager for Gnome Shell\n\nYou need libgda and gsound for this extension to work.\n\nFedora: sudo dnf install libgda libgda-sqlite\nArch Linux: sudo pacman -S libgda (libgda6 for gnome-43 or later)\nUbuntu/Debian: sudo apt install gir1.2-gda-5.0 gir1.2-gsound-1.0\nopenSUSE: sudo zypper install libgda-6_0-sqlite typelib-1_0-Gda-6_0 typelib-1_0-GSound-1_0",
44
"uuid": "pano@elhan.io",
55
"gettext-domain": "pano@elhan.io",
6-
"version": 1002,
6+
"version": 1003,
77
"donations": {
88
"github": "oae"
99
},
1010
"settings-schema": "org.gnome.shell.extensions.pano",
1111
"url": "https://github.com/oae/gnome-shell-pano",
12-
"shell-version": ["45", "46", "47"]
12+
"shell-version": ["45", "46", "47", "48"]
1313
}

resources/po/ar.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ msgstr "الوضع المخفي"
3131
msgid "Settings"
3232
msgstr "الإعدادات"
3333

34-
#: src/components/linkPanoItem.ts:38
34+
#: src/components/linkPanoItem.ts:39
3535
msgid "No Description"
3636
msgstr ""
3737

38-
#: src/components/searchBox.ts:69
38+
#: src/components/searchBox.ts:70
3939
msgid "Type to search, Tab to cycle"
4040
msgstr ""
4141

@@ -619,6 +619,6 @@ msgstr ""
619619
msgid "Color"
620620
msgstr ""
621621

622-
#: src/utils/ui.ts:27
622+
#: src/utils/ui.ts:28
623623
msgid "Pano"
624624
msgstr ""

resources/po/bg.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ msgstr "Режим \"инкогнито\""
3131
msgid "Settings"
3232
msgstr "Настройки"
3333

34-
#: src/components/linkPanoItem.ts:38
34+
#: src/components/linkPanoItem.ts:39
3535
msgid "No Description"
3636
msgstr ""
3737

38-
#: src/components/searchBox.ts:69
38+
#: src/components/searchBox.ts:70
3939
msgid "Type to search, Tab to cycle"
4040
msgstr ""
4141

@@ -619,6 +619,6 @@ msgstr ""
619619
msgid "Color"
620620
msgstr ""
621621

622-
#: src/utils/ui.ts:27
622+
#: src/utils/ui.ts:28
623623
msgid "Pano"
624624
msgstr ""

resources/po/cs.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ msgstr "Anonymní režim"
3131
msgid "Settings"
3232
msgstr "Nastavení"
3333

34-
#: src/components/linkPanoItem.ts:38
34+
#: src/components/linkPanoItem.ts:39
3535
msgid "No Description"
3636
msgstr "Bez popisu"
3737

38-
#: src/components/searchBox.ts:69
38+
#: src/components/searchBox.ts:70
3939
msgid "Type to search, Tab to cycle"
4040
msgstr "Pište pro vyhledávání, Tab pro cyklování mezi kategoriemi"
4141

@@ -619,6 +619,6 @@ msgstr "Kód"
619619
msgid "Color"
620620
msgstr "Barva"
621621

622-
#: src/utils/ui.ts:27
622+
#: src/utils/ui.ts:28
623623
msgid "Pano"
624624
msgstr "Pano"

resources/po/da.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ msgstr "Inkognitotilstand"
3131
msgid "Settings"
3232
msgstr "Indstillinger"
3333

34-
#: src/components/linkPanoItem.ts:38
34+
#: src/components/linkPanoItem.ts:39
3535
msgid "No Description"
3636
msgstr ""
3737

38-
#: src/components/searchBox.ts:69
38+
#: src/components/searchBox.ts:70
3939
msgid "Type to search, Tab to cycle"
4040
msgstr ""
4141

@@ -619,6 +619,6 @@ msgstr ""
619619
msgid "Color"
620620
msgstr ""
621621

622-
#: src/utils/ui.ts:27
622+
#: src/utils/ui.ts:28
623623
msgid "Pano"
624624
msgstr ""

resources/po/de.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ msgstr "Inkognito-Modus"
3131
msgid "Settings"
3232
msgstr "Einstellungen"
3333

34-
#: src/components/linkPanoItem.ts:38
34+
#: src/components/linkPanoItem.ts:39
3535
msgid "No Description"
3636
msgstr "Keine Beschreibung"
3737

38-
#: src/components/searchBox.ts:69
38+
#: src/components/searchBox.ts:70
3939
msgid "Type to search, Tab to cycle"
4040
msgstr "Tippen zum Suchen, Tab zum Wechseln"
4141

@@ -619,6 +619,6 @@ msgstr "Code"
619619
msgid "Color"
620620
msgstr "Farbe"
621621

622-
#: src/utils/ui.ts:27
622+
#: src/utils/ui.ts:28
623623
msgid "Pano"
624624
msgstr "Pano"

resources/po/el.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ msgstr "Ανώνυμης"
3131
msgid "Settings"
3232
msgstr "Ρυθμίσεις"
3333

34-
#: src/components/linkPanoItem.ts:38
34+
#: src/components/linkPanoItem.ts:39
3535
msgid "No Description"
3636
msgstr ""
3737

38-
#: src/components/searchBox.ts:69
38+
#: src/components/searchBox.ts:70
3939
msgid "Type to search, Tab to cycle"
4040
msgstr ""
4141

@@ -619,6 +619,6 @@ msgstr ""
619619
msgid "Color"
620620
msgstr ""
621621

622-
#: src/utils/ui.ts:27
622+
#: src/utils/ui.ts:28
623623
msgid "Pano"
624624
msgstr ""

resources/po/en.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ msgstr "Incognito Mode"
3131
msgid "Settings"
3232
msgstr "Settings"
3333

34-
#: src/components/linkPanoItem.ts:38
34+
#: src/components/linkPanoItem.ts:39
3535
msgid "No Description"
3636
msgstr ""
3737

38-
#: src/components/searchBox.ts:69
38+
#: src/components/searchBox.ts:70
3939
msgid "Type to search, Tab to cycle"
4040
msgstr ""
4141

@@ -619,6 +619,6 @@ msgstr ""
619619
msgid "Color"
620620
msgstr ""
621621

622-
#: src/utils/ui.ts:27
622+
#: src/utils/ui.ts:28
623623
msgid "Pano"
624624
msgstr ""

0 commit comments

Comments
 (0)