diff --git a/abi_used_libs b/abi_used_libs --- a/abi_used_libs +++ b/abi_used_libs @@ -3,15 +3,10 @@ libXft.so.2 libXrender.so.1 libc.so.6 -libcrypt.so.1 -libdl.so.2 libfontconfig.so.1 -libfreetype.so.6 libgcc_s.so.1 libgdk_pixbuf-2.0.so.0 -libglib-2.0.so.0 libgobject-2.0.so.0 libm.so.6 libperl.so libpthread.so.0 -libutil.so.1 diff --git a/files/rxvt-unicode.desktop b/files/rxvt-unicode.desktop new file mode 100644 --- /dev/null +++ b/files/rxvt-unicode.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Name=rxvt-unicode +Comment=A unicode capable rxvt clone +Exec=urxvt +Terminal=false +Type=Application +Icon=utilities-terminal +Categories=System;TerminalEmulator; \ No newline at end of file diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,9 +1,9 @@ name : rxvt-unicode version : 9.22 -release : 9 +release : 10 source : - http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-9.22.tar.bz2 : e94628e9bcfa0adb1115d83649f898d6edb4baced44f5d5b769c2eeb8b95addd -license : GPL-2.0 +license : GPL-3.0-or-later summary : Unicode compliant fork of rxvt, commonly refered to as urxvt component : utils description: | @@ -41,3 +41,4 @@ %make_install install -d $installdir/usr/share/terminfo/r tic -x doc/etc/rxvt-unicode.terminfo -o $installdir/usr/share/terminfo/ + install -Dm00644 $pkgfiles/rxvt-unicode.desktop $installdir/usr/share/applications/rxvt-unicode.desktop diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,10 +2,10 @@ rxvt-unicode - Pierre-Yves - pyu@riseup.net + Troy Harvey + harveydev@protonmail.com - GPL-2.0 + GPL-3.0-or-later utils Unicode compliant fork of rxvt, commonly refered to as urxvt Unicode compliant fork of rxvt, commonly refered to as urxvt @@ -47,6 +47,7 @@ /usr/lib64/urxvt/perl/urxvt-popup /usr/lib64/urxvt/perl/xim-onthespot /usr/lib64/urxvt/urxvt.pm + /usr/share/applications/rxvt-unicode.desktop /usr/share/man/man1/urxvt-background.1 /usr/share/man/man1/urxvt-bell-command.1 /usr/share/man/man1/urxvt-block-graphics-to-ascii.1 @@ -81,12 +82,12 @@ - - 2019-06-17 + + 2020-01-02 9.22 Packaging update - Pierre-Yves - pyu@riseup.net + Troy Harvey + harveydev@protonmail.com \ No newline at end of file