Compare commits

..

24 Commits

Author SHA1 Message Date
Alan M Varghese 835eb89d6f Merge branch 'debian/latest' into 'master'
Small fixes

See merge request NyxTrail/hyprutils!2
2025-03-08 12:05:06 +00:00
Carl Keinath 642d037adf
added fix for floating point issues 2025-03-06 10:10:00 +01:00
Carl Keinath b248a86df8
Revert "use 4.7.0"
This reverts commit 4daf58d97b.
2025-03-05 14:47:40 +01:00
Carl Keinath 4daf58d97b
use 4.7.0 2025-03-05 13:12:02 +01:00
Carl Keinath 24ab61ee7a
added salsa-ci config 2025-03-05 09:52:34 +01:00
Carl Keinath 3ac57b2e12 Update upstream source from tag 'upstream/0.5.1'
Update to upstream version '0.5.1'
with Debian dir a3c44263b4
2025-03-04 23:04:49 +01:00
Carl Keinath b698a62577 New upstream version 0.5.1 2025-03-04 23:04:49 +01:00
Carl Keinath 4c36534103
removed unecessary build rules 2025-03-04 23:03:08 +01:00
Carl Keinath 3166b44dd9
updated copyright file 2025-03-04 23:02:44 +01:00
Carl Keinath b15154c97a
simplified watch file 2025-03-04 23:01:42 +01:00
Carl Keinath a421d8d58e
added gbp conf 2025-03-04 23:00:48 +01:00
alan (NyxTrail) 0a919de9a0
Updated soversion to 4 2025-03-02 09:54:19 +00:00
alan (NyxTrail) 52f44cdcd1
Update to new upstream version 0.5.1
- Also updated standards version to 4.7.2
2025-03-02 09:49:42 +00:00
alan (NyxTrail) a2ebf2d72c Update upstream source from tag 'upstream/0.5.1'
Update to upstream version '0.5.1'
with Debian dir 89b2508bdd
2025-03-02 09:46:21 +00:00
alan (NyxTrail) 7c56c6be50
Update to new upstream version 0.2.3 2024-10-11 06:38:38 +00:00
alan (NyxTrail) bd499a2f7e Update upstream source from tag 'upstream/0.2.3'
Update to upstream version '0.2.3'
with Debian dir 8e87487f87
2024-10-11 06:36:18 +00:00
alan (NyxTrail) 9e75db5628
Update package files to support new version
* Incorporate changes for upstream soversion update
  * Update Standards version to 4.7.0
