diff --git a/debian/changelog b/debian/changelog deleted file mode 100644 index fb20ce7..0000000 --- a/debian/changelog +++ /dev/null @@ -1,12 +0,0 @@ -adw-gtk3 (4.6-99pika1.lunar) lunar; urgency=medium - - * Upgrade to lunar - - -- Ward Nakchbandi Fri, 09 Oct 2022 21:38:00 +0300 - - -adw-gtk3 (4.3-99pika2) kinetic; urgency=medium - - * Initial Creation - - -- Ward Nakchbandi Fri, 09 Oct 2022 21:38:00 +0300 diff --git a/debian/control b/debian/control deleted file mode 100644 index 7439898..0000000 --- a/debian/control +++ /dev/null @@ -1,12 +0,0 @@ -Source: adw-gtk3 -Section: gnome -Priority: optional -Maintainer: Ward Nakchbandi -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 diff --git a/debian/rules b/debian/rules deleted file mode 100644 index 80eaa47..0000000 --- a/debian/rules +++ /dev/null @@ -1,3 +0,0 @@ -#! /usr/bin/make -f -%: - dh $@ --buildsystem=meson diff --git a/debian/source/format b/debian/source/format deleted file mode 100644 index 89ae9db..0000000 --- a/debian/source/format +++ /dev/null @@ -1 +0,0 @@ -3.0 (native) diff --git a/main.sh b/main.sh index be72203..2543474 100755 --- a/main.sh +++ b/main.sh @@ -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