mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
add: vpkedit (#1284)
* add: vpkedit * bump to 4.2.3 Signed-off-by: madomado <madonuko@outlook.com> * clear cwd Signed-off-by: madomado <madonuko@outlook.com> * maybe no libc moment? Signed-off-by: madomado <madonuko@outlook.com> --------- Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
project pkg {
|
||||
arches = ["x86_64"]
|
||||
rpm {
|
||||
spec = "vpkedit.spec"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(gh("craftablescience/VPKEdit"));
|
||||
@@ -0,0 +1,52 @@
|
||||
Name: vpkedit
|
||||
Version: 4.4.2
|
||||
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 # -DVPKEDIT_BUILD_LIBC=ON
|
||||
%cmake_build
|
||||
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
pushd %buildroot%_libdir/%name
|
||||
rm -rf libQt*
|
||||
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
|
||||
Reference in New Issue
Block a user