Page MenuHomeSolus

D4993.diff
No OneTemporary

D4993.diff

diff --git a/Makefile b/Makefile
new file mode 100644
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/abi_used_libs b/abi_used_libs
new file mode 100644
--- /dev/null
+++ b/abi_used_libs
@@ -0,0 +1,11 @@
+libQt5Concurrent.so.5
+libQt5Core.so.5
+libQt5Gui.so.5
+libQt5Network.so.5
+libQt5Sql.so.5
+libQt5Widgets.so.5
+libX11.so.6
+libc.so.6
+libgcc_s.so.1
+libm.so.6
+libstdc++.so.6
diff --git a/files/notes.desktop b/files/notes.desktop
new file mode 100644
--- /dev/null
+++ b/files/notes.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Version=1.0.0
+Type=Application
+Terminal=false
+StartupNotify=true
+Name=Notes
+Comment=Write down your thoughts
+Categories=Utility;Application;
+Exec=notes
+Icon=notes
diff --git a/package.yml b/package.yml
new file mode 100644
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,23 @@
+name : notes
+version : 1.0.0
+release : 1
+source :
+ - https://github.com/nuttyartist/notes/archive/v1.0.0.tar.gz : 53ab61be719a4aab37af15e9e9db1268f00448b3c75b2e155d716df76e6965b7
+license :
+ - MPL-2.0
+component : office.notes
+summary : Note-taking application, write down your thoughts.
+description: Note taking application, write down your thoughts. Notes is a tool for the things you need to write down off your brain. It is your place of expressing yourself. Notes is an open source and cross-platform project, and you're welcome to be part of it and contribute. We hope you will love it as much as we do.
+builddeps :
+ - pkgconfig(Qt5Core)
+ - pkgconfig(sqlite3)
+rundeps :
+ - qt5-base
+setup : |
+ %qmake src/Notes.pro
+build : |
+ %make
+install : |
+ install -Dm00755 notes $installdir/usr/bin/notes
+ install -Dm00644 src/images/notes_icon.ico $installdir/usr/share/pixmaps/notes_icon.ico
+ install -Dm00644 $pkgfiles/notes.desktop $installdir/usr/share/applications/notes.desktop
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,34 @@
+<PISI>
+ <Source>
+ <Name>notes</Name>
+ <Packager>
+ <Name>Jarno Turkki</Name>
+ <Email>watpi@posteo.net</Email>
+ </Packager>
+ <License>MPL-2.0</License>
+ <PartOf>office.notes</PartOf>
+ <Summary xml:lang="en">Note-taking application, write down your thoughts.</Summary>
+ <Description xml:lang="en">Note taking application, write down your thoughts. Notes is a tool for the things you need to write down off your brain. It is your place of expressing yourself. Notes is an open source and cross-platform project, and you&apos;re welcome to be part of it and contribute. We hope you will love it as much as we do.</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>notes</Name>
+ <Summary xml:lang="en">Note-taking application, write down your thoughts.</Summary>
+ <Description xml:lang="en">Note taking application, write down your thoughts. Notes is a tool for the things you need to write down off your brain. It is your place of expressing yourself. Notes is an open source and cross-platform project, and you&apos;re welcome to be part of it and contribute. We hope you will love it as much as we do.</Description>
+ <PartOf>office.notes</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin/notes</Path>
+ <Path fileType="data">/usr/share/applications/notes.desktop</Path>
+ <Path fileType="data">/usr/share/pixmaps/notes_icon.ico</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2019-01-07</Date>
+ <Version>1.0.0</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Jarno Turkki</Name>
+ <Email>watpi@posteo.net</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 10:55 PM (1 d, 5 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5793740
Default Alt Text
D4993.diff (3 KB)

Event Timeline