diff --git a/README.en.md b/README.en.md deleted file mode 100644 index 604f5aacea48b18e1b53da01e22a4a66184ebf4a..0000000000000000000000000000000000000000 --- a/README.en.md +++ /dev/null @@ -1,36 +0,0 @@ -# libgdl - -#### Description -GNOME docking library - -#### 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/) diff --git a/README.md b/README.md index 2d94a5496366cb59b907acae1850f4ca59cbf209..cd8c41619763a983db6271544243c0fb90f43e60 100644 --- a/README.md +++ b/README.md @@ -1,37 +1,3 @@ -# libgdl +Deprecated since Sep 2025 -#### 介绍 -GNOME docking library - -#### 软件架构 -软件架构说明 - - -#### 安装教程 - -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. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 -4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 -5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) -6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) +- https://gitee.com/openeuler/community/pulls/6558 diff --git a/gdl-3.40.0.tar.xz b/gdl-3.40.0.tar.xz deleted file mode 100644 index 5cc9191d5649bfb1c09db2d67e1d470b50b36c57..0000000000000000000000000000000000000000 Binary files a/gdl-3.40.0.tar.xz and /dev/null differ diff --git a/libgdl.spec b/libgdl.spec deleted file mode 100644 index 2217ffa1bf4a0c3bf3c727be8051db892b0b9f87..0000000000000000000000000000000000000000 --- a/libgdl.spec +++ /dev/null @@ -1,74 +0,0 @@ -Name: libgdl -Epoch: 1 -Version: 3.40.0 -Release: 1 -Summary: GNOME docking library -License: LGPLv2+ -URL: http://www.gnome.org/ -Source0: http://download.gnome.org/sources/gdl/3.40/gdl-%{version}.tar.xz -BuildRequires: gettext gobject-introspection-devel gtk3-devel -BuildRequires: gtk-doc intltool libtool libxml2-devel perl(XML::Parser) - -%description -GDL adds dockable widgets to GTK+. The user can rearrange those widgets by drag -and drop and layouts can be saved and loaded. Currently it is used by anjuta, -inkscape, gtranslator and others. - -%package devel -Summary: Development files for %{name} -Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release} - -%description devel -This package contains development files for %{name}. - -%prep -%setup -q -n gdl-%{version} - -%build -%configure \ - --disable-silent-rules \ - --disable-static \ - --enable-introspection=yes - -sed --in-place --expression 's! -shared ! -Wl,--as-needed\0!g' libtool - -make %{?_smp_mflags} - -%install -%make_install -find $RPM_BUILD_ROOT -type f -name "*.la" -delete - -%find_lang gdl-3 - -%ldconfig_scriptlets - -%files -f gdl-3.lang -%license COPYING -%doc AUTHORS -%doc MAINTAINERS -%doc NEWS -%doc README -%{_libdir}/%{name}-3.so.* -%dir %{_libdir}/girepository-1.0 -%{_libdir}/girepository-1.0/Gdl-3.typelib - -%files devel -%{_libdir}/%{name}-3.so -%{_libdir}/pkgconfig/gdl-3.0.pc - -%dir %{_datadir}/gir-1.0 -%{_datadir}/gir-1.0/Gdl-3.gir - -%dir %{_datadir}/gtk-doc/ -%dir %{_datadir}/gtk-doc/html/ -%doc %{_datadir}/gtk-doc/html/gdl-3.0/ - -%dir %{_includedir}/%{name}-3.0 -%{_includedir}/%{name}-3.0/gdl - -%changelog -* Mon Jun 20 2022 lin zhang - 1:3.40.0-1 -- update to 3.40.0 - -* Thu Jul 23 2020 chengzihan - 1:3.34.0-1 -- Package init diff --git a/libgdl.yaml b/libgdl.yaml deleted file mode 100644 index 29d8d312941dda0900fb63719d9c2b9073f7995d..0000000000000000000000000000000000000000 --- a/libgdl.yaml +++ /dev/null @@ -1,4 +0,0 @@ -version_control: github -src_repo: GNOME/gdl -tag_prefix: "GDL_" -seperator: "_"