Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37519799
en ru br
Репозитории ALT

Группа :: Система/Библиотеки
Пакет: libgirara

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%define _name girara
%define _soname 3
%define _unpackaged_files_terminate_build 1

Name: lib%_name
Version: 0.3.8
Release: alt1

Summary: GTK-based minimalistic user interface library
License: Zlib
Group: System/Libraries
URL: https://pwmt.org/projects/girara
Vcs: https://git.pwmt.org/pwmt/girara.git
Source: %name-%version.tar

Patch: %name-%version-%release.patch

BuildRequires(pre): meson

BuildRequires: libgtk+3-devel >= 3.4 libnotify-devel libpango-devel
BuildRequires: intltool

%description
girara is a library that implements a user interface that focuses on
simplicity and minimalism.

%package devel
Summary: Development files for %name
Group: Development/C
Requires: %name = %version-%release
Requires: libgtk+3-devel

%description devel
This package contains libraries and header files for
developing applications that use %name.

%prep
%setup
%patch -p1

%build
%meson \
-Dnotify=enabled \
-Djson=disabled

%meson_build -v

%install
%meson_install
%find_lang %name-gtk3-%_soname

%files -f %name-gtk3-%_soname.lang
%doc AUTHORS README.md LICENSE
%_libdir/*.so.%_soname
%_libdir/*.so.%_soname.*

%files devel
%_includedir/*
%_libdir/*.so
%_libdir/pkgconfig/*.pc

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin