Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
b22aa9a2
Commit
b22aa9a2
authored
1 year ago
by
alice
Browse files
Options
Downloads
Patches
Plain Diff
community/adwaita-qt6: remove
merge with adwaita-qt
parent
cb8115c0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
community/adwaita-qt6/APKBUILD
+0
-35
0 additions, 35 deletions
community/adwaita-qt6/APKBUILD
with
0 additions
and
35 deletions
community/adwaita-qt6/APKBUILD
deleted
100644 → 0
+
0
−
35
View file @
cb8115c0
# Contributor: David Demelier <markand@malikania.fr>
# Contributor: psykose <alice@ayaya.dev>
# Maintainer: psykose <alice@ayaya.dev>
pkgname
=
adwaita-qt6
# same as community/adwaita-qt
pkgver
=
1.4.2
pkgrel
=
3
pkgdesc
=
"style to bend Qt applications to look like they belong into GNOME Shell"
url
=
"https://github.com/FedoraQt/adwaita-qt"
arch
=
"all"
license
=
"GPL-2.0-only AND LGPL-2.1-only"
makedepends
=
"cmake qt6-qtbase-dev samurai sassc"
subpackages
=
"
$pkgname
-dev"
source
=
"https://github.com/FedoraQt/adwaita-qt/archive/
$pkgver
/adwaita-qt-
$pkgver
.tar.gz"
options
=
"!check"
# no tests provided
builddir
=
"
$srcdir
/adwaita-qt-
$pkgver
"
build
()
{
cmake
-B
build
-G
Ninja
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
\
-DBUILD_SHARED_LIBS
=
True
\
-DCMAKE_BUILD_TYPE
=
MinSizeRel
\
-DUSE_QT6
=
ON
cmake
--build
build
}
package
()
{
DESTDIR
=
"
$pkgdir
"
cmake
--install
build
}
sha512sums
=
"
ef2245cd1b08f2d5c23a534427c7a301cbb3a8b573a1870db48dfc82961417097465e02c696c311e5dd6f9fe1c03a27879c6b08aba5532d2f41ab9d0dcbd7f15 adwaita-qt-1.4.2.tar.gz
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment