Skip to content

Commit

Permalink
add: librda (#753)
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko authored Oct 28, 2023
1 parent 0eb0602 commit 7923237
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
5 changes: 5 additions & 0 deletions anda/lib/rda/anda.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
project pkg {
rpm {
spec = "librda.spec"
}
}
39 changes: 39 additions & 0 deletions anda/lib/rda/librda.spec
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
Name: librda
Version: 0.0.5
Release: 1%?dist
Summary: Remote Desktop Awareness Shared Library
Group: System Environment/Libraries
License: LGPL2.1+ or GPL3+
URL: https://github.com/ArcticaProject/librda
Source0: %url/archive/refs/tags/%version.tar.gz
Requires: glib2 glibc
BuildRequires: gobject-introspection-devel intltool gtk3-devel
BuildRequires: clang gcc make autoconf libtool gettext-devel

%description
%summary.

%prep
%autosetup

%build
autoupdate
autoreconf -vfi
%configure --disable-static --enable-x2go --enable-ogon
%make_build

%install
%make_install

%files
%_bindir/rdacheck
%_includedir/rda/
%_libdir/girepository-1.0/rda-*.typelib
%_libdir/librda.so*
%_libdir/pkgconfig/rda.pc
%_datadir/gir-1.0/rda-*.gir
%_datadir/locale/*/LC_MESSAGES/librda.mo
%_mandir/man1/rdacheck.1.gz

%changelog
%autochangelog
1 change: 1 addition & 0 deletions anda/lib/rda/update.rhai
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rpm.version(gh("ArcticaProject/librda"));

0 comments on commit 7923237

Please sign in to comment.