Skip to content

Conversation

BISHER-AL-MASRI
Copy link

@BISHER-AL-MASRI BISHER-AL-MASRI commented Feb 18, 2025

Progress

  • Edit packagelist
  • Add initial pacscript
  • Add maintainer to pacscript

@github-actions github-actions bot added the Package Add Use this to request a package to be added label Feb 18, 2025
@BISHER-AL-MASRI
Copy link
Author

i struggled so hard trying to fix maintainer not showing up just to realize i added an s on accident sorry for the spam

@BISHER-AL-MASRI
Copy link
Author

fixed everything you said

@Elsie19 Elsie19 changed the title add: hyprutils add: hyprutils Feb 19, 2025
@Elsie19
Copy link
Member

Elsie19 commented Feb 19, 2025

Please stop merging master. It's not needed.

@BISHER-AL-MASRI
Copy link
Author

im sorry i merged then read it

@Elsie19 Elsie19 added the blocked Unable to be merged due to some issue label Feb 19, 2025
@Xdavius
Copy link
Contributor

Xdavius commented Feb 23, 2025

hi

depends=('libpixman-1-dev')
makedepends=('git' 'cmake' 'gcc' 'make' "pkg-config" "libpixman-1-dev")

regards

@BISHER-AL-MASRI
Copy link
Author

im new to pacscripts, how do you have libpixman-1-dev on make depends and depends

@Xdavius
Copy link
Contributor

Xdavius commented Mar 3, 2025

im new to pacscripts, how do you have libpixman-1-dev on make depends and depends

https://packages.debian.org/sid/libpixman-1-dev

makedepends=("libpixman-1-dev")
depends=("libpixman-1-0")

You can check pkgs.org to find packages for ubuntu/debian. Sometimes they are different.

You can use alternative in this case like this:

depends=("libdebian | libubuntu")

@Xdavius
Copy link
Contributor

Xdavius commented Mar 3, 2025

If you look the errors on the CLI there are those in configure

Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE)
Call Stack (most recent call first):
  /usr/share/cmake-3.28/Modules/FindPackageHandleStandardArgs.cmake:600 (_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-3.28/Modules/FindPkgConfig.cmake:99 (find_package_handle_standard_args)

Could not find Pkgconfig means
Missing pkgconfig. You need to add pkg-config it in your makedepends list.

https://packages.debian.org/fr/sid/pkg-config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Unable to be merged due to some issue Package Add Use this to request a package to be added
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants