commit 23fe753a8b4fb7b278ee19f2610c0afeef74969338b79f7dafd9edb78864dc90 Author: Ondřej Súkup Date: Fri Jan 4 14:56:48 2019 +0000 Accepting request 662113 from home:badshah400:Staging New package: xournalpp - Feature-rich note taking software designed to work with pen input, e.g. on Wacom tablets. OBS-URL: https://build.opensuse.org/request/show/662113 OBS-URL: https://build.opensuse.org/package/show/X11:Utilities/xournalpp?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/1.0.5.tar.gz b/1.0.5.tar.gz new file mode 100644 index 0000000..76c4b6a --- /dev/null +++ b/1.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6260a3d90a5a97d50eb703c5285e1f0f282785551ba8523630d10031781f80f +size 7457938 diff --git a/xournalpp.changes b/xournalpp.changes new file mode 100644 index 0000000..7b4bc14 --- /dev/null +++ b/xournalpp.changes @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Sun Dec 30 20:38:12 UTC 2018 - badshah400@gmail.com + +- Initial package (version 1.0.5). diff --git a/xournalpp.spec b/xournalpp.spec new file mode 100644 index 0000000..c008292 --- /dev/null +++ b/xournalpp.spec @@ -0,0 +1,82 @@ +# +# spec file for package xournalpp +# +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: xournalpp +Version: 1.0.5 +Release: 0 +Summary: Notetaking software designed around a tablet +License: GPL-2.0-or-later +Group: Productivity/Office/Other +URL: https://github.com/xournalpp/xournalpp +Source0: https://github.com/xournalpp/xournalpp/archive/%{version}.tar.gz +BuildRequires: cmake +BuildRequires: fdupes +BuildRequires: gcc-c++ +BuildRequires: hicolor-icon-theme +BuildRequires: pkgconfig +BuildRequires: texlive-latex-bin +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gthread-2.0) +BuildRequires: pkgconfig(gtk+-3.0) +BuildRequires: pkgconfig(poppler-glib) +BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(zlib) +Requires: texlive-latex-bin +Requires(post): desktop-file-utils +Requires(pre): desktop-file-utils + +%description +Xournal++ is a hand note taking software with the target of flexibility, functionality and speed. It supports pen input, e.g. Wacom tablets. + +%lang_package + +%prep +%setup -q + +%build +%cmake -DENABLE_MATHTEX=ON +%make_jobs + +%install +%cmake_install + +%find_lang xournalpp %{no_lang_C} + +%fdupes %{buildroot}%{_datadir} + +%files +%license LICENSE +%doc AUTHORS README.md +%{_bindir}/mathtex-xournalpp.cgi +%{_bindir}/xournal-thumbnailer +%{_bindir}/xournalpp +%{_datadir}/applications/xournalpp.desktop +%{_datadir}/icons/hicolor/scalable/mimetypes/*.svg +%{_datadir}/mime/packages/*.xml +%dir %{_datadir}/mimelnk +%dir %{_datadir}/mimelnk/application +%{_datadir}/mimelnk/application/*.desktop +%{_datadir}/xournalpp/ +%{_datadir}/icons/hicolor/*/apps/* +%{_bindir}/xopp-recording.sh +%dir %{_datadir}/thumbnailers +%{_datadir}/thumbnailers/*.thumbnailer + +%files lang -f xournalpp.lang + +%changelog