mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
9e12a63083
* fix(lint): anda/desktops
* bump some packages and fix some random stuff
* fix: elementary-terminal granite-7
* fix: unityx-shell
* fix: fynedesk
* fix: fynedesk unityx-shell
* fix: fynedesk
* fix: fyshos-fynedesk
also fixes noarch stuff
* fix(noarch): ...
* Revert "fix(noarch): ..."
This reverts commit be94a3ccb4.
80 lines
1.7 KiB
RPMSpec
80 lines
1.7 KiB
RPMSpec
%global srcname camera
|
|
%global appname io.elementary.camera
|
|
|
|
Name: elementary-camera
|
|
Summary: Camera app designed for elementary
|
|
Version: 6.2.2
|
|
Release: 2%{?dist}
|
|
License: GPL-3.0
|
|
|
|
URL: https://github.com/elementary/camera
|
|
Source0: %{url}/archive/%{version}/%{srcname}-%{version}.tar.gz
|
|
|
|
BuildRequires: desktop-file-utils
|
|
BuildRequires: gettext
|
|
BuildRequires: libappstream-glib
|
|
BuildRequires: meson >= 0.46
|
|
BuildRequires: vala
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: pkgconfig(gee-0.8)
|
|
BuildRequires: pkgconfig(gio-2.0)
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
BuildRequires: pkgconfig(granite) >= 6.0.0
|
|
BuildRequires: pkgconfig(gstreamer-1.0)
|
|
BuildRequires: pkgconfig(gstreamer-pbutils-1.0)
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
BuildRequires: pkgconfig(libcanberra)
|
|
BuildRequires: pkgconfig(libhandy-1) >= 0.90.0
|
|
|
|
Requires: hicolor-icon-theme
|
|
|
|
%description
|
|
Camera is a simple app to take photos with a webcam.
|
|
|
|
|
|
%prep
|
|
%autosetup -n %{srcname}-%{version} -p1
|
|
|
|
|
|
%build
|
|
%meson
|
|
%meson_build
|
|
|
|
|
|
%install
|
|
%meson_install
|
|
|
|
%find_lang %{appname}
|
|
|
|
%fdupes %buildroot/%_datadir/icons/hicolor
|
|
|
|
|
|
|
|
%check
|
|
desktop-file-validate \
|
|
%{buildroot}/%{_datadir}/applications/%{appname}.desktop
|
|
|
|
appstream-util validate-relax --nonet \
|
|
%{buildroot}/%{_datadir}/metainfo/%{appname}.metainfo.xml
|
|
|
|
|
|
%files -f %{appname}.lang
|
|
%license COPYING
|
|
%doc README.md
|
|
|
|
%{_bindir}/%{appname}
|
|
|
|
%{_datadir}/applications/%{appname}.desktop
|
|
%{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml
|
|
%{_datadir}/icons/hicolor/*/apps/%{appname}.svg
|
|
%{_datadir}/metainfo/%{appname}.metainfo.xml
|
|
|
|
|
|
%changelog
|
|
* Tue Dec 06 2022 root - 6.2.1-1
|
|
- new version
|
|
|
|
* Sat Oct 15 2022 windowsboy111 <windowsboy111@fyralabs.com>
|
|
- Repackaged for Terra
|