Skip to content

Commit

Permalink
signon-plugin-oauth2: include homepage (#2879)
Browse files Browse the repository at this point in the history
**Summary**
- Add homepage to package.yml

**Test Plan**
- Checked homepage was added.

**Checklist**

- [X] Package was built and tested against unstable
  • Loading branch information
algent-al authored Jun 9, 2024
2 parents a0ca7ef + 1d3983a commit 47bfee0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 13 deletions.
8 changes: 4 additions & 4 deletions packages/s/signon-plugin-oauth2/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ libQt6Core.so.6:_ZN7QString6_emptyE
libQt6Core.so.6:_ZN7QString6appendE20QBasicUtf8StringViewILb0EE
libQt6Core.so.6:_ZN7QString6appendE5QChar
libQt6Core.so.6:_ZN7QString6appendERKS_
libQt6Core.so.6:_ZN7QString6assignE14QAnyStringView
libQt6Core.so.6:_ZN7QString6numberEii
libQt6Core.so.6:_ZN7QString6numberEji
libQt6Core.so.6:_ZN7QString8fromUtf8E14QByteArrayView
Expand Down Expand Up @@ -99,8 +100,6 @@ libQt6Core.so.6:_ZN9QtPrivate25QMetaTypeInterfaceWrapperI7QStringE8metaTypeE
libQt6Core.so.6:_ZN9QtPrivate25QMetaTypeInterfaceWrapperIbE8metaTypeE
libQt6Core.so.6:_ZN9QtPrivate25QMetaTypeInterfaceWrapperIiE8metaTypeE
libQt6Core.so.6:_ZN9QtPrivate25QMetaTypeInterfaceWrapperItE8metaTypeE
libQt6Core.so.6:_ZNK10QByteArray3midExx
libQt6Core.so.6:_ZNK10QByteArray4leftEx
libQt6Core.so.6:_ZNK10QByteArray5splitEc
libQt6Core.so.6:_ZNK10QByteArray8toBase64E6QFlagsINS_12Base64OptionEE
libQt6Core.so.6:_ZNK11QObjectData17dynamicMetaObjectEv
Expand Down Expand Up @@ -135,6 +134,7 @@ libQt6Core.so.6:_ZNK9QUrlQuery10queryItemsE6QFlagsIN4QUrl25ComponentFormattingOp
libQt6Core.so.6:_ZNK9QUrlQuery12hasQueryItemERK7QString
libQt6Core.so.6:_ZNK9QUrlQuery14queryItemValueERK7QString6QFlagsIN4QUrl25ComponentFormattingOptionEE
libQt6Core.so.6:_ZNK9QUrlQuery5queryE6QFlagsIN4QUrl25ComponentFormattingOptionEE
libQt6Core.so.6:_ZNKR10QByteArray3midExx
libQt6Core.so.6:_Zls6QDebugPK7QObject
libQt6Core.so.6:qt_version_tag
libQt6Network.so.6:_Z43qRegisterNormalizedMetaType_QList_QSslErrorRK10QByteArray
Expand All @@ -157,10 +157,10 @@ libQt6Network.so.6:_ZN21QNetworkAccessManager8setProxyERK13QNetworkProxy
libQt6Network.so.6:_ZN21QNetworkAccessManagerC1EP7QObject
libQt6Network.so.6:_ZN9QSslErrorC1ERKS_
libQt6Network.so.6:_ZN9QSslErrorD1Ev
libQt6Network.so.6:_ZNK13QNetworkReply12hasRawHeaderERK10QByteArray
libQt6Network.so.6:_ZNK13QNetworkReply12hasRawHeaderE14QAnyStringView
libQt6Network.so.6:_ZNK13QNetworkReply5errorEv
libQt6Network.so.6:_ZNK13QNetworkReply9attributeEN15QNetworkRequest9AttributeE
libQt6Network.so.6:_ZNK13QNetworkReply9rawHeaderERK10QByteArray
libQt6Network.so.6:_ZNK13QNetworkReply9rawHeaderE14QAnyStringView
libQt6Network.so.6:_ZNK9QSslError11errorStringEv
libQt6Network.so.6:_ZNK9QSslErroreqERKS_
libQt6Network.so.6:_Zls6QDebugRK9QSslError
Expand Down
6 changes: 4 additions & 2 deletions packages/s/signon-plugin-oauth2/package.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
name : signon-plugin-oauth2
version : 0.25
release : 5
release : 6
source :
# - git|https://gitlab.com/accounts-sso/signon-plugin-oauth2.git : VERSION_0.25
# Using the fork from a KDE dev for Qt6 support
- git|https://gitlab.com/nicolasfella/signon-plugin-oauth2.git : fab698862466994a8fdc9aa335c87b4f05430ce6
homepage : https://gitlab.com/accounts-sso/signon-plugin-oauth2
license : LGPL-2.1-only
component : programming
summary : Signon OAuth 1.0 and 2.0 plugin
Expand All @@ -13,7 +14,8 @@ description: |
builddeps :
- pkgconfig(Qt6Core)
- pkgconfig(signond)
rundeps : signon-ui
rundeps :
- signon-ui
clang : yes
optimize : thin-lto
setup : |
Expand Down
15 changes: 8 additions & 7 deletions packages/s/signon-plugin-oauth2/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
<PISI>
<Source>
<Name>signon-plugin-oauth2</Name>
<Homepage>https://gitlab.com/accounts-sso/signon-plugin-oauth2</Homepage>
<Packager>
<Name>Reilly Brogan</Name>
<Email>[email protected]</Email>
<Name>Jakob Gezelius</Name>
<Email>[email protected]</Email>
</Packager>
<License>LGPL-2.1-only</License>
<PartOf>programming</PartOf>
Expand All @@ -29,7 +30,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="5">signon-plugin-oauth2</Dependency>
<Dependency release="6">signon-plugin-oauth2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/signon-plugins/oauth1data.h</Path>
Expand All @@ -38,12 +39,12 @@
</Files>
</Package>
<History>
<Update release="5">
<Date>2024-03-18</Date>
<Update release="6">
<Date>2024-06-06</Date>
<Version>0.25</Version>
<Comment>Packaging update</Comment>
<Name>Reilly Brogan</Name>
<Email>[email protected]</Email>
<Name>Jakob Gezelius</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>

0 comments on commit 47bfee0

Please sign in to comment.