Compare commits
No commits in common. "0b36f49830ff73442f1d605cd71c66ebe6fa23f6" and "4598bde4238a81efcd1f87be34d0eabfea2c4e92" have entirely different histories.
0b36f49830
...
4598bde423
36
README.en.md
Normal file
36
README.en.md
Normal file
@ -0,0 +1,36 @@
|
||||
# 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/)
|
||||
37
README.md
Normal file
37
README.md
Normal file
@ -0,0 +1,37 @@
|
||||
# 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/)
|
||||
Binary file not shown.
125
libkgapi.spec
125
libkgapi.spec
@ -1,125 +0,0 @@
|
||||
%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
|
||||
@ -1,4 +0,0 @@
|
||||
version_control: git
|
||||
src_repo: https://github.com/KDE/libkgapi.git
|
||||
tag_prefix: "^v"
|
||||
seperator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user