Page Menu
Home
Solus
Search
Configure Global Search
Log In
Files
F11055426
D3089.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
4 KB
Referenced Files
None
Subscribers
None
D3089.id.diff
View Options
Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1,43 @@
+ld-linux-x86-64.so.2
+libX11-xcb.so.1
+libX11.so.6
+libXcomposite.so.1
+libXcursor.so.1
+libXdamage.so.1
+libXext.so.6
+libXfixes.so.3
+libXi.so.6
+libXrandr.so.2
+libXrender.so.1
+libXss.so.1
+libXtst.so.6
+libasound.so.2
+libatk-1.0.so.0
+libc.so.6
+libcairo.so.2
+libcups.so.2
+libdbus-1.so.3
+libdl.so.2
+libexpat.so.1
+libfontconfig.so.1
+libfreetype.so.6
+libgcc_s.so.1
+libgconf-2.so.4
+libgdk-x11-2.0.so.0
+libgdk_pixbuf-2.0.so.0
+libgio-2.0.so.0
+libglib-2.0.so.0
+libgmodule-2.0.so.0
+libgobject-2.0.so.0
+libgtk-x11-2.0.so.0
+libm.so.6
+libnspr4.so
+libnss3.so
+libnssutil3.so
+libpango-1.0.so.0
+libpangocairo-1.0.so.0
+libpthread.so.0
+librt.so.1
+libsmime3.so
+libstdc++.so.6
+libxcb.so.1
Index: files/boostnote.desktop
===================================================================
--- /dev/null
+++ files/boostnote.desktop
@@ -0,0 +1,10 @@
+[Desktop Entry]
+Name=Boostnote
+Comment=Boostnote
+GenericName=Boostnote
+Exec=boostnote %U
+Icon=boostnote
+Type=Application
+StartupNotify=true
+Categories=Development;Utility;
+MimeType=text/plain;
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,40 @@
+name : boostnote
+version : 0.11.6
+release : 1
+source :
+ - https://github.com/BoostIO/Boostnote/archive/v0.11.6.tar.gz : 787cd46f47d092cee86181eb2cf1fd534c14c5e28c1534580a191a2404b5ec1a
+license : GPL-3.0
+component : office.notes
+summary : The opensource note app for developer.
+description: |
+ The note-taking app for programmers that focuses on markdown, snippets, and customizability.
+networking : yes
+builddeps :
+ - pkgconfig(alsa)
+ - pkgconfig(cairo)
+ - pkgconfig(gconf-2.0)
+ - pkgconfig(gdk-x11-2.0)
+ - pkgconfig(gtk+-x11-2.0)
+ - pkgconfig(pango)
+ - pkgconfig(xcomposite)
+ - pkgconfig(xdamage)
+ - pkgconfig(xtst)
+ - git
+ - nodejs
+setup : |
+ mkdir -p grunt-install
+ npm install --prefix grunt-install grunt-cli
+ npm install --no-optional
+build : |
+ grunt-install/node_modules/grunt-cli/bin/grunt pre-build
+install : |
+ rm -rf $workdir/dist/Boostnote-linux-x64/resources/app/grunt-install
+
+ install -dm00755 $installdir/usr/share/boostnote
+ cp -R $workdir/dist/Boostnote-linux-x64/* $installdir/usr/share/boostnote
+
+ install -dm00755 $installdir/usr/bin
+ ln -sv /usr/share/boostnote/Boostnote $installdir/usr/bin/boostnote
+ install -Dm00644 $pkgfiles/boostnote.desktop $installdir/usr/share/applications/boostnote.desktop
+
+ install -Dm00644 $pkgfiles/boostnote.png $installdir/usr/share/pixmaps/boostnote.png
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,37 @@
+<PISI>
+ <Source>
+ <Name>boostnote</Name>
+ <Packager>
+ <Name>Longwu Ou</Name>
+ <Email>xulongwu4@gmail.com</Email>
+ </Packager>
+ <License>GPL-3.0</License>
+ <PartOf>office.notes</PartOf>
+ <Summary xml:lang="en">The opensource note app for developer.</Summary>
+ <Description xml:lang="en">The note-taking app for programmers that focuses on markdown, snippets, and customizability.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>boostnote</Name>
+ <Summary xml:lang="en">The opensource note app for developer.</Summary>
+ <Description xml:lang="en">The note-taking app for programmers that focuses on markdown, snippets, and customizability.
+</Description>
+ <PartOf>office.notes</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="data">/usr/share/applications/boostnote.desktop</Path>
+ <Path fileType="data">/usr/share/boostnote</Path>
+ <Path fileType="data">/usr/share/pixmaps/boostnote.png</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2018-06-15</Date>
+ <Version>0.11.6</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Longwu Ou</Name>
+ <Email>xulongwu4@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Aug 12, 1:54 AM (3 h, 15 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5792103
Default Alt Text
D3089.id.diff (4 KB)
Attached To
Mode
D3089: Initial commit of boostnote. Resolve T3207
Attached
Detach File
Event Timeline
Log In to Comment