From ed49fbf61d58c3ce1a195dd1b8cdaed56d69d69a Mon Sep 17 00:00:00 2001 From: "Federico D. Schonborn" Date: Thu, 2 Feb 2017 03:05:26 -0300 Subject: [PATCH] Initial commit Signed-off-by: Federico D. Schonborn --- Makefile | 1 + abi_used_libs | 13 +++++++++++++ package.yml | 23 +++++++++++++++++++++++ pspec_x86_64.xml | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 92 insertions(+) create mode 100644 Makefile create mode 100644 abi_used_libs create mode 100644 package.yml create mode 100644 pspec_x86_64.xml diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..0a42375 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 index 0000000..1cb7d3a --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,13 @@ +libc.so.6 +libcairo.so.2 +libgdk-3.so.0 +libgdk_pixbuf-2.0.so.0 +libgio-2.0.so.0 +libglib-2.0.so.0 +libgobject-2.0.so.0 +libgtk-3.so.0 +libgtksourceview-3.0.so.1 +libgtkspell3-3.so.0 +libpango-1.0.so.0 +libpangocairo-1.0.so.0 +libpthread.so.0 diff --git a/package.yml b/package.yml new file mode 100644 index 0000000..4eea2aa --- /dev/null +++ b/package.yml @@ -0,0 +1,23 @@ +name : yad +version : 0.38.2 +release : 1 +source : + - https://ufpr.dl.sourceforge.net/project/yad-dialog/yad-0.38.2.tar.xz : 91299cba8836b4e510c4527a081d0ad519ad0c6d9f96b3f7f5409acfb66fd5fa +license : GPL-3.0 +component : desktop +summary : A tool for create graphical dialogs from shell scripts +description: | + YAD (yet another dialog) is a tool for create graphical dialogs from shell scripts +builddeps : + - pkgconfig(webkitgtk-3.0) + - pkgconfig(gtkspell3-3.0) + - pkgconfig(gtksourceview-3.0) +setup : | + %configure --with-gtk=gtk3 \ + --enable-html \ + --enable-sourceview \ + --enable-spell +build : | + %make +install : | + %make_install diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 index 0000000..778675b --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,55 @@ + + + yad + + Federico D. Schonborn + federico.d.schonborn@gmail.com + + GPL-3.0 + desktop + A tool for create graphical dialogs from shell scripts + YAD (yet another dialog) is a tool for create graphical dialogs from shell scripts + + https://solus-project.com/sources/README.Solus + + + yad + A tool for create graphical dialogs from shell scripts + YAD (yet another dialog) is a tool for create graphical dialogs from shell scripts + + desktop + + /usr/bin + /usr/share/icons/hicolor/128x128/apps/yad.png + /usr/share/icons/hicolor/16x16/apps/yad.png + /usr/share/icons/hicolor/24x24/apps/yad.png + /usr/share/icons/hicolor/32x32/apps/yad.png + /usr/share/icons/hicolor/48x48/apps/yad.png + /usr/share/icons/hicolor/96x96/apps/yad.png + /usr/share/locale + /usr/share/man + + + + yad-devel + Development files for yad + YAD (yet another dialog) is a tool for create graphical dialogs from shell scripts + + programming.devel + + yad + + + /usr/share/aclocal/*.m4 + + + + + 2017-02-02 + 0.38.2 + Packaging update + Federico D. Schonborn + federico.d.schonborn@gmail.com + + + \ No newline at end of file -- 2.11.0