Page MenuHomeSolus
Authored By
feskyde
Feb 2 2017, 6:06 AM
Size
4 KB
Referenced Files
None
Subscribers
None

0001-Initial-commit.patch

From ed49fbf61d58c3ce1a195dd1b8cdaed56d69d69a Mon Sep 17 00:00:00 2001
From: "Federico D. Schonborn" <federico.d.schonborn@gmail.com>
Date: Thu, 2 Feb 2017 03:05:26 -0300
Subject: [PATCH] Initial commit
Signed-off-by: Federico D. Schonborn <federico.d.schonborn@gmail.com>
---
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 @@
+<PISI>
+ <Source>
+ <Name>yad</Name>
+ <Packager>
+ <Name>Federico D. Schonborn</Name>
+ <Email>federico.d.schonborn@gmail.com</Email>
+ </Packager>
+ <License>GPL-3.0</License>
+ <PartOf>desktop</PartOf>
+ <Summary xml:lang="en">A tool for create graphical dialogs from shell scripts</Summary>
+ <Description xml:lang="en">YAD (yet another dialog) is a tool for create graphical dialogs from shell scripts
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>yad</Name>
+ <Summary xml:lang="en">A tool for create graphical dialogs from shell scripts</Summary>
+ <Description xml:lang="en">YAD (yet another dialog) is a tool for create graphical dialogs from shell scripts
+</Description>
+ <PartOf>desktop</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/128x128/apps/yad.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/16x16/apps/yad.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/24x24/apps/yad.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/32x32/apps/yad.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/48x48/apps/yad.png</Path>
+ <Path fileType="data">/usr/share/icons/hicolor/96x96/apps/yad.png</Path>
+ <Path fileType="localedata">/usr/share/locale</Path>
+ <Path fileType="man">/usr/share/man</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>yad-devel</Name>
+ <Summary xml:lang="en">Development files for yad</Summary>
+ <Description xml:lang="en">YAD (yet another dialog) is a tool for create graphical dialogs from shell scripts
+</Description>
+ <PartOf>programming.devel</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="1">yad</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="data">/usr/share/aclocal/*.m4</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-02-02</Date>
+ <Version>0.38.2</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Federico D. Schonborn</Name>
+ <Email>federico.d.schonborn@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
--
2.11.0

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
7014
Default Alt Text
0001-Initial-commit.patch (4 KB)

Event Timeline