-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Suggestion] I'm willing to package this app for Debian #37
Comments
Sorry, saw you have a |
@bharadwaj-raju, does the You could make a repository if you want. Does debian have a COPR or PPA like system? Or do we just chuck a few package files on a file server and call it a day? |
I've yet to test building the package. PPAs can work on any deb-based system (Debian included, but Debian requires a few packages ( As for me making a PPA, I don't have a Launchpad account. My idea is that instead of the deb containing a specific snapshot of the repository, it's install-script just clones the current repository and builds it. You can host it on a file-sharing server (Dropbox etc) somewhere or even GitHub (I have a bharadwaj-raju/packages repository just to hold such built packages for my projects). |
Build fails after installing all packages specified in $ ./autogen.sh
[ Some output truncated... ]
./configure: line 13369: syntax error near unexpected token `1.35.9'
./configure: line 13369: `GOBJECT_INTROSPECTION_REQUIRE(1.35.9)' |
Dear Bharadwaj, happy to see another debian enthusiast like me. I have removed the issue with sudo apt-get install gobject-introspection But got stuck again.. got below error
I believe the issue is with configure.ac in line 60
How to bypass this ?? And also do you have an fb or twitter account Edit: Also I checked, those are already installed in my system(maybe with different name like But I believe the best way is to configure the variables. |
Can you update the dependencies in debian ? gio-2.0 >= 2.42------------------- gir1.2-glib-2.0 These are for package dependencies. Build dependencies needs to be adapted as well. |
Thanks for tracking it down. I don't have a debian instance right now. If you are making the changes right now, feel free to send a pull request! If not, give me a yell and I'll try to fix it. 😄 |
I see your app only has packages for Fedora and Arch Linux.
I'm willing to create a Debian
.deb
package that will build from the git repository each time it is installed.The text was updated successfully, but these errors were encountered: