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 @@ + + + boostnote + + Longwu Ou + xulongwu4@gmail.com + + GPL-3.0 + office.notes + The opensource note app for developer. + The note-taking app for programmers that focuses on markdown, snippets, and customizability. + + https://solus-project.com/sources/README.Solus + + + boostnote + The opensource note app for developer. + The note-taking app for programmers that focuses on markdown, snippets, and customizability. + + office.notes + + /usr/bin + /usr/share/applications/boostnote.desktop + /usr/share/boostnote + /usr/share/pixmaps/boostnote.png + + + + + 2018-06-15 + 0.11.6 + Packaging update + Longwu Ou + xulongwu4@gmail.com + + + \ No newline at end of file