Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
0b36f49830
!6 Upgrade to 23.08.4
From: @misaka00251 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2024-01-16 06:49:01 +00:00
misaka00251
3d5914f96c Upgrade to 23.08.4 2024-01-16 14:16:39 +08:00
openeuler-ci-bot
5ee68272d1
!4 update to upstream version 23.08.3
From: @vicoloa 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
2023-12-14 01:34:25 +00:00
Vicoloa
65454bbb1a update to upstream version 23.08.3 2023-12-13 09:32:12 +08:00
openeuler-ci-bot
677e406825
!3 upstream version 23.04.3
From: @jackwike 
Reviewed-by: @peijiankang 
Signed-off-by: @peijiankang
2023-08-08 09:21:25 +00:00
Jackwike
7fb81c5f2b upstream version 23.04.3 2023-08-04 15:47:11 +08:00
openeuler-ci-bot
44d9ac2c94
!2 update version to 22.12.0
From: @peijiankang 
Reviewed-by: @dou33 
Signed-off-by: @dou33
2023-04-28 05:47:48 +00:00
peijiankang
3d9df791c0 Update version to 22.12.0 2023-04-28 11:01:22 +08:00
openeuler-ci-bot
fecef674cd
!1 Init package
From: @misaka00251 
Reviewed-by: @weidongkl 
Signed-off-by: @weidongkl
2023-03-22 01:22:48 +00:00
misaka00251
84aa4bb7d7
Init package 2022-11-30 15:16:04 +08:00
5 changed files with 129 additions and 73 deletions

View File

@ -1,36 +0,0 @@
# libkgapi
#### Description
Library for accessing various Google services via their public API
#### Software Architecture
Software architecture description
#### Installation
1. xxxx
2. xxxx
3. xxxx
#### Instructions
1. xxxx
2. xxxx
3. xxxx
#### Contribution
1. Fork the repository
2. Create Feat_xxx branch
3. Commit your code
4. Create Pull Request
#### Gitee Feature
1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md
2. Gitee blog [blog.gitee.com](https://blog.gitee.com)
3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore)
4. The most valuable open source project [GVP](https://gitee.com/gvp)
5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)

View File

@ -1,37 +0,0 @@
# libkgapi
#### 介绍
Library for accessing various Google services via their public API
#### 软件架构
软件架构说明
#### 安装教程
1. xxxx
2. xxxx
3. xxxx
#### 使用说明
1. xxxx
2. xxxx
3. xxxx
#### 参与贡献
1. Fork 本仓库
2. 新建 Feat_xxx 分支
3. 提交代码
4. 新建 Pull Request
#### 特技
1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md
2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com)
3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目
4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目
5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)

BIN
libkgapi-23.08.4.tar.xz Normal file

Binary file not shown.

125
libkgapi.spec Normal file
View File

