mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 01:42:18 +00:00
9bbe91be03
* fix(lint): prismlauncher* fluent-icon-theme * fix(lint): fix lints for 6 packages (#578) * fix(lint): fix rpmlint lints for youki package * fix(lint): fix rpmlint lints for xdg-desktop-portal-pantheon * fix(lint): fix rpmlint lints for wingpanel package * fix(lint): fix rpmlint lints for wingpanel-indicator-sound package * fix(lint): fix rpmlint lints for wingpanel-indicator-session package * fix(lint): fix rpmlint lints for wingpanel-indicator-power package * fix(lint): * * fix random typos * feat: revert anda/desktops * fix: armcord-bin authy blahaj * fix: ... anki authy discord~ aya~sound groovy kotlin libappimage qt5-pim * fix: ... qdjango moby-buildx nim-nightly nim system76-scheduler unity-scope-home kondo pop-launcher fuc graalvm vala-lint-nightly * fix: armcord-bin authy blahaj groovy * fix: ... libappimage moby0buildx nim-nightly nim system76-scheduler subatomic * fix blahaj * fix: kondo * fix: libappimage moby-buildx system76-scheduler nim-nightly * fix: subatomic * fix: subatomic * fix: nim * Update anki.spec Signed-off-by: madomado <wboy111@outlook.com> * fix: libappimage nim-nightly * fix: moby-buildx subatomic * fix: moby-buildx subatomic --------- Signed-off-by: madomado <wboy111@outlook.com> Co-authored-by: HTGAzureX1212 <39023054+HTG-YT@users.noreply.github.com>
72 lines
1.7 KiB
RPMSpec
72 lines
1.7 KiB
RPMSpec
Name: grail
|
|
Version: 3.1.1
|
|
Release: %autorelease
|
|
Summary: Gesture Recognition And Instantiation Library
|
|
|
|
License: GPL-3.0 AND LGPL-3.0-or-later
|
|
URL: https://launchpad.net/grail
|
|
Source0: http://archive.ubuntu.com/ubuntu/pool/universe/g/grail/grail_%{version}.orig.tar.bz2
|
|
|
|
BuildRequires: automake libtool gnome-common
|
|
BuildRequires: intltool
|
|
BuildRequires: make
|
|
BuildRequires: gcc
|
|
BuildRequires: g++
|
|
BuildRequires: libX11-devel
|
|
BuildRequires: libXi-devel
|
|
BuildRequires: libXext-devel
|
|
BuildRequires: xorg-x11-server-devel
|
|
BuildRequires: frame-devel
|
|
|
|
%description
|
|
Grail consists of an interface and tools for handling gesture recognition and
|
|
gesture instantiation.
|
|
|
|
When a multitouch gesture is performed on a device, the recognizer emits one or
|
|
several possible gestures. Once the context of the gesture is known, i.e., in
|
|
what window the touches land and what gestures the clients of that window
|
|
listen to, the instantiator delivers the matching set of gestures.
|
|
|
|
%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 -n grail-%{version}
|
|
|
|
%build
|
|
autoreconf --force --install
|
|
PYTHON=%{__python3}
|
|
export PYTHON
|
|
|
|
%configure \
|
|
--disable-integration-tests \
|
|
--disable-silent-rules \
|
|
--with-x11 \
|
|
--disable-static
|
|
|
|
%make_build
|
|
|
|
%install
|
|
%make_install
|
|
rm -fv %{buildroot}%{_libdir}/*.la
|
|
|
|
%files
|
|
%doc README
|
|
%license COPYING COPYING.GPL3
|
|
%{_libdir}/libgrail.so.*
|
|
|
|
%files devel
|
|
%{_bindir}/grail-test-*
|
|
%{_includedir}/oif/grail.h
|
|
%{_libdir}/libgrail.so
|
|
%{_libdir}/pkgconfig/grail.pc
|
|
%{_mandir}/man1/grail-test-*.gz
|
|
|
|
%changelog
|
|
%autochangelog
|