Add sqlitebrowser source
This commit is contained in:
parent
febe21ce5d
commit
b4ed8832ea
@ -1 +0,0 @@
|
||||
Subproject commit 165a833613ec88667e76cac8754391d94074d145
|
13
sqlitebrowser/abi_used_libs
Normal file
13
sqlitebrowser/abi_used_libs
Normal file
@ -0,0 +1,13 @@
|
||||
ld-linux-x86-64.so.2
|
||||
libQt5Core.so.5
|
||||
libQt5Gui.so.5
|
||||
libQt5Network.so.5
|
||||
libQt5PrintSupport.so.5
|
||||
libQt5Widgets.so.5
|
||||
libQt5Xml.so.5
|
||||
libc.so.6
|
||||
libgcc_s.so.1
|
||||
libm.so.6
|
||||
libpthread.so.0
|
||||
libsqlite3.so.0
|
||||
libstdc++.so.6
|
20
sqlitebrowser/package.yml
Normal file
20
sqlitebrowser/package.yml
Normal file
@ -0,0 +1,20 @@
|
||||
name : sqlitebrowser
|
||||
version : 3.11.0
|
||||
release : 1
|
||||
source :
|
||||
- https://github.com/sqlitebrowser/sqlitebrowser/archive/v3.11.0-beta3.tar.gz : 0e84a59eb562b6b9a89c8dd131e2bc3921b21e4b042e05115f6eceb497c66c84
|
||||
license : GPL-3.0
|
||||
component : programming.tools
|
||||
summary : DB Browser for SQLite
|
||||
description: |
|
||||
DB Browser for SQLite is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.
|
||||
builddeps :
|
||||
- pkgconfig(glu)
|
||||
- pkgconfig(Qt5UiTools)
|
||||
- pkgconfig(sqlite3)
|
||||
setup : |
|
||||
%cmake
|
||||
build : |
|
||||
%make
|
||||
install : |
|
||||
%make_install
|
37
sqlitebrowser/pspec_x86_64.xml
Normal file
37
sqlitebrowser/pspec_x86_64.xml
Normal file
@ -0,0 +1,37 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>sqlitebrowser</Name>
|
||||
<Packager>
|
||||
<Name>Abdulkadir Furkan Şanlı</Name>
|
||||
<Email>abdulkadirfsanli@protonmail.com</Email>
|
||||
</Packager>
|
||||
<License>GPL-3.0</License>
|
||||
<PartOf>programming.tools</PartOf>
|
||||
<Summary xml:lang="en">DB Browser for SQLite</Summary>
|
||||
<Description xml:lang="en">DB Browser for SQLite is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.
|
||||
</Description>
|
||||
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
|
||||
</Source>
|
||||
<Package>
|
||||
<Name>sqlitebrowser</Name>
|
||||
<Summary xml:lang="en">DB Browser for SQLite</Summary>
|
||||
<Description xml:lang="en">DB Browser for SQLite is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.
|
||||
</Description>
|
||||
<PartOf>programming.tools</PartOf>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin/sqlitebrowser</Path>
|
||||
<Path fileType="data">/usr/share/appdata/sqlitebrowser.desktop.appdata.xml</Path>
|
||||
<Path fileType="data">/usr/share/applications/sqlitebrowser.desktop</Path>
|
||||
<Path fileType="data">/usr/share/icons/hicolor/256x256/apps/sqlitebrowser.png</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2019-01-02</Date>
|
||||
<Version>3.11.0</Version>
|
||||
<Comment>Packaging update</Comment>
|
||||
<Name>Abdulkadir Furkan Şanlı</Name>
|
||||
<Email>abdulkadirfsanli@protonmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
Reference in New Issue
Block a user