Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
ximper-shell-notification-center
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ximper Linux
ximper-shell-notification-center
Commits
6c038b66
Unverified
Commit
6c038b66
authored
Jan 14, 2023
by
bd-g
Committed by
GitHub
Jan 14, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add COPYING and README to pkgbuild install (#200)
parent
0d4f52d4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
4 deletions
+10
-4
PKGBUILD
build-scripts/PKGBUILD
+5
-2
PKGBUILD-git
build-scripts/PKGBUILD-git
+5
-2
No files found.
build-scripts/PKGBUILD
View file @
6c038b66
...
@@ -24,5 +24,7 @@ build() {
...
@@ -24,5 +24,7 @@ build() {
}
}
package
()
{
package
()
{
DESTDIR
=
"
$pkgdir
"
meson
install
-C
build
DESTDIR
=
"
$pkgdir
/"
ninja
-C
build
install
}
install
-Dm644
"
$_pkgfoldername
-
$pkgver
/COPYING"
-t
"
$pkgdir
/usr/share/licenses/
$pkgname
"
install
-Dm644
"
$_pkgfoldername
-
$pkgver
/README.md"
-t
"
$pkgdir
/usr/share/doc/
$pkgname
"
}
\ No newline at end of file
build-scripts/PKGBUILD-git
View file @
6c038b66
...
@@ -38,5 +38,7 @@ build() {
...
@@ -38,5 +38,7 @@ build() {
}
}
package() {
package() {
DESTDIR="$pkgdir" meson install -C build
DESTDIR="$pkgdir/" ninja -C build install
}
install -Dm644 "$_pkgfoldername-$pkgver/COPYING" -t "$pkgdir/usr/share/licenses/$pkgname"
install -Dm644 "$_pkgfoldername-$pkgver/README.md" -t "$pkgdir/usr/share/doc/$pkgname"
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment