-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'frawhide' into mado/fix/switchboard-plug-wacom
- Loading branch information
Showing
20 changed files
with
89 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
%global srcname switchboard | ||
%global appname io.elementary.switchboard | ||
%global appname io.elementary.settings | ||
|
||
Name: switchboard | ||
Summary: Modular Desktop Settings Hub | ||
|
@@ -16,12 +16,10 @@ BuildRequires: libappstream-glib | |
BuildRequires: meson | ||
BuildRequires: vala | ||
|
||
BuildRequires: pkgconfig(gee-0.8) | ||
BuildRequires: pkgconfig(glib-2.0) | ||
BuildRequires: pkgconfig(granite) >= 5.4.0 | ||
BuildRequires: pkgconfig(gtk+-3.0) | ||
BuildRequires: pkgconfig(libhandy-1) >= 0.83.0 | ||
BuildRequires: fdupes | ||
BuildRequires: pkgconfig(granite-7) | ||
BuildRequires: pkgconfig(gtk4) | ||
BuildRequires: pkgconfig(libadwaita-1) | ||
BuildRequires: fdupes sassc | ||
|
||
Requires: %{name}-libs%{?_isa} = %{version}-%{release} | ||
|
||
|
@@ -92,7 +90,7 @@ appstream-util validate-relax --nonet \ | |
|
||
%{_datadir}/applications/%{appname}.desktop | ||
%{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml | ||
%{_datadir}/icons/hicolor/*/apps/%{appname}.svg | ||
%{_iconsdir}/hicolor/*/apps/%{appname}.svg | ||
%{_datadir}/metainfo/%{appname}.appdata.xml | ||
|
||
%files libs | ||
|
@@ -102,19 +100,14 @@ appstream-util validate-relax --nonet \ | |
%dir %{_libdir}/%{name} | ||
%dir %{_libdir}/%{name}/* | ||
|
||
%{_libdir}/lib%{name}-2.0.so.0 | ||
%{_libdir}/lib%{name}-2.0.so.2.0 | ||
%{_libdir}/lib%{name}-3.so.0 | ||
%{_libdir}/lib%{name}-3.so.2.0 | ||
|
||
%files devel | ||
%{_includedir}/%{name}-2.0/ | ||
%{_includedir}/%{name}-3/ | ||
|
||
%{_libdir}/lib%{name}-2.0.so | ||
%{_libdir}/pkgconfig/%{name}-2.0.pc | ||
%{_libdir}/lib%{name}-3.so | ||
%{_libdir}/pkgconfig/%{name}-3.pc | ||
|
||
%{_datadir}/vala/vapi/%{name}-2.0.deps | ||
%{_datadir}/vala/vapi/%{name}-2.0.vapi | ||
|
||
|
||
%changelog | ||
* Sat Oct 15 2022 windowsboy111 <[email protected]> - 6.0.2-1 | ||
- Repackaged for Terra | ||
%{_datadir}/vala/vapi/%{name}-3.deps | ||
%{_datadir}/vala/vapi/%{name}-3.vapi |
2 changes: 1 addition & 1 deletion
2
anda/desktops/lomiri-unity/lomiri-system-settings/lomiri-system-settings.spec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
project pkg { | ||
arches = ["x86_64"] | ||
rpm { | ||
spec = "codium-marketplace.spec" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# ref: https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=vscodium-marketplace | ||
|
||
Name: codium-marketplace | ||
Version: 1.65.0 | ||
Release: 1%?dist | ||
Summary: Enable vscode marketplace in vscodium | ||
License: MIT | ||
BuildArch: noarch | ||
URL: https://marketplace.visualstudio.com/vscode | ||
Requires: codium sed | ||
|
||
%description | ||
This package replaces the default marketplace (https://open-vsx.org/) | ||
to the official one used by vscode. | ||
|
||
%install | ||
touch dummy | ||
install -Dm644 dummy %buildroot/tmp/terra-codium-marketplace-dummy-file | ||
|
||
%posttrans | ||
if [ $1 -gt 1 ]; then # update/install | ||
sed -i -e 's/^[[:blank:]]*"serviceUrl":.*/ "serviceUrl": "https:\/\/marketplace.visualstudio.com\/_apis\/public\/gallery",/' \ | ||
-e '/^[[:blank:]]*"cacheUrl/d' \ | ||
-e '/^[[:blank:]]*"serviceUrl/a\ "cacheUrl": "https:\/\/vscode.blob.core.windows.net\/gallery\/index",' \ | ||
-e 's/^[[:blank:]]*"itemUrl":.*/ "itemUrl": "https:\/\/marketplace.visualstudio.com\/items"/' \ | ||
-e '/^[[:blank:]]*"linkProtectionTrustedDomains/d' \ | ||
/usr/share/codium/resources/app/product.json || true | ||
fi | ||
|
||
%preun | ||
sed -i -e 's/^[[:blank:]]*"serviceUrl":.*/ "serviceUrl": "https:\/\/open-vsx.org\/vscode\/gallery",/' \ | ||
-e '/^[[:blank:]]*"cacheUrl/d' \ | ||
-e 's/^[[:blank:]]*"itemUrl":.*/ "itemUrl": "https:\/\/open-vsx.org\/vscode\/item"/' \ | ||
-e '/^[[:blank:]]*"linkProtectionTrustedDomains/d' \ | ||
-e '/^[[:blank:]]*"documentationUrl/i\ "linkProtectionTrustedDomains": ["https://open-vsx.org"],' \ | ||
/usr/share/codium/resources/app/product.json || true | ||
|
||
%triggerin -- codium | ||
sed -i -e 's/^[[:blank:]]*"serviceUrl":.*/ "serviceUrl": "https:\/\/marketplace.visualstudio.com\/_apis\/public\/gallery",/' \ | ||
-e '/^[[:blank:]]*"cacheUrl/d' \ | ||
-e '/^[[:blank:]]*"serviceUrl/a\ "cacheUrl": "https:\/\/vscode.blob.core.windows.net\/gallery\/index",' \ | ||
-e 's/^[[:blank:]]*"itemUrl":.*/ "itemUrl": "https:\/\/marketplace.visualstudio.com\/items"/' \ | ||
-e '/^[[:blank:]]*"linkProtectionTrustedDomains/d' \ | ||
/usr/share/codium/resources/app/product.json || true | ||
|
||
%files | ||
/tmp/terra-codium-marketplace-dummy-file |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters