summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-06 02:23:03 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-06 02:23:03 +0000
commiteac342e162b012bf5bd1d59535b3f31bfb0b5558 (patch)
treecbc8717451415927966d12446b19169fad364e89
parentaae24df7cbeca65b3b2e16c69e0fa075cac1159a (diff)
automatic import of libdecoropeneuler24.03_LTS
-rw-r--r--.gitignore1
-rw-r--r--libdecor.spec72
-rw-r--r--sources1
3 files changed, 74 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e69de29..f800ce9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/libdecor-0.1.1.tar.xz
diff --git a/libdecor.spec b/libdecor.spec
new file mode 100644
index 0000000..66c5362
--- /dev/null
+++ b/libdecor.spec
@@ -0,0 +1,72 @@
+Name: libdecor
+Version: 0.1.1
+Release: 1%{?dist}
+Summary: Wayland client side decoration library
+
+License: MIT
+URL: https://gitlab.gnome.org/jadahl/libdecor
+Source: %{url}/uploads/ee5ef0f2c3a4743e8501a855d61cb397/libdecor-0.1.1.tar.xz
+
+BuildRequires: gcc
+BuildRequires: meson
+BuildRequires: pkgconfig(wayland-client)
+BuildRequires: pkgconfig(dbus-1)
+BuildRequires: pkgconfig(wayland-protocols)
+BuildRequires: pkgconfig(cairo)
+BuildRequires: pkgconfig(pangocairo)
+BuildRequires: pkgconfig(wayland-cursor)
+BuildRequires: pkgconfig(xkbcommon)
+
+%description
+Libdecor provides a small helper library for providing client side decoration
+to Wayland clients.
+
+%package devel
+Summary: Development files for %{name}
+Requires: %{name}%{?_isa} = %{version}-%{release}
+
+%description devel
+The %{name}-devel package contains libraries and header files for
+developing applications that use %{name}.
+
+
+%prep
+%autosetup -p1
+
+
+%build
+%meson -Ddemo=false
+%meson_build
+
+
+%install
+%meson_install
+
+
+%files
+%license LICENSE
+%doc README.md
+%{_libdir}/libdecor-0.so.0*
+%dir %{_libdir}/libdecor/
+%dir %{_libdir}/libdecor/plugins-1
+%{_libdir}/libdecor/plugins-1/libdecor-cairo.so
+
+%files devel
+%{_includedir}/libdecor-0/
+%{_libdir}/libdecor-0.so
+%{_libdir}/pkgconfig/libdecor-0.pc
+
+
+%changelog
+* Sun Nov 06 2022 Neal Gompa <ngompa@centosproject.org> - 0.1.1-1
+- Update to 0.1.1
+ Resolves: rhbz#2140414
+
+* Tue Dec 07 2021 Wim Taymans <wtaymans@redhat.com> - 0.1.0-3
+- Version bump for rebuild
+
+* Tue Dec 07 2021 Wim Taymans <wtaymans@redhat.com> - 0.1.0-2
+- Version bump for resync
+
+* Fri Jul 23 2021 Jonas Ã…dahl <jadahl@redhat.com> - 0.1.0-1
+- Initial Fedora packaging
diff --git a/sources b/sources
new file mode 100644
index 0000000..97e0d35
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+7201e594958075d125e6f372d1cf56d7 libdecor-0.1.1.tar.xz