mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-30 23:38:28 +00:00
56 lines
1.5 KiB
RPMSpec
56 lines
1.5 KiB
RPMSpec
Name: vpkedit
|
|
Version: 5.0.0.1
|
|
Release: 1%?dist
|
|
Summary: A CLI/GUI tool to create, read, and write several pack file formats
|
|
License: MIT
|
|
URL: https://github.com/craftablescience/VPKEdit
|
|
Requires: qt6-qtbase hicolor-icon-theme
|
|
Suggests: qt6-qtwayland
|
|
Packager: madonuko <mado@fyralabs.com>
|
|
BuildRequires: cmake git-core gcc gcc-c++ binutils
|
|
BuildRequires: cmake(Qt6)
|
|
BuildRequires: cmake(Qt6Svg)
|
|
BuildRequires: cmake(Qt6Linguist)
|
|
BuildRequires: cmake(Qt6Charts)
|
|
BuildRequires: cmake(Qt6LinguistTools)
|
|
ExclusiveArch: x86_64
|
|
|
|
%description
|
|
VPKEdit is an open source MIT-licensed tool that can extract from, preview the
|
|
contents of and write to several pack file formats. It also supports creating
|
|
new VPKs.
|
|
|
|
|
|
%prep
|
|
%git_clone %url v%version
|
|
|
|
|
|
%build
|
|
%cmake -DCMAKE_INSTALL_PREFIX=%_libdir/%name \
|
|
-DBUILD_SHARED_LIBS:BOOL=OFF \
|
|
-DCMAKE_BUILD_TYPE=Release
|
|
# -DVPKEDIT_BUILD_LIBC=ON
|
|
%cmake_build
|
|
|
|
|
|
%install
|
|
%cmake_install
|
|
pushd %buildroot%_libdir/%name
|
|
rm -rf {libQt*,*.md,LICENSE}
|
|
popd
|
|
ln -sf %_libdir/vpkedit/vpkedit %buildroot%_bindir/vpkedit
|
|
ln -sf %_libdir/vpkedit/vpkeditcli %buildroot%_bindir/vpkeditcli
|
|
sed -i 's@Exec=/opt/vpkedit/@Exec=@g' %buildroot%_datadir/applications/vpkedit.desktop
|
|
|
|
|
|
%files
|
|
%doc README.md CREDITS.md
|
|
%license LICENSE
|
|
%_bindir/vpkedit
|
|
%_bindir/vpkeditcli
|
|
%_libdir/%name/
|
|
%_datadir/applications/vpkedit.desktop
|
|
%_iconsdir/hicolor/128x128/mimetypes/application-x-vpkedit.png
|
|
%_datadir/mime/packages/vpkedit.xml
|
|
%_datadir/pixmaps/vpkedit.png
|