initial release

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2024-07-01 22:26:04 +03:00 committed by GitHub
parent 2df2ff7c18
commit 3925773250
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 16 additions and 99 deletions

74
debian/changelog vendored
View File

@ -1,76 +1,4 @@
xdg-desktop-portal-hyprland (1.2.2-100pika1) pikauwu; urgency=medium
* New upstream release
-- ferreo <harderthanfire@gmail.com> Wed, 18 Jan 2023 21:48:14 +0000
xdg-desktop-portal-hyprland (1.1.0-100pika1) pikauwu; urgency=medium
* New upstream release
-- ferreo <harderthanfire@gmail.com> Wed, 18 Jan 2023 21:48:14 +0000
xdg-desktop-portal-hyprland (0.5.0-99pika1) lunar; urgency=medium
* New upstream release
-- ferreo <harderthanfire@gmail.com> Wed, 18 Jan 2023 21:48:14 +0000
xdg-desktop-portal-hyprland (0.4.0-99pika10) lunar; urgency=medium
* Fix conflicts
-- ferreo <harderthanfire@gmail.com> Wed, 18 Jan 2023 21:48:14 +0000
xdg-desktop-portal-hyprland (0.4.0-99pika9) lunar; urgency=medium
* Fix conflicts
-- ferreo <harderthanfire@gmail.com> Wed, 18 Jan 2023 21:48:14 +0000
xdg-desktop-portal-hyprland (0.4.0-99pika8) lunar; urgency=medium
* Fix conflicts
-- ferreo <harderthanfire@gmail.com> Wed, 18 Jan 2023 21:48:14 +0000
xdg-desktop-portal-hyprland (0.4.0-99pika7) lunar; urgency=medium
* Fix conflicts
-- ferreo <harderthanfire@gmail.com> Wed, 18 Jan 2023 21:48:14 +0000
xdg-desktop-portal-hyprland (0.4.0-99pika6) lunar; urgency=medium
* Fix install
-- ferreo <harderthanfire@gmail.com> Wed, 18 Jan 2023 21:48:14 +0000
xdg-desktop-portal-hyprland (0.4.0-99pika5) lunar; urgency=medium
* Fix deps
-- ferreo <harderthanfire@gmail.com> Wed, 18 Jan 2023 21:48:14 +0000
xdg-desktop-portal-hyprland (0.4.0-99pika4) lunar; urgency=medium
* Include share picker
-- ferreo <harderthanfire@gmail.com> Wed, 18 Jan 2023 21:48:14 +0000
xdg-desktop-portal-hyprland (0.4.0-99pika3) lunar; urgency=medium
* Include share picker
-- ferreo <harderthanfire@gmail.com> Wed, 18 Jan 2023 21:48:14 +0000
xdg-desktop-portal-hyprland (0.4.0-99pika2) lunar; urgency=medium
* Initial release.
-- ferreo <harderthanfire@gmail.com> Wed, 18 Jan 2023 21:48:14 +0000
xdg-desktop-portal-hyprland (0.4.0-99pika1) lunar; urgency=medium
hyprlang (0.5.2-100pika1) pikauwu; urgency=medium
* Initial release.

33
debian/control vendored
View File

@ -1,41 +1,28 @@
Source: xdg-desktop-portal-hyprland
Source: hyprlang
Section: main
Priority: optional
Maintainer: ferrreo <harderthanfire@gmail.com>
Standards-Version: 4.6.1
Build-Depends: debhelper-compat (= 13),
qt6-base-dev,
qt6-wayland-dev,
meson,
build-essential,
ninja-build,
libpipewire-0.3-dev,
cmake-extras,
libgbm-dev,
libdrm-dev,
cmake,
wayland-protocols,
uuid-dev,
libinih-dev,
libsystemd-dev,
libsdbus-c++-dev,
libhyprutils-dev
Rules-Requires-Root: no
Package: xdg-desktop-portal-hyprland
Package: libhyprlang
Architecture: linux-any
Depends:
${shlibs:Depends},
${misc:Depends},
hyprland,
qt6-wayland,
xdg-desktop-portal,
Provides: xdg-desktop-portal-hyprland, xdg-desktop-portal-backend (= 1.7.1)
Description: Desktop portal for hyprland
libhyprutils
Provides: hyprlang (= ${binary:Version})
Description: The Hypr configuration language library
Package: xdg-desktop-portal-hyprland-dev
Package: libhyprlang-dev
Architecture: linux-any
Depends:
${shlibs:Depends},
${misc:Depends},
xdg-desktop-portal-hyprland (= ${binary:Version}),
Description: Development files for Desktop portal for hyprland
libhyprlang (= ${binary:Version}),
Provides: hyprlang-dev (= ${binary:Version})
Description: Development files for the Hypr configuration language library

1
debian/libhyprlang-dev.install vendored Normal file
View File

@ -0,0 +1 @@
/usr/share/pkgconfig/hyprlang.pc

View File

@ -1 +0,0 @@
/usr/share/pkgconfig/hyprland-protocols.pc

View File

@ -2,11 +2,13 @@
DEBIAN_FRONTEND=noninteractive
set -e
apt-get update
# Clone Upstream
git clone --recurse-submodules https://github.com/hyprwm/xdg-desktop-portal-hyprland.git -b v1.2.2
cd xdg-desktop-portal-hyprland
git clone --recurse-submodules https://github.com/hyprwm/hyprlang -b v0.5.2
cd hyprlang
cp -rvf ../debian ./
# Get build deps