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,15 @@ +libc.so.6 +libcairo.so.2 +libgcc_s.so.1 +libgdk-3.so.0 +libgee-0.8.so.2 +libgio-2.0.so.0 +libglib-2.0.so.0 +libgobject-2.0.so.0 +libgranite.so.3 +libgtk-3.so.0 +libgtksourceview-3.0.so.1 +libpango-1.0.so.0 +libqalculate.so.6 +libsoup-2.4.so.1 +libstdc++.so.6 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,24 @@ +name : nasc +version : 0.4.3 +release : 1 +source : + - https://github.com/parnold-x/nasc/archive/0.4.3.tar.gz : 98f9b995266ac678ac94a790526d68293bd1acccaae7d299cff6208f23eaa25d +license : GPL-3.0 +component : office.maths +summary : NaSC is an app where you do math like a normal person. +description: | + It’s an app where you do math like a normal person. It lets you type whatever you want and smartly figures out what is math and spits out an answer on the right pane. +builddeps : + - pkgconfig(granite) + - pkgconfig(gtksourceview-3.0) + - pkgconfig(libsoup-2.4) + - pkgconfig(libqalculate) + - cln-devel + - vala +libsplit: no +setup : | + %cmake +build : | + %make +install : | + %make_install 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,52 @@ + + + nasc + + Alec Scott + alecbcs@gmail.com + + GPL-3.0 + office.maths + NaSC is an app where you do math like a normal person. + It’s an app where you do math like a normal person. It lets you type whatever you want and smartly figures out what is math and spits out an answer on the right pane. + + https://solus-project.com/sources/README.Solus + + + nasc + NaSC is an app where you do math like a normal person. + It’s an app where you do math like a normal person. It lets you type whatever you want and smartly figures out what is math and spits out an answer on the right pane. + + office.maths + + /usr/bin + /usr/lib/lib*.so + /usr/share/appdata/com.github.parnold-x.nasc.appdata.xml + /usr/share/applications/com.github.parnold-x.nasc.desktop + /usr/share/glib-2.0/schemas/com.github.parnold-x.nasc.gschema.xml + /usr/share/icons/hicolor/128x128/apps/com.github.parnold-x.nasc.svg + /usr/share/icons/hicolor/16x16/apps/com.github.parnold-x.nasc.svg + /usr/share/icons/hicolor/24x24/apps/com.github.parnold-x.nasc.svg + /usr/share/icons/hicolor/32x32/apps/com.github.parnold-x.nasc.svg + /usr/share/icons/hicolor/48x48/apps/com.github.parnold-x.nasc.svg + /usr/share/icons/hicolor/64x64/apps/com.github.parnold-x.nasc.svg + /usr/share/qalculate/nasc_template.sheets + /usr/share/qalculate/styles/def.lang + /usr/share/qalculate/styles/language.dtd + /usr/share/qalculate/styles/language.rng + /usr/share/qalculate/styles/language2.rng + /usr/share/qalculate/styles/nasc.lang + /usr/share/qalculate/styles/nasc.xml + /usr/share/qalculate/styles/styles.rng + + + + + 2017-07-24 + 0.4.3 + Packaging update + Alec Scott + alecbcs@gmail.com + + + \ No newline at end of file