@ -0,0 +1,125 @@
%global framework libkgapi
# libkgapi built with LTO causes crashes
%global _lto_cflags %{nil}
Name: libkgapi
Version: 23.08.4
Release: 1
Summary: Library to access to Google services
License: GPLv2+
URL: https://invent.kde.org/pim/%{name}
%global majmin %majmin_ver_kf5
Source0: http://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
BuildRequires: kf5-rpm-macros
BuildRequires: extra-cmake-modules
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtxmlpatterns-devel
BuildRequires: qt5-qttools-static
BuildRequires: kf5-kcoreaddons-devel
BuildRequires: kf5-ki18n-devel
BuildRequires: kf5-kio-devel
BuildRequires: kf5-kwallet-devel
BuildRequires: kf5-kwindowsystem-devel
BuildRequires: kf5-kcalendarcore-devel
BuildRequires: kf5-kcontacts-devel >= %{version}
BuildRequires: cyrus-sasl-devel
Obsoletes: libkgoogle < 0.3.2
Provides: libkgoogle = %{version}-%{release}
%description
Library to access to Google services, this package is needed by kdepim-runtime
to build akonadi-google resources.
%package devel
Summary: Development files for %{name}
Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: kf5-kcoreaddons-devel
Requires: kf5-kcalendarcore-devel
Requires: kf5-kcontacts-devel
Obsoletes: libkgoogle-devel < 0.3.2
Provides: libkgoogle-devel = %{version}-%{release}
%description devel
Libraries and header files for developing applications that use akonadi-google
resources.
%prep
%autosetup -n %{name}-%{version}
%build
mkdir %{_target_platform}
pushd %{_target_platform}
%{cmake_kf5} ..
popd
%make_build -C %{_target_platform}
%install
make install/fast DESTDIR=%{buildroot} -C %{_target_platform}
%find_lang_kf5 libkgapi_qt
%ldconfig_scriptlets
%files -f libkgapi_qt.lang
%doc README*
%license LICENSES/*
%{_kf5_datadir}/qlogging-categories5/*%{framework}.*
%{_libdir}/sasl2/libkdexoauth2.so*
%{_kf5_libdir}/libKPim5GAPIBlogger.so.5*
%{_kf5_libdir}/libKPim5GAPICalendar.so.5*
%{_kf5_libdir}/libKPim5GAPICore.so.5*
%{_kf5_libdir}/libKPim5GAPIDrive.so.5*
%{_kf5_libdir}/libKPim5GAPILatitude.so.5*
%{_kf5_libdir}/libKPim5GAPIMaps.so.5*
%{_kf5_libdir}/libKPim5GAPIPeople.so.5*
%{_kf5_libdir}/libKPim5GAPITasks.so.5*
%files devel
%{_kf5_libdir}/libKPim5GAPIPeople.so
%{_kf5_libdir}/libKPim5GAPIBlogger.so
%{_kf5_libdir}/libKPim5GAPICalendar.so
%{_kf5_libdir}/libKPim5GAPICore.so
%{_kf5_libdir}/libKPim5GAPIDrive.so
%{_kf5_libdir}/libKPim5GAPILatitude.so
%{_kf5_libdir}/libKPim5GAPIMaps.so
%{_kf5_libdir}/libKPim5GAPITasks.so
%{_kf5_archdatadir}/mkspecs/modules/qt_KGAPIBlogger.pri
%{_kf5_archdatadir}/mkspecs/modules/qt_KGAPICalendar.pri
%{_kf5_archdatadir}/mkspecs/modules/qt_KGAPICore.pri
%{_kf5_archdatadir}/mkspecs/modules/qt_KGAPIDrive.pri
%{_kf5_archdatadir}/mkspecs/modules/qt_KGAPILatitude.pri
%{_kf5_archdatadir}/mkspecs/modules/qt_KGAPIMaps.pri
%{_kf5_archdatadir}/mkspecs/modules/qt_KGAPITasks.pri
%{_kf5_archdatadir}/mkspecs/modules/qt_KGAPIPeople.pri
%{_kf5_libdir}/cmake/KPimGAPI/
%{_kf5_libdir}/cmake/KPim5GAPI/
%dir %{_includedir}/KPim5/
%{_includedir}/KPim5/KGAPI/
%{_includedir}/KPim5/KGAPI/kgapi_version.h
%changelog
* Tue Jan 16 2024 misaka00251 <liuxin@iscas.ac.cn> - 23.08.4-1
- Upgrade to 23.08.4
* Wed Dec 13 2023 Vicoloa <lvkun@uniontech.com> - 23.08.3-1
- update to upstream version 23.08.3
* Fri Aug 04 2023 yajun<yajun@kylinos.cn> - 23.04.3-1
- update to upstream version 23.04.3
* Fri Apr 28 2023 peijiankang <peijiankang@kylinos.cn> - 22.12.0-1
- Update version to 22.12.0
* Fri Nov 25 2022 misaka00251 <liuxin@iscas.ac.cn> - 22.08.0-1
- Init package

4
libkgapi.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: git
src_repo: https://github.com/KDE/libkgapi.git
tag_prefix: "^v"
seperator: "."