initial commit

This commit is contained in:
Ward Nakchbandi (Cosmic Fusion) 2023-07-13 22:45:05 +03:00 committed by GitHub
parent 183673225d
commit 22ce3733f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 1 additions and 31 deletions

12
debian/changelog vendored
View File

@ -1,12 +0,0 @@
adw-gtk3 (4.6-99pika1.lunar) lunar; urgency=medium
* Upgrade to lunar
-- Ward Nakchbandi <hotrod.master@hotmail.com> Fri, 09 Oct 2022 21:38:00 +0300
adw-gtk3 (4.3-99pika2) kinetic; urgency=medium
* Initial Creation
-- Ward Nakchbandi <hotrod.master@hotmail.com> Fri, 09 Oct 2022 21:38:00 +0300

12
debian/control vendored
View File

@ -1,12 +0,0 @@
Source: adw-gtk3
Section: gnome
Priority: optional
Maintainer: Ward Nakchbandi <hotrod.master@hotmail.com>
Standards-Version: 4.6.1
Build-Depends: debhelper-compat (= 13), libdebhelper-perl, meson, sassc
Rules-Requires-Root: no
Package: adw-gtk3-theme
Architecture: all
Depends: ${misc:Depends}
Description: The theme from libadwaita ported to GTK-3

3
debian/rules vendored
View File

@ -1,3 +0,0 @@
#! /usr/bin/make -f
%:
dh $@ --buildsystem=meson

View File

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

View File

@ -1,7 +1,5 @@
# Clone Upstream
git clone https://github.com/lassekongo83/adw-gtk3 -b v4.6
cp -rvf ./debian ./adw-gtk3/
cd ./adw-gtk3
git clone https://github.com/Vanilla-OS/apx-gui
# Get build deps
apt-get build-dep ./ -y