2024-09-22 04:47:20 +00:00
alan (NyxTrail) 0fc6e13551 Update upstream source from tag 'upstream/0.2.2'
Update to upstream version '0.2.2'
with Debian dir 158978a390
2024-09-22 04:28:52 +00:00
alan (NyxTrail) 0476baba1c
Update to new upstream version 0.1.5
- Add new deps: pkgconf, libpixman-1-dev
2024-07-01 05:35:56 +00:00
alan (NyxTrail) cbea120c84 Update upstream source from tag 'upstream/0.1.5'
Update to upstream version '0.1.5'
with Debian dir 7b45b7a98b
2024-07-01 05:29:41 +00:00
alan (NyxTrail) 9ba88dcb63
Update to new upstream v0.1.3 2024-06-18 14:38:45 +00:00
alan (NyxTrail) 1495e96619 Update upstream source from tag 'upstream/0.1.3'
Update to upstream version '0.1.3'
with Debian dir 98605e57e3
2024-06-18 14:35:51 +00:00
alan (NyxTrail) cca964467a
Better regex for d/watch 2024-06-17 12:48:37 +00:00
alan (NyxTrail) d0a007a21d
Initial d/* files 2024-06-14 06:14:19 +00:00
20 changed files with 142 additions and 42 deletions

View File

@ -50,7 +50,7 @@ target_include_directories(
PUBLIC "./include"
PRIVATE "./src")
set_target_properties(hyprutils PROPERTIES VERSION ${hyprutils_VERSION}
SOVERSION 5)
SOVERSION 4)
target_link_libraries(hyprutils PkgConfig::deps)
# tests

View File

@ -1 +1 @@
0.6.0
0.5.1

19
debian/changelog vendored Normal file
View File

@ -0,0 +1,19 @@
hyprutils (0.5.1-1) unstable; urgency=medium
* New upstream version 0.5.1
-- Alan M Varghese (NyxTrail) <alan@digistorm.in> Sun, 02 Mar 2025 09:47:24 +0000
hyprutils (0.2.3-1) unstable; urgency=medium
* New upstream version 0.2.3
* Incorporate changes for upstream soversion update
* Update Standards version to 4.7.0
-- Alan M Varghese (NyxTrail) <alan@digistorm.in> Fri, 11 Oct 2024 06:36:56 +0000
hyprutils (0.1.5-1) unstable; urgency=medium
* Initial release. (Closes: #1073158)
-- Alan M Varghese (NyxTrail) <alan@digistorm.in> Mon, 01 Jul 2024 05:30:04 +0000

39
debian/control vendored Normal file
View File

@ -0,0 +1,39 @@
Source: hyprutils
Section: libs
Priority: optional
Maintainer: Alan M Varghese (NyxTrail) <alan@digistorm.in>
Rules-Requires-Root: no
Build-Depends:
debhelper-compat (= 13),
cmake,
libpixman-1-dev,
pkgconf,
Standards-Version: 4.7.2
Homepage: https://github.com/hyprwm/hyprutils
Vcs-Browser: https://salsa.debian.org/NyxTrail/hyprutils
Vcs-Git: https://salsa.debian.org/NyxTrail/hyprutils.git
Package: libhyprutils-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libhyprutils4 (= ${binary:Version}),
${misc:Depends},
Description: Utilities used across the Hyprland ecosystem (development files)
Hyprutils is a small C++ library for utilities used across the Hyprland
window manager ecosystem.
.
This package contains the development files.
Package: libhyprutils4
Architecture: any
Multi-Arch: same
Depends:
${shlibs:Depends},
${misc:Depends},
Description: Utilities used across the Hyprland ecosystem (library)
Hyprutils is a small C++ library for utilities used across the Hyprland
window manager ecosystem.
.
This package contains the binary shared library.

42
debian/copyright vendored Normal file
View File

@ -0,0 +1,42 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Source: https://github.com/hyprwm/hyprutils
Upstream-Name: hyprutils
Upstream-Contact: vaxerski <vaxry@vaxry.net>
Files:
*
Copyright:
2024-2025 Hypr Development
License: BSD-3-Clause
Files:
debian/*
Copyright:
2024-2025 Alan M Varghese (NyxTrail) <alan@digistorm.in>
License: BSD-3-Clause
License: BSD-3-Clause
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
.
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
.
3. Neither the name of the copyright holder nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.
.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

4
debian/gbp.conf vendored Normal file
View File

@ -0,0 +1,4 @@
[DEFAULT]
debian-branch = debian/latest
upstream-branch = upstream/latest
pristine-tar = True

2
debian/libhyprutils-dev.dirs vendored Normal file
View File

@ -0,0 +1,2 @@
usr/lib
usr/include

3
debian/libhyprutils-dev.install vendored Normal file
View File

@ -0,0 +1,3 @@
usr/include/*
usr/lib/*/lib*.so
usr/lib/*/pkgconfig/*

1
debian/libhyprutils4.dirs vendored Normal file
View File

@ -0,0 +1 @@
usr/lib

1
debian/libhyprutils4.install vendored Normal file
View File

@ -0,0 +1 @@
usr/lib/*/lib*.so.*

10
debian/rules vendored Executable file
View File

@ -0,0 +1,10 @@
#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
ifeq ($(DEB_HOST_ARCH),i386)
export DEB_CXXFLAGS_MAINT_APPEND += -ffloat-store
endif
%:
dh $@

3
debian/salsa-ci.yml vendored Normal file
View File

@ -0,0 +1,3 @@
---
include:
- https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml

1
debian/source/format vendored Normal file
View File

@ -0,0 +1 @@
3.0 (quilt)

4
debian/upstream/metadata vendored Normal file
View File

@ -0,0 +1,4 @@
Bug-Database: https://github.com/hyprwm/hyprutils/issues
Bug-Submit: https://github.com/hyprwm/hyprutils/issues/new
Repository-Browse: https://github.com/hyprwm/hyprutils
Repository: https://github.com/hyprwm/hyprutils.git

4
debian/watch vendored Normal file
View File

@ -0,0 +1,4 @@
version=4
opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%@PACKAGE@-$1.tar.gz%" \
https://github.com/hyprwm/hyprutils/tags \
(?:.*?/)?v?(\d[\d.]*)\.tar\.gz

View File

@ -144,7 +144,7 @@ namespace Hyprutils {
Impl_::impl_base* impl_ = nullptr;
private:
/*
/*
no-op if there is no impl_
may delete the stored object if ref == 0
may delete and reset impl_ if ref == 0 and weak == 0
@ -167,7 +167,7 @@ namespace Hyprutils {
impl_->inc();
}
/* destroy the pointed-to object
/* destroy the pointed-to object
if able, will also destroy impl */
void destroyImpl() {
// destroy the impl contents
@ -185,11 +185,6 @@ namespace Hyprutils {
static CSharedPointer<U> makeShared(Args&&... args) {
return CSharedPointer<U>(new U(std::forward<Args>(args)...));
}
template <typename T, typename U>
CSharedPointer<T> reinterpretPointerCast(const CSharedPointer<U>& ref) {
return CSharedPointer<T>(ref.impl_);
}
}
}

View File

@ -14,11 +14,6 @@ namespace Hyprutils {
void addEnv(const std::string& name, const std::string& value);
// only for async, sync doesn't make sense
void setStdoutFD(int fd);
// only for async, sync doesn't make sense
void setStderrFD(int fd);
/* Run the process, synchronously, get the stdout and stderr. False on fail */
bool runSync();
@ -36,7 +31,6 @@ namespace Hyprutils {
std::vector<std::string> args;
std::vector<std::pair<std::string, std::string>> env;
pid_t grandchildPid = 0;
int stdoutFD = -1, stderrFD = -1;
};
}
}

View File

@ -5,9 +5,6 @@
using namespace Hyprutils::Animation;
using namespace Hyprutils::Memory;
static const std::string DEFAULTBEZIERNAME = "default";
static const std::string DEFAULTSTYLE = "";
#define SP CSharedPointer
#define WP CWeakPointer
@ -46,6 +43,8 @@ bool Hyprutils::Animation::CBaseAnimatedVariable::enabled() const {
}
const std::string& CBaseAnimatedVariable::getBezierName() const {
static constexpr const std::string DEFAULTBEZIERNAME = "default";
if (const auto PCONFIG = m_pConfig.lock()) {
const auto PVALUES = PCONFIG->pValues.lock();
return PVALUES ? PVALUES->internalBezier : DEFAULTBEZIERNAME;
@ -55,6 +54,8 @@ const std::string& CBaseAnimatedVariable::getBezierName() const {
}
const std::string& CBaseAnimatedVariable::getStyle() const {
static constexpr const std::string DEFAULTSTYLE = "";
if (const auto PCONFIG = m_pConfig.lock()) {
const auto PVALUES = PCONFIG->pValues.lock();
return PVALUES ? PVALUES->internalStyle : DEFAULTSTYLE;

View File

@ -189,11 +189,6 @@ bool Hyprutils::OS::CProcess::runAsync() {
argsC.emplace_back(nullptr);
if (stdoutFD != -1)
dup2(stdoutFD, 1);
if (stderrFD != -1)
dup2(stderrFD, 2);
execvp(binary.c_str(), (char* const*)argsC.data());
_exit(0);
}
@ -235,11 +230,3 @@ const std::string& Hyprutils::OS::CProcess::stdErr() {
const pid_t Hyprutils::OS::CProcess::pid() {
return grandchildPid;
}
void Hyprutils::OS::CProcess::setStdoutFD(int fd) {
stdoutFD = fd;
}
void Hyprutils::OS::CProcess::setStderrFD(int fd) {
stderrFD = fd;
}

View File

@ -11,7 +11,7 @@ using namespace Hyprutils::Memory;
int main(int argc, char** argv, char** envp) {
SP<int> intPtr = makeShared<int>(10);
SP<int> intPtr2 = makeShared<int>(-1337);
SP<int> intPtr2 = makeShared<int>(1337);
UP<int> intUnique = makeUnique<int>(420);
int ret = 0;
@ -52,15 +52,5 @@ int main(int argc, char** argv, char** envp) {
EXPECT(weak.expired(), true);
EXPECT(weakUnique.expired(), true);
auto intPtr2AsUint = reinterpretPointerCast<unsigned int>(intPtr2);
EXPECT(intPtr2.strongRef(), 4);
EXPECT(intPtr2AsUint.strongRef(), 4);
EXPECT(*intPtr2AsUint > 0, true);
EXPECT(*intPtr2AsUint, (unsigned int)(int)-1337);
*intPtr2AsUint = 10;
EXPECT(*intPtr2AsUint, 10);
EXPECT(*intPtr2, 10);
return ret;